--- old/test/hotspot/jtreg/runtime/appcds/TestCommon.java 2019-07-09 23:43:11.264649507 -0700 +++ new/test/hotspot/jtreg/runtime/appcds/TestCommon.java 2019-07-09 23:43:10.949619654 -0700 @@ -90,6 +90,10 @@ return currentArchiveName; } + public static void setCurrentArchiveName(String archiveName) { + currentArchiveName = archiveName; + } + public static String getNewArchiveName() { return getNewArchiveName(null); }