RFR(S) : 8233496 : AOT tests failures with 'java.lang.RuntimeException: Failed to find sun/hotspot/WhiteBox.class'
Igor Ignatyev
igor.ignatyev at oracle.com
Mon Nov 4 21:33:31 UTC 2019
http://cr.openjdk.java.net/~iignatyev//8233496/webrev.00/index.html
> 42 lines changed: 0 ins; 6 del; 36 mod;
Hi all,
could you please review this small patch for compiler/aot tests? the tests run 'ClassFileInstaller sun.hotspot.WhiteBox' w/o having any preceding actions which build s.h.WhiteBox class, the fix adds sun.hotspot.WhiteBox to the explicit build action and also removes unneeded classes (compiler.aot.AotCompiler and compiler.calls.common.InvokeDynamicPatcher as they are built implicitly by @run) from it.
JBS: https://bugs.openjdk.java.net/browse/JDK-8233496
webrev: http://cr.openjdk.java.net/~iignatyev//8233496/webrev.00/index.html
testing:
- all compiler/aot tests together on Oracle platforms
- each changed test separately on linux-x64
Thanks,
-- Igor
More information about the hotspot-compiler-dev
mailing list