Skip to content

Commit 5348298

Browse files
committed
8255855: appcds/jigsaw/NewModuleFinderTest.java test failed due to unexpected NPE
Reviewed-by: iklam
1 parent c287170 commit 5348298

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

test/hotspot/jtreg/ProblemList.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ gc/metaspace/CompressedClassSpaceSizeInJmapHeap.java 8241293 macosx-x64
8484

8585
# :hotspot_runtime
8686

87-
runtime/cds/appcds/jigsaw/NewModuleFinderTest.java 8255855 generic-all
8887
runtime/cds/DeterministicDump.java 8253495 generic-all
8988
runtime/cds/serviceability/ReplaceCriticalClassesForSubgraphs.java 8253081 generic-all
9089
runtime/jni/terminatedThread/TestTerminatedThread.java 8219652 aix-ppc64

test/hotspot/jtreg/runtime/cds/appcds/jigsaw/NewModuleFinderTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ public static void main(String... args) throws Exception {
7070
ProcessBuilder pb = ProcessTools.createJavaProcessBuilder(
7171
"-Xlog:cds",
7272
"-Xlog:module=debug",
73+
"-Dtest.src=" + TEST_SRC,
7374
"NewModuleFinderTest$Helper");
7475
OutputAnalyzer out = CDSTestUtils.executeAndLog(pb, "exec");
7576
out.shouldHaveExitValue(0);

0 commit comments

Comments
 (0)