Path: blob/master/test/functional/CacheManagement/src/config.base.properties
6004 views
############################################################################## # Copyright (c) 2010, 2019 IBM Corp. and others # # This program and the accompanying materials are made available under # the terms of the Eclipse Public License 2.0 which accompanies this # distribution and is available at https://www.eclipse.org/legal/epl-2.0/ # or the Apache License, Version 2.0 which accompanies this distribution and # is available at https://www.apache.org/licenses/LICENSE-2.0. # # This Source Code may also be made available under the following # Secondary Licenses when the conditions for such availability set # forth in the Eclipse Public License, v. 2.0 are satisfied: GNU # General Public License, version 2 with the GNU Classpath # Exception [1] and GNU General Public License, version 2 with the # OpenJDK Assembly Exception [2]. # # [1] https://www.gnu.org/software/classpath/license.html # [2] http://openjdk.java.net/legal/assembly-exception.html # # SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 ############################################################################## #### Should be no need to change these # commands # %n% indicates an insert supplied for a particular command instance # %xx% indicates something replaced by a value elsewhere in this config file cmd.destroyCache=%java_exe% -Xshareclasses:name=%1%,destroy cmd.destroyPersistentCache=%java_exe% -Xshareclasses:name=%1%,destroy cmd.destroyNonPersistentCache=%java_exe% -Xshareclasses:name=%1%,nonpersistent,destroy cmd.destroyAllCaches=%java_exe% -Xshareclasses:destroyAll%1% cmd.runSimpleJavaProgramWithPersistentCache=%java_exe% -Xshareclasses:name=%1%,verbose -classpath %apploc%/testcode.jar SimpleApp cmd.runSimpleJavaProgramWithNonPersistentCache=%java_exe% -Xshareclasses:name=%1%,nonpersistent,verbose -classpath %apploc%/testcode.jar SimpleApp cmd.runSimpleJavaProgram=%java_exe% -Xshareclasses:name=%1%,verbose -classpath %apploc%/testcode.jar SimpleApp cmd.destroyPersistentCache=%java_exe% -Xshareclasses:name=%1%,destroy cmd.listAllCaches=%java_exe% -Xshareclasses:listAllCaches%1% cmd.createNonPersistentCache=%java_exe% -Xshareclasses:name=%1%,nonpersistent,verbose -classpath %apploc%/testcode.jar SimpleApp cmd.expireAllCaches=%java_exe% -Xshareclasses:expire=0,verbose%1% -classpath %apploc%/testcode.jar SimpleApp cmd.createIncompatibleCache=%java5_exe% -Xshareclasses:name=%1%,verbose -classpath %apploc%/testcode.jar SimpleApp cmd.runPrintStats=%java_exe% -Xshareclasses:name=%1%,printStats,verbose%2% cmd.runPrintAllStats=%java_exe% -Xshareclasses:name=%1%,printAllStats,verbose%2% cmd.runResetPersistentCache=%java_exe% -Xshareclasses:name=%1%,reset,verbose -classpath %apploc%/testcode.jar ResetApp cmd.runResetNonPersistentCache=%java_exe% -Xshareclasses:name=%1%,reset,nonpersistent,verbose -classpath %apploc%/testcode.jar SimpleApp cmd.runComplexJavaProgram=%java_exe% -Xshareclasses:name=%1%,verbose -Dconfig.properties=%2% -classpath %apploc% tests.sharedclasses.options.TestCorruptedCaches04Helper %1% cmd.runSimpleJavaProgramWithPersistentCacheCheckStringTable=%java_exe% -Xtrace:none=j9shr.1547 -Xshareclasses:name=%1%,verbose,checkStringTable,verboseIntern -classpath %apploc%/testcode.jar SimpleApp