hg: valhalla/valhalla: [lworld] [Testbug] Avoid early compilation in TestArrays.java

Tobias Hartmann tobias.hartmann at oracle.com
Wed Jun 13 11:10:38 UTC 2018


Hi,

this patch fixes a RuntimeException "Type check should have caused it to deoptimize" when running
the test with -XX:CompileThreshold=100 because the method is compiled early, deoptimized and
compiled again.

Best regards,
Tobias

On 13.06.2018 13:08, tobias.hartmann at oracle.com wrote:
> Changeset: 8dd93a0470a3
> Author:    thartmann
> Date:      2018-06-13 13:07 +0200
> URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/8dd93a0470a3
> 
> [lworld] [Testbug] Avoid early compilation in TestArrays.java
> 
> ! test/hotspot/jtreg/compiler/valhalla/valuetypes/TestArrays.java
> 



More information about the valhalla-dev mailing list