test/hotspot/jtreg/runtime/appcds/UseAppCDS.java
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/test/hotspot/jtreg/runtime/appcds/UseAppCDS.java	Thu Mar  1 09:22:54 2018
--- new/test/hotspot/jtreg/runtime/appcds/UseAppCDS.java	Thu Mar  1 09:22:54 2018

*** 85,96 **** --- 85,99 ---- new String[0]); // Next tests rely on the classlist we just dumped // Test 3: No AppCDS - "test" classes in classlist ignored when dumping + // Although AppCDS isn't used, all classes will be found during dumping + // after the fix for JDK-8193434. Classes which are not in the boot + // loader dictionary will not be saved into the archive. dumpArchive(false, new String[] { BOOTCLASS }, ! new String[] { TESTNAME}); ! new String[0]); // Test 4: AppCDS - "test" classes in classlist are dumped dumpArchive(true, new String[] { BOOTCLASS, TESTNAME }, new String[0]);

test/hotspot/jtreg/runtime/appcds/UseAppCDS.java
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File