< prev index next >

test/hotspot/jtreg/runtime/appcds/TestCommon.java

Print this page

        

@@ -88,10 +88,14 @@
     // Call this method to get current archive name
     public static String getCurrentArchiveName() {
         return currentArchiveName;
     }
 
+    public static void setCurrentArchiveName(String archiveName) {
+        currentArchiveName = archiveName;
+    }
+
     public static String getNewArchiveName() {
         return getNewArchiveName(null);
     }
 
     public static String getNewArchiveName(String stem) {
< prev index next >