RFR(XS): 8212154: [TESTBUG] CheckArchivedModuleApp fails with NPE when JVMCI is absent (original) (raw)
Calvin Cheung calvin.cheung at oracle.com
Mon Oct 29 20:30:13 UTC 2018
- Previous message: RFR(XXS): 8209566: [TESTBUG] runtime/appcds/jigsaw/modulepath/JvmtiAddPath.java timeout on tier6 on sparc
- Next message: RFR(XS): 8212154: [TESTBUG] CheckArchivedModuleApp fails with NPE when JVMCI is absent
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
bug: https://bugs.openjdk.java.net/browse/JDK-8212154
webrev: http://cr.openjdk.java.net/~ccheung/8212154/webrev.00/
The ArchivedModuleComboTest.java and the ArchivedModuleWithCustomImageTest.java failed with NPE if tested with a JDK build without JVMCI. A fix is to add a null check on wb.getBooleanVMFlag("EnableJVMCI").
Testing: Ran the 2 tests locally on linux-x64 with JDK builds (with and without JVMCI).
thanks, Calvin
- Previous message: RFR(XXS): 8209566: [TESTBUG] runtime/appcds/jigsaw/modulepath/JvmtiAddPath.java timeout on tier6 on sparc
- Next message: RFR(XS): 8212154: [TESTBUG] CheckArchivedModuleApp fails with NPE when JVMCI is absent
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]