[9] RFR(XS): 8147444: compiler/jsr292/NonInlinedCall/RedefineTest.java fails with NullPointerException in ClassFileInstaller

Tobias Hartmann tobias.hartmann at oracle.com
Fri Jan 15 11:07:45 UTC 2016


Hi,

please review the following patch:

https://bugs.openjdk.java.net/browse/JDK-8147444
http://cr.openjdk.java.net/~thartmann/8147444/webrev.00/

The test compiler/jsr292/NonInlinedCall/RedefineTest.java fails in the ClassFileInstaller while trying to install jdk.test.lib.Asserts because the class is not imported and therefore not compiled. Because asserts are not used in this test, I removed the directive.

Thanks,
Tobias


More information about the hotspot-compiler-dev mailing list