RFR(XS): 8010399: Test8009761.java "Failed: init recursive calls: 5498. After deopt 5494".

Roland Westrelin roland.westrelin at oracle.com
Thu Mar 28 02:19:08 PDT 2013


http://cr.openjdk.java.net/~roland/8010399/webrev.00/

The test that I pushed for:
8009761: Deoptimization on sparc doesn't set Llast_SP correctly in the interpreter frames it creates

assumes it controls what gets compiled and when so it cannot be run with -Xcomp. Adding the -Xmixed option is apparently sufficient to prevent it from running with -Xcomp.

Roland.


More information about the hotspot-compiler-dev mailing list