test/hotspot/jtreg/runtime/appcds/TestCommon.java
changeset 55694 7b7df2be6219
parent 54927 1512d88b24c6
child 55717 2b4e14968afd
equal deleted inserted replaced
55670:a87f5fdcd177 55694:7b7df2be6219
    88     // Call this method to get current archive name
    88     // Call this method to get current archive name
    89     public static String getCurrentArchiveName() {
    89     public static String getCurrentArchiveName() {
    90         return currentArchiveName;
    90         return currentArchiveName;
    91     }
    91     }
    92 
    92 
       
    93     public static void setCurrentArchiveName(String archiveName) {
       
    94         currentArchiveName = archiveName;
       
    95     }
       
    96 
    93     public static String getNewArchiveName() {
    97     public static String getNewArchiveName() {
    94         return getNewArchiveName(null);
    98         return getNewArchiveName(null);
    95     }
    99     }
    96 
   100 
    97     public static String getNewArchiveName(String stem) {
   101     public static String getNewArchiveName(String stem) {