< prev index next > test/hotspot/jtreg/runtime/cds/appcds/TestDumpClassListSource.java
Print this page
pb = ProcessTools.createJavaProcessBuilder(launchArgs);
output = TestCommon.executeAndLog(pb, "custom-dump-classlist");
checkFileExistence("ClassList", fileList);
- checkMatch(listFileName, "Hello id: [0-9]+ super: [0-9]+ source: .*/test-hello.jar", EXPECT_MATCH,
+ checkMatch(listFileName, "Hello id: [0-9]+ super: [0-9]+ interfaces: [0-9]+ source: .*/test-hello.jar", EXPECT_MATCH,
"Class Hello should be printed in classlist");
// 2.3.2 dump shared archive based on listFileName
String archive = "test-hello.jsa";
File archiveFile = new File(archive);
if (archiveFile.exists()) {
< prev index next >