RFR(S) [13] : 8217848 : [Graal] vmTestbase/nsk/jvmti/ResourceExhausted/resexhausted003/TestDescription.java fails
Igor Ignatyev
igor.ignatyev at oracle.com
Thu Jan 31 05:53:01 UTC 2019
http://cr.openjdk.java.net/~iignatyev//8217848/webrev.00/index.html
> 2 lines changed: 0 ins; 0 del; 2 mod;
Hi all,
could you please review this small fix? the test fails w/ Graal b/c it sets MaxMetaspaceSize=9m, but when we run w/ JVMCI compiler we increase default value of MetaspaceSize. the fix makes sure we don't set MetaspaceSize greater than MaxMetaspaceSize.
webrev: http://cr.openjdk.java.net/~iignatyev//8217848/webrev.00/index.html
JBS: https://bugs.openjdk.java.net/browse/JDK-8217848
testing:
- vmTestbase/nsk/jvmti/ResourceExhausted tests w/ enabled and disabled Graal
- java -XX:MaxMetaspaceSize=9m -version w/ enabled and disabled Graal
Thanks,
-- Igor
More information about the hotspot-compiler-dev
mailing list