We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c58c8df commit fa92199Copy full SHA for fa92199
test/hotspot/jtreg/runtime/cds/appcds/dynamicArchive/TestAutoCreateSharedArchive.java
@@ -556,10 +556,10 @@ private static void testAutoCreateSharedArchive() throws Exception {
556
.shouldContain(HELLO_WORLD)
557
.shouldContain("Dumping shared data to file:");
558
});
559
- ft2 = Files.getLastModifiedTime(Paths.get(versionB));
+ ft2 = Files.getLastModifiedTime(Paths.get(versionF));
560
fileModified = !ft1.equals(ft2);
561
if (!fileModified) {
562
- throw new RuntimeException("Shared archive " + versionB + " should be created at exit");
+ throw new RuntimeException("Shared archive " + versionF + " should be created at exit");
563
}
564
565
// 22 create an archive with dynamic magic number only
0 commit comments