RFR(s): 8248295: serviceability/jvmti/CompiledMethodLoad/Zombie.java failure with Graal
Fairoz Matte
fairoz.matte at oracle.com
Mon Aug 17 12:46:37 UTC 2020
Hi,
Please review this small test change to work with Graal.
Background:
Graal require more code cache compared to c1/c2. but the test case always set it to 20MB. This may not be sufficient when running graal.
Default configuration for ReservedCodeCacheSize = 250MB
With graal enabled, ReservedCodeCacheSize = 350MB
Either we can modify the framework to honor ReservedCodeCacheSize for graal or just update the testcase.
There are not many test cases they rely on ReservedCodeCacheSize or InitialCodeCacheSize. So the fix prefer the later one.
JBS - https://bugs.openjdk.java.net/browse/JDK-8248295
Webrev - http://cr.openjdk.java.net/~fmatte/8248295/webrev.00/
Thanks,
Fairoz
More information about the hotspot-compiler-dev
mailing list