RFR (XS) 8204966: [TESTBUG] hotspot/test/compiler/whitebox/IsMethodCompilableTest.java test fails with -XX:CompileThreshold=1

Vladimir Kozlov vladimir.kozlov at oracle.com
Sat Aug 4 19:04:22 UTC 2018


You can hit some strange behavior if COMPILE_THRESHOLD very different from BACKEDGE_THRESHOLD.
I would suggest set max for COMPILE_THRESHOLD instead and leave BACKEDGE_THRESHOLD calculation the same.

Thanks,
Vladimir

On 8/4/18 4:26 AM, David Buck wrote:
> Hi!
> 
> May I please get a review of this trivial fix to a testcase.
> 
> bug report:
> https://bugs.openjdk.java.net/browse/JDK-8204966
> 
> webrev
> http://cr.openjdk.java.net/~dbuck/8204966.0/
> 
> Cheers,
> -Buck


More information about the hotspot-compiler-dev mailing list