OpenJDK / bsd-port / jdk9 / hotspot
changeset 4441:6c4abd4a9595
8010399: Test8009761.java "Failed: init recursive calls: 5498. After deopt 5494".
Summary: test from 8009761 shouldn't be run with -Xcomp
Reviewed-by: kvn
author | roland |
---|---|
date | Thu, 04 Apr 2013 09:33:24 +0200 |
parents | 0a8c2ea3902d |
children | 9125a548c1eb |
files | test/compiler/8009761/Test8009761.java |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/test/compiler/8009761/Test8009761.java Wed Apr 03 15:00:55 2013 -0700 +++ b/test/compiler/8009761/Test8009761.java Thu Apr 04 09:33:24 2013 +0200 @@ -25,7 +25,7 @@ * @test * @bug 8009761 * @summary Deoptimization on sparc doesn't set Llast_SP correctly in the interpreter frames it creates - * @run main/othervm -XX:-UseOnStackReplacement -XX:-BackgroundCompilation Test8009761 + * @run main/othervm -Xmixed -XX:-UseOnStackReplacement -XX:-BackgroundCompilation Test8009761 * */