Skip to content

Commit

Permalink
8264429: Test runtime/cds/appcds/VerifyWithDefaultArchive.java assume…
Browse files Browse the repository at this point in the history
…s OpenJDK build

Reviewed-by: dcubed, shade
  • Loading branch information
y1yang0 authored and Daniel D. Daugherty committed Mar 30, 2021
1 parent 2c9365d commit b652198
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public class VerifyWithDefaultArchive {
public static void main(String... args) throws Exception {
ProcessBuilder pb = ProcessTools.createJavaProcessBuilder("-Xlog:cds", "-XX:+VerifySharedSpaces", "-version");
OutputAnalyzer out = new OutputAnalyzer(pb.start());
out.shouldContain("OpenJDK");
out.shouldNotContain("relocation bitmap CRC error");
out.shouldHaveExitValue(0);
}
}

1 comment on commit b652198

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.