RFR(T) : 8238278 : vmTestbase/vm/compiler/CodeCacheInfo/Test.java failure after JDK-8237787
Igor Ignatyev
igor.ignatyev at oracle.com
Tue Feb 11 00:51:49 UTC 2020
http://cr.openjdk.java.net/~iignatyev//8238278/webrev.00
> 35 lines changed: 28 ins; 2 del; 5 mod;
Hi all,
could you please review this trivial fix for vmTestbase/vm/compiler/CodeCacheInfo test? the test is failing when AOT library is used b/c it doesn't expect information about AOT code heap being printed out, the fix updates the regexps to check for AOT codeheap if at least one AOT library is load.
testing: vmTestbase/vm/compiler/CodeCacheInfo/Test.java on macosx w/ and w/o JTREG=AOT_MODULES=java.base
webrev: http://cr.openjdk.java.net/~iignatyev//8238278/webrev.00
JBS: https://bugs.openjdk.java.net/browse/JDK-8238278
Thanks,
-- Igor
More information about the hotspot-compiler-dev
mailing list