< prev index next > test/hotspot/jtreg/runtime/cds/appcds/customLoader/PrintSharedArchiveAndExit.java
Print this page
// Dump the archive
String classlist[] = new String[] {
"HelloUnload",
"java/lang/Object id: 1",
! "CustomLoadee id: 2 super: 1 source: " + customJarPath
};
OutputAnalyzer output;
TestCommon.testDump(appJar, classlist,
// command-line arguments ...
// Dump the archive
String classlist[] = new String[] {
"HelloUnload",
"java/lang/Object id: 1",
! "java/lang/IdentityObject id: 2",
+ "CustomLoadee id: 3 super: 1 interfaces: 2 source: " + customJarPath
};
OutputAnalyzer output;
TestCommon.testDump(appJar, classlist,
// command-line arguments ...
< prev index next >