Skip to content

Commit b652198

Browse files
y1yang0Daniel D. Daugherty
authored and
Daniel D. Daugherty
committed
8264429: Test runtime/cds/appcds/VerifyWithDefaultArchive.java assumes OpenJDK build
Reviewed-by: dcubed, shade
1 parent 2c9365d commit b652198

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/hotspot/jtreg/runtime/cds/appcds/VerifyWithDefaultArchive.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public class VerifyWithDefaultArchive {
3838
public static void main(String... args) throws Exception {
3939
ProcessBuilder pb = ProcessTools.createJavaProcessBuilder("-Xlog:cds", "-XX:+VerifySharedSpaces", "-version");
4040
OutputAnalyzer out = new OutputAnalyzer(pb.start());
41-
out.shouldContain("OpenJDK");
41+
out.shouldNotContain("relocation bitmap CRC error");
4242
out.shouldHaveExitValue(0);
4343
}
4444
}

0 commit comments

Comments
 (0)