8252003: remove usage of PropertyResolvingWrapper in vmTestbase/nsk/jvmti

Reviewed-by: cjplummer, sspitsyn
This commit is contained in:
Igor Ignatyev 2020-09-30 21:37:12 +00:00
parent 092c227721
commit ca0e014e60
165 changed files with 450 additions and 585 deletions

View File

@ -47,9 +47,7 @@
*
* @library /vmTestbase
* /test/lib
* @build ExecDriver
* nsk.jvmti.AddCapabilities.addcaps003
* @run main/othervm/native PropertyResolvingWrapper ExecDriver --java
* @run main/othervm/native
* -XX:+UnlockDiagnosticVMOptions
* -XX:+PrintInterpreter
* -XX:+IgnoreUnrecognizedVMOptions

View File

@ -62,9 +62,9 @@
* @run driver nsk.share.ExtraClassesBuilder
* newclass
*
* @build ExecDriver
* @run main/othervm/native PropertyResolvingWrapper ExecDriver --java
* "-agentlib:bootclssearch_agent=-waittime=5 phasetocheck=onload segment1=./bin/newclass"
* @comment ExecDriver is used b/c main class isn't on source/class path
* @run main/othervm/native ExecDriver --java
* -agentlib:bootclssearch_agent=-waittime=5,phasetocheck=onload,segment1=./bin/newclass
* nsk.jvmti.AddToBootstrapClassLoaderSearch.bootclssearch001
*/

View File

@ -88,10 +88,10 @@
* @run driver nsk.share.ExtraClassesBuilder
* newclass
*
* @build ExecDriver
* @run main/othervm/native PropertyResolvingWrapper ExecDriver --java
* @comment ExecDriver is used b/c main class isn't on source/class path
* @run main/othervm/native ExecDriver --java
* -Xbootclasspath/a:./bin/loadclass
* "-agentlib:bootclssearch_agent=-waittime=5 phasetocheck=onload segment1=./bin/newclass"
* -agentlib:bootclssearch_agent=-waittime=5,phasetocheck=onload,segment1=./bin/newclass
* nsk.jvmti.AddToBootstrapClassLoaderSearch.bootclssearch002
*/

View File

@ -73,10 +73,10 @@
* @run driver nsk.share.ExtraClassesBuilder
* newclass
*
* @build ExecDriver
* @run main/othervm/native PropertyResolvingWrapper ExecDriver --java
* @comment ExecDriver is used b/c main class isn't on source/class path
* @run main/othervm/native ExecDriver --java
* -Xbootclasspath/a:./bin/loadclass
* "-agentlib:bootclssearch_agent=-waittime=5 phasetocheck=onload segment1=./bin/newclass"
* -agentlib:bootclssearch_agent=-waittime=5,phasetocheck=onload,segment1=./bin/newclass
* nsk.jvmti.AddToBootstrapClassLoaderSearch.bootclssearch003
*/

View File

@ -69,9 +69,9 @@
* @run driver nsk.share.ExtraClassesBuilder
* newclass02 newclass01
*
* @build ExecDriver
* @run main/othervm/native PropertyResolvingWrapper ExecDriver --java
* "-agentlib:bootclssearch_agent=-waittime=5 phasetocheck=onload segment1=./bin/newclass01 segment2=./bin/newclass02"
* @comment ExecDriver is used b/c main class isn't on source/class path
* @run main/othervm/native ExecDriver --java
* -agentlib:bootclssearch_agent=-waittime=5,phasetocheck=onload,segment1=./bin/newclass01,segment2=./bin/newclass02
* nsk.jvmti.AddToBootstrapClassLoaderSearch.bootclssearch004
*/

View File

@ -77,16 +77,16 @@
* ../bootclssearch003/newclass
*
* @comment create bootclssearch003.jar in current directory
* @build ExecDriver
* @run driver PropertyResolvingWrapper ExecDriver --cmd
* @run driver ExecDriver --cmd
* ${compile.jdk}/bin/jar
* -cf bootclssearch003.jar
* -C ./bin/newclass/
* nsk/jvmti/AddToBootstrapClassLoaderSearch/bootclssearch003.class
*
* @run main/othervm/native PropertyResolvingWrapper ExecDriver --java
* @comment ExecDriver is used b/c main class isn't on source/class path
* @run main/othervm/native ExecDriver --java
* -Xbootclasspath/a:./bin/loadclass
* "-agentlib:bootclssearch_agent=-waittime=5 phasetocheck=live segment1=./bootclssearch003.jar"
* -agentlib:bootclssearch_agent=-waittime=5,phasetocheck=live,segment1=./bootclssearch003.jar
* nsk.jvmti.AddToBootstrapClassLoaderSearch.bootclssearch003
*/

View File

@ -77,23 +77,22 @@
* ../bootclssearch004/newclass02
*
* @comment create bootclssearch004.jar in ./bin/newclass01/
* @build ExecDriver
* @run driver PropertyResolvingWrapper ExecDriver --cmd
* @run driver ExecDriver --cmd
* ${compile.jdk}/bin/jar
* -cf ./bin/newclass01/bootclssearch004.jar
* -C ./bin/newclass01/
* nsk/jvmti/AddToBootstrapClassLoaderSearch/bootclssearch004.class
*
* @comment create bootclssearch004.jar in ./bin/newclass02/
* @build ExecDriver
* @run driver PropertyResolvingWrapper ExecDriver --cmd
* @run driver ExecDriver --cmd
* ${compile.jdk}/bin/jar
* -cf ./bin/newclass02/bootclssearch004.jar
* -C ./bin/newclass02/
* nsk/jvmti/AddToBootstrapClassLoaderSearch/bootclssearch004.class
*
* @run main/othervm/native PropertyResolvingWrapper ExecDriver --java
* "-agentlib:bootclssearch_agent=-waittime=5 phasetocheck=live segment1=./bin/newclass01/bootclssearch004.jar segment2=./bin/newclass02/bootclssearch004.jar"
* @comment ExecDriver is used b/c main class isn't on source/class path
* @run main/othervm/native ExecDriver --java
* -agentlib:bootclssearch_agent=-waittime=5,phasetocheck=live,segment1=./bin/newclass01/bootclssearch004.jar,segment2=./bin/newclass02/bootclssearch004.jar
* nsk.jvmti.AddToBootstrapClassLoaderSearch.bootclssearch004
*/

View File

@ -65,15 +65,15 @@
* ../bootclssearch001/newclass
*
* @comment create bootclssearch001.jar in current directory
* @build ExecDriver
* @run driver PropertyResolvingWrapper ExecDriver --cmd
* @run driver ExecDriver --cmd
* ${compile.jdk}/bin/jar
* -cf bootclssearch001.jar
* -C ./bin/newclass/
* nsk/jvmti/AddToBootstrapClassLoaderSearch/bootclssearch001.class
*
* @run main/othervm/native PropertyResolvingWrapper ExecDriver --java
* "-agentlib:bootclssearch_agent=-waittime=5 phasetocheck=live segment1=./bootclssearch001.jar"
* @comment ExecDriver is used b/c main class isn't on source/class path
* @run main/othervm/native ExecDriver --java
* -agentlib:bootclssearch_agent=-waittime=5,phasetocheck=live,segment1=./bootclssearch001.jar
* nsk.jvmti.AddToBootstrapClassLoaderSearch.bootclssearch001
*/

View File

@ -93,16 +93,16 @@
* ../bootclssearch002/newclass
*
* @comment create bootclssearch002.jar in current directory
* @build ExecDriver
* @run driver PropertyResolvingWrapper ExecDriver --cmd
* @run driver ExecDriver --cmd
* ${compile.jdk}/bin/jar
* -cf bootclssearch002.jar
* -C ./bin/newclass/
* nsk/jvmti/AddToBootstrapClassLoaderSearch/bootclssearch002.class
*
* @run main/othervm/native PropertyResolvingWrapper ExecDriver --java
* @comment ExecDriver is used b/c main class isn't on source/class path
* @run main/othervm/native ExecDriver --java
* -Xbootclasspath/a:./bin/loadclass
* "-agentlib:bootclssearch_agent=-waittime=5 phasetocheck=live segment1=./bootclssearch002.jar"
* -agentlib:bootclssearch_agent=-waittime=5,phasetocheck=live,segment1=./bootclssearch002.jar
* nsk.jvmti.AddToBootstrapClassLoaderSearch.bootclssearch002
*/

View File

@ -62,10 +62,10 @@
* @run driver nsk.share.ExtraClassesBuilder
* newclass
*
* @build ExecDriver
* @run main/othervm/native PropertyResolvingWrapper ExecDriver --java
* @comment ExecDriver is used b/c main class isn't on source/class path
* @run main/othervm/native ExecDriver --java
* -cp ${test.class.path}${path.separator}./bin/newclass
* "-agentlib:systemclssearch_agent=-waittime=5 phasetocheck=onload segment1=./bin/newclass"
* -agentlib:systemclssearch_agent=-waittime=5,phasetocheck=onload,segment1=./bin/newclass
* nsk.jvmti.AddToSystemClassLoaderSearch.systemclssearch001
*/

View File

@ -62,9 +62,9 @@
* @run driver nsk.share.ExtraClassesBuilder
* newclass
*
* @build ExecDriver
* @run main/othervm/native PropertyResolvingWrapper ExecDriver --java
* "-agentlib:systemclssearch_agent=-waittime=5 phasetocheck=onload segment1=./bin/newclass"
* @comment ExecDriver is used b/c main class isn't on source/class path
* @run main/othervm/native ExecDriver --java
* -agentlib:systemclssearch_agent=-waittime=5,phasetocheck=onload,segment1=./bin/newclass
* nsk.jvmti.AddToSystemClassLoaderSearch.systemclssearch002
*/

View File

@ -69,9 +69,9 @@
* @run driver nsk.share.ExtraClassesBuilder
* newclass02 newclass01
*
* @build ExecDriver
* @run main/othervm/native PropertyResolvingWrapper ExecDriver --java
* "-agentlib:systemclssearch_agent=-waittime=5 phasetocheck=onload segment1=./bin/newclass01 segment2=./bin/newclass02"
* @comment ExecDriver is used b/c main class isn't on source/class path
* @run main/othervm/native ExecDriver --java
* -agentlib:systemclssearch_agent=-waittime=5,phasetocheck=onload,segment1=./bin/newclass01,segment2=./bin/newclass02
* nsk.jvmti.AddToSystemClassLoaderSearch.systemclssearch003
*/

View File

@ -77,23 +77,22 @@
* ../systemclssearch003/newclass02
*
* @comment create systemclssearch003.jar in current directory
* @build ExecDriver
* @run driver PropertyResolvingWrapper ExecDriver --cmd
* @run driver ExecDriver --cmd
* ${compile.jdk}/bin/jar
* -cf ./bin/newclass01/systemclssearch003.jar
* -C ./bin/newclass01/
* nsk/jvmti/AddToSystemClassLoaderSearch/systemclssearch003.class
*
* @comment create systemclssearch003.jar in current directory
* @build ExecDriver
* @run driver PropertyResolvingWrapper ExecDriver --cmd
* @run driver ExecDriver --cmd
* ${compile.jdk}/bin/jar
* -cf ./bin/newclass02/systemclssearch003.jar
* -C ./bin/newclass02/
* nsk/jvmti/AddToSystemClassLoaderSearch/systemclssearch003.class
*
* @run main/othervm/native PropertyResolvingWrapper ExecDriver --java
* "-agentlib:systemclssearch_agent=-waittime=5 phasetocheck=live segment1=./bin/newclass01/systemclssearch003.jar segment2=./bin/newclass02/systemclssearch003.jar"
* @comment ExecDriver is used b/c main class isn't on source/class path
* @run main/othervm/native ExecDriver --java
* -agentlib:systemclssearch_agent=-waittime=5,phasetocheck=live,segment1=./bin/newclass01/systemclssearch003.jar,segment2=./bin/newclass02/systemclssearch003.jar
* nsk.jvmti.AddToSystemClassLoaderSearch.systemclssearch003
*/

View File

@ -66,15 +66,15 @@
* ../systemclssearch001/newclass
*
* @comment create systemclssearch001.jar in current directory
* @build ExecDriver
* @run driver PropertyResolvingWrapper ExecDriver --cmd
* @run driver ExecDriver --cmd
* ${compile.jdk}/bin/jar
* -cf systemclssearch001.jar
* -C ./bin/newclass/
* nsk/jvmti/AddToSystemClassLoaderSearch/systemclssearch001.class
*
* @run main/othervm/native PropertyResolvingWrapper ExecDriver --java
* "-agentlib:systemclssearch_agent=-waittime=5 phasetocheck=live segment1=systemclssearch001.jar"
* @comment ExecDriver is used b/c main class isn't on source/class path
* @run main/othervm/native ExecDriver --java
* -agentlib:systemclssearch_agent=-waittime=5,phasetocheck=live,segment1=systemclssearch001.jar
* nsk.jvmti.AddToSystemClassLoaderSearch.systemclssearch001
*/

View File

@ -66,15 +66,15 @@
* ../systemclssearch002/newclass
*
* @comment create systemclssearch002.jar in current directory
* @build ExecDriver
* @run driver PropertyResolvingWrapper ExecDriver --cmd
* @run driver ExecDriver --cmd
* ${compile.jdk}/bin/jar
* -cf systemclssearch002.jar
* -C ./bin/newclass/
* nsk/jvmti/AddToSystemClassLoaderSearch/systemclssearch002.class
*
* @run main/othervm/native PropertyResolvingWrapper ExecDriver --java
* "-agentlib:systemclssearch_agent=-waittime=5 phasetocheck=live segment1=systemclssearch002.jar"
* @comment ExecDriver is used b/c main class isn't on source/class path
* @run main/othervm/native ExecDriver --java
* -agentlib:systemclssearch_agent=-waittime=5,phasetocheck=live,segment1=systemclssearch002.jar
* nsk.jvmti.AddToSystemClassLoaderSearch.systemclssearch002
*/

View File

@ -43,8 +43,7 @@
* @comment create SimpleAgent00.jar in current directory
* @build nsk.jvmti.AttachOnDemand.sharedAgents.SimpleAgent00
* @run driver ClassFileInstaller nsk.jvmti.AttachOnDemand.sharedAgents.SimpleAgent00
* @build ExecDriver
* @run driver PropertyResolvingWrapper ExecDriver --cmd
* @run driver ExecDriver --cmd
* ${compile.jdk}/bin/jar
* -cfm SimpleAgent00.jar ${test.src}/../sharedAgents/SimpleAgent00.mf
* nsk/jvmti/AttachOnDemand/sharedAgents/SimpleAgent00.class
@ -52,10 +51,9 @@
* @run main/othervm/native
* -XX:+UsePerfData
* -Djdk.attach.allowAttachSelf
* PropertyResolvingWrapper
* nsk.jvmti.AttachOnDemand.attach001.attach001TestRunner
* -jdk ${test.jdk}
* "-javaOpts=-XX:+UsePerfData -Djdk.attach.allowAttachSelf ${test.vm.opts} ${test.java.opts}"
* -javaOpts="-XX:+UsePerfData -Djdk.attach.allowAttachSelf ${test.vm.opts} ${test.java.opts}"
* -ja SimpleAgent00.jar
* -na simpleAgent00
*/

View File

@ -50,11 +50,11 @@
* newclass00
*
* @build nsk.jvmti.AttachOnDemand.attach002.attach002Target
* @run main/othervm/native PropertyResolvingWrapper
* @run main/othervm/native
* nsk.share.aod.AODTestRunner
* -jdk ${test.jdk}
* -target nsk.jvmti.AttachOnDemand.attach002.attach002Target
* "-javaOpts=-XX:+UsePerfData ${test.vm.opts} ${test.java.opts}"
* -javaOpts="-XX:+UsePerfData ${test.vm.opts} ${test.java.opts}"
* -na attach002Agent00=-pathToNewByteCode=./bin/newclass00
*/

View File

@ -52,19 +52,18 @@
* @build nsk.share.aod.AODTestRunner
*
* @comment compile newclassXX to bin/newclassXX
* @build ExecDriver
* @run driver PropertyResolvingWrapper ExecDriver --cmd
* @run driver ExecDriver --cmd
* ${compile.jdk}/bin/javac
* --patch-module java.base=${test.src}/newclass00/java.base
* -d bin/newclass00
* ${test.src}/newclass00/java.base/java/lang/InterruptedException.java
*
* @build nsk.jvmti.AttachOnDemand.attach002a.attach002aTarget
* @run main/othervm/native PropertyResolvingWrapper
* @run main/othervm/native
* nsk.share.aod.AODTestRunner
* -jdk ${test.jdk}
* -target nsk.jvmti.AttachOnDemand.attach002a.attach002aTarget
* "-javaOpts=-XX:+UsePerfData ${test.vm.opts} ${test.java.opts}"
* -javaOpts="-XX:+UsePerfData ${test.vm.opts} ${test.java.opts}"
* -na attach002aAgent00=-pathToNewByteCode=./bin/newclass00
*/

View File

@ -47,16 +47,15 @@
* @comment create SimpleAgent00.jar in current directory
* @build nsk.jvmti.AttachOnDemand.sharedAgents.SimpleAgent00
* @run driver ClassFileInstaller nsk.jvmti.AttachOnDemand.sharedAgents.SimpleAgent00
* @build ExecDriver
* @run driver PropertyResolvingWrapper ExecDriver --cmd
* @run driver ExecDriver --cmd
* ${compile.jdk}/bin/jar
* -cfm SimpleAgent00.jar ${test.src}/../sharedAgents/SimpleAgent00.mf
* nsk/jvmti/AttachOnDemand/sharedAgents/SimpleAgent00.class
*
* @run main/othervm PropertyResolvingWrapper
* @run main/othervm
* nsk.share.aod.AODTestRunner
* -jdk ${test.jdk}
* "-javaOpts=-XX:+UsePerfData ${test.vm.opts} ${test.java.opts}"
* -javaOpts="-XX:+UsePerfData ${test.vm.opts} ${test.java.opts}"
* -target nsk.share.aod.TargetApplicationWaitingAgents
* -ja SimpleAgent00.jar,SimpleAgent00.jar
*/

View File

@ -47,16 +47,15 @@
* @comment create attach004Agent00.jar in current directory
* @build nsk.jvmti.AttachOnDemand.attach004.attach004Agent00
* @run driver ClassFileInstaller nsk.jvmti.AttachOnDemand.attach004.attach004Agent00
* @build ExecDriver
* @run driver PropertyResolvingWrapper ExecDriver --cmd
* @run driver ExecDriver --cmd
* ${compile.jdk}/bin/jar
* -cfm attach004Agent00.jar ${test.src}/attach004Agent00.mf
* nsk/jvmti/AttachOnDemand/attach004/attach004Agent00.class
*
* @run main/othervm PropertyResolvingWrapper
* @run main/othervm
* nsk.share.aod.AODTestRunner
* -jdk ${test.jdk}
* "-javaOpts=-XX:+UsePerfData ${test.vm.opts} ${test.java.opts} -Djava.security.manager -Djava.security.policy==${test.src}/attach004.policy"
* -javaOpts="-XX:+UsePerfData ${test.vm.opts} ${test.java.opts} -Djava.security.manager -Djava.security.policy==${test.src}/attach004.policy"
* -target nsk.share.aod.TargetApplicationWaitingAgents
* -ja attach004Agent00.jar
*/

View File

@ -42,11 +42,11 @@
* /test/lib
* @build nsk.share.aod.AODTestRunner
* nsk.jvmti.AttachOnDemand.attach008.attach008Target
* @run main/othervm/native PropertyResolvingWrapper
* @run main/othervm/native
* nsk.share.aod.AODTestRunner
* -jdk ${test.jdk}
* -target nsk.jvmti.AttachOnDemand.attach008.attach008Target
* "-javaOpts=-XX:+UsePerfData ${test.vm.opts} ${test.java.opts}"
* -javaOpts="-XX:+UsePerfData ${test.vm.opts} ${test.java.opts}"
* -na attach008Agent00
*/

View File

@ -41,11 +41,11 @@
* /test/lib
* @build nsk.share.aod.AODTestRunner
* nsk.jvmti.AttachOnDemand.attach009.attach009Target
* @run main/othervm/native PropertyResolvingWrapper
* @run main/othervm/native
* nsk.share.aod.AODTestRunner
* -jdk ${test.jdk}
* -target nsk.jvmti.AttachOnDemand.attach009.attach009Target
* "-javaOpts=-XX:+UsePerfData ${test.vm.opts} ${test.java.opts}"
* -javaOpts="-XX:+UsePerfData ${test.vm.opts} ${test.java.opts}"
* -na attach009Agent00
*/

View File

@ -44,16 +44,15 @@
* @comment create attach010Agent00.jar in current directory
* @build nsk.jvmti.AttachOnDemand.attach010.attach010Agent00
* @run driver ClassFileInstaller nsk.jvmti.AttachOnDemand.attach010.attach010Agent00
* @build ExecDriver
* @run driver PropertyResolvingWrapper ExecDriver --cmd
* @run driver ExecDriver --cmd
* ${compile.jdk}/bin/jar
* -cfm attach010Agent00.jar ${test.src}/attach010Agent00.mf
* nsk/jvmti/AttachOnDemand/attach010/attach010Agent00.class
*
* @run main/othervm PropertyResolvingWrapper
* @run main/othervm
* nsk.share.aod.AODTestRunner
* -jdk ${test.jdk}
* "-javaOpts=-XX:+UsePerfData ${test.vm.opts} ${test.java.opts}"
* -javaOpts="-XX:+UsePerfData ${test.vm.opts} ${test.java.opts}"
* -target nsk.share.aod.TargetApplicationWaitingAgents
* -ja attach010Agent00.jar
*/

View File

@ -44,16 +44,15 @@
* @comment create SimpleAgent00.jar in current directory
* @build nsk.jvmti.AttachOnDemand.sharedAgents.SimpleAgent00
* @run driver ClassFileInstaller nsk.jvmti.AttachOnDemand.sharedAgents.SimpleAgent00
* @build ExecDriver
* @run driver PropertyResolvingWrapper ExecDriver --cmd
* @run driver ExecDriver --cmd
* ${compile.jdk}/bin/jar
* -cfm SimpleAgent00.jar ${test.src}/../sharedAgents/SimpleAgent00.mf
* nsk/jvmti/AttachOnDemand/sharedAgents/SimpleAgent00.class
*
* @run main/othervm/native PropertyResolvingWrapper
* @run main/othervm/native
* nsk.share.aod.AODTestRunner
* -jdk ${test.jdk}
* "-javaOpts=-XX:+UsePerfData ${test.vm.opts} ${test.java.opts}"
* -javaOpts="-XX:+UsePerfData ${test.vm.opts} ${test.java.opts}"
* -target nsk.share.aod.TargetApplicationWaitingAgents
* -na simpleAgent00
* -ja SimpleAgent00.jar

View File

@ -41,10 +41,10 @@
* /test/lib
* @build nsk.share.aod.AODTestRunner
* nsk.share.aod.TargetApplicationWaitingAgents
* @run main/othervm/native PropertyResolvingWrapper
* @run main/othervm/native
* nsk.share.aod.AODTestRunner
* -jdk ${test.jdk}
* "-javaOpts=-XX:+UsePerfData ${test.vm.opts} ${test.java.opts}"
* -javaOpts="-XX:+UsePerfData ${test.vm.opts} ${test.java.opts}"
* -target nsk.share.aod.TargetApplicationWaitingAgents
* -na attach012Agent00
*/

View File

@ -39,10 +39,10 @@
* /test/lib
* @build nsk.share.aod.AODTestRunner
* nsk.share.aod.TargetApplicationWaitingAgents
* @run main/othervm/native PropertyResolvingWrapper
* @run main/othervm/native
* nsk.share.aod.AODTestRunner
* -jdk ${test.jdk}
* "-javaOpts=-XX:+UsePerfData ${test.vm.opts} ${test.java.opts}"
* -javaOpts="-XX:+UsePerfData ${test.vm.opts} ${test.java.opts}"
* -target nsk.share.aod.TargetApplicationWaitingAgents
* -na simpleAgent00,simpleAgent00,simpleAgent00
*/

View File

@ -38,11 +38,11 @@
* /test/lib
* @build nsk.share.aod.AODTestRunner
* nsk.jvmti.AttachOnDemand.attach014.attach014Target
* @run main/othervm/native PropertyResolvingWrapper
* @run main/othervm/native
* nsk.share.aod.AODTestRunner
* -jdk ${test.jdk}
* -target nsk.jvmti.AttachOnDemand.attach014.attach014Target
* "-javaOpts=-XX:+UsePerfData ${test.vm.opts} ${test.java.opts}"
* -javaOpts="-XX:+UsePerfData ${test.vm.opts} ${test.java.opts}"
* -na attach014Agent00
*/

View File

@ -46,11 +46,11 @@
* nsk.jvmti.AttachOnDemand.attach015.attach015Target
* nsk.jvmti.AttachOnDemand.attach015.ClassToLoad1
* nsk.jvmti.AttachOnDemand.attach015.ClassToLoad2
* @run main/othervm/native PropertyResolvingWrapper
* @run main/othervm/native
* nsk.share.aod.AODTestRunner
* -jdk ${test.jdk}
* -target nsk.jvmti.AttachOnDemand.attach015.attach015Target
* "-javaOpts=-XX:+UsePerfData ${test.vm.opts} ${test.java.opts}"
* -javaOpts="-XX:+UsePerfData ${test.vm.opts} ${test.java.opts}"
* -na attach015Agent00,attach015Agent01
*/

View File

@ -48,11 +48,11 @@
* /test/lib
* @build nsk.share.aod.AODTestRunner
* nsk.jvmti.AttachOnDemand.attach020.attach020Target
* @run main/othervm/native PropertyResolvingWrapper
* @run main/othervm/native
* nsk.share.aod.AODTestRunner
* -jdk ${test.jdk}
* -target nsk.jvmti.AttachOnDemand.attach020.attach020Target
* "-javaOpts=-XX:+UsePerfData ${test.vm.opts} ${test.java.opts}"
* -javaOpts="-XX:+UsePerfData ${test.vm.opts} ${test.java.opts}"
* -na attach020Agent00
*/

View File

@ -44,11 +44,11 @@
* /test/lib
* @build nsk.share.aod.AODTestRunner
* nsk.jvmti.AttachOnDemand.attach021.attach021Target
* @run main/othervm/native PropertyResolvingWrapper
* @run main/othervm/native
* nsk.share.aod.AODTestRunner
* -jdk ${test.jdk}
* -target nsk.jvmti.AttachOnDemand.attach021.attach021Target
* "-javaOpts=-XX:+UsePerfData ${test.vm.opts} ${test.java.opts}"
* -javaOpts="-XX:+UsePerfData ${test.vm.opts} ${test.java.opts}"
* -na attach021Agent00
*/

View File

@ -47,11 +47,11 @@
* /test/lib
* @build nsk.share.aod.AODTestRunner
* nsk.jvmti.AttachOnDemand.attach022.attach022Target
* @run main/othervm/native PropertyResolvingWrapper
* @run main/othervm/native
* nsk.share.aod.AODTestRunner
* -jdk ${test.jdk}
* -target nsk.jvmti.AttachOnDemand.attach022.attach022Target
* "-javaOpts=-XX:+UsePerfData ${test.vm.opts} ${test.java.opts}"
* -javaOpts="-XX:+UsePerfData ${test.vm.opts} ${test.java.opts}"
* -na attach022Agent00
*/

View File

@ -46,8 +46,7 @@
* nsk.jvmti.AttachOnDemand.attach024.attach024Agent00
*
* @comment compile modified java.util.TooManyListenersException
* @build ExecDriver
* @run driver PropertyResolvingWrapper ExecDriver --cmd
* @run driver ExecDriver --cmd
* ${compile.jdk}/bin/javac
* -cp ${test.class.path}
* -d ./bin/classes
@ -56,22 +55,22 @@
* ${test.src}/java.base/java/util/TooManyListenersException.java
*
* @comment create attach024Agent00.jar in current directory
* @run driver PropertyResolvingWrapper ExecDriver --cmd
* @run driver ExecDriver --cmd
* ${compile.jdk}/bin/jar
* -cfm attach024Agent00.jar ${test.src}/attach024Agent00.mf
* -C ./bin/classes
* java/util/TooManyListenersException.class
* @run driver ClassFileInstaller
* nsk.jvmti.AttachOnDemand.attach024.attach024Agent00
* @run driver PropertyResolvingWrapper ExecDriver --cmd
* @run driver ExecDriver --cmd
* ${compile.jdk}/bin/jar
* -uf attach024Agent00.jar
* nsk/jvmti/AttachOnDemand/attach024/attach024Agent00.class
*
* @run main/othervm PropertyResolvingWrapper
* @run main/othervm
* nsk.share.aod.AODTestRunner
* -jdk ${test.jdk}
* "-javaOpts=--add-reads java.base=ALL-UNNAMED -XX:+UsePerfData ${test.vm.opts} ${test.java.opts}"
* -javaOpts="--add-reads java.base=ALL-UNNAMED -XX:+UsePerfData ${test.vm.opts} ${test.java.opts}"
* -target nsk.share.aod.TargetApplicationWaitingAgents
* -ja attach024Agent00.jar
*/

View File

@ -51,17 +51,16 @@
* @comment create attach030Agent00.jar in current directory
* @build nsk.jvmti.AttachOnDemand.attach030.attach030Agent00
* @run driver ClassFileInstaller nsk.jvmti.AttachOnDemand.attach030.attach030Agent00
* @build ExecDriver
* @run driver PropertyResolvingWrapper ExecDriver --cmd
* @run driver ExecDriver --cmd
* ${compile.jdk}/bin/jar
* -cfm attach030Agent00.jar ${test.src}/attach030Agent00.mf
* nsk/jvmti/AttachOnDemand/attach030/attach030Agent00.class
*
* @run main/othervm PropertyResolvingWrapper
* @run main/othervm
* nsk.share.aod.AODTestRunner
* -jdk ${test.jdk}
* -target nsk.jvmti.AttachOnDemand.attach030.attach030Target
* "-javaOpts=-XX:+UsePerfData ${test.vm.opts} ${test.java.opts}"
* -javaOpts="-XX:+UsePerfData ${test.vm.opts} ${test.java.opts}"
* -ja attach030Agent00.jar=-pathToNewByteCode=./bin/newclass00
*/

View File

@ -45,16 +45,15 @@
* @comment create attach031Agent00.jar in current directory
* @build nsk.jvmti.AttachOnDemand.attach031.attach031Agent00
* @run driver ClassFileInstaller nsk.jvmti.AttachOnDemand.attach031.attach031Agent00
* @build ExecDriver
* @run driver PropertyResolvingWrapper ExecDriver --cmd
* @run driver ExecDriver --cmd
* ${compile.jdk}/bin/jar
* -cfm attach031Agent00.jar ${test.src}/attach031Agent00.mf
* nsk/jvmti/AttachOnDemand/attach031/attach031Agent00.class
*
* @run main/othervm PropertyResolvingWrapper
* @run main/othervm
* nsk.share.aod.AODTestRunner
* -jdk ${test.jdk}
* "-javaOpts=-XX:+UsePerfData ${test.vm.opts} ${test.java.opts}"
* -javaOpts="-XX:+UsePerfData ${test.vm.opts} ${test.java.opts}"
* -target nsk.share.aod.TargetApplicationWaitingAgents
* -ja attach031Agent00.jar
*/

View File

@ -46,8 +46,7 @@
* @comment create attach034Agent00.jar in current directory
* @build nsk.jvmti.AttachOnDemand.attach034.attach034Agent00
* @run driver ClassFileInstaller nsk.jvmti.AttachOnDemand.attach034.attach034Agent00
* @build ExecDriver
* @run driver PropertyResolvingWrapper ExecDriver --cmd
* @run driver ExecDriver --cmd
* ${compile.jdk}/bin/jar
* -cfm attach034Agent00.jar ${test.src}/attach034Agent00.mf
* nsk/jvmti/AttachOnDemand/attach034/attach034Agent00.class
@ -55,16 +54,15 @@
* @comment create AgentParent.jar in current directory
* @build nsk.jvmti.AttachOnDemand.attach034.AgentParent
* @run driver ClassFileInstaller nsk.jvmti.AttachOnDemand.attach034.AgentParent
* @build ExecDriver
* @run driver PropertyResolvingWrapper ExecDriver --cmd
* @run driver ExecDriver --cmd
* ${compile.jdk}/bin/jar
* -cfm AgentParent.jar ${test.src}/AgentParent.mf
* nsk/jvmti/AttachOnDemand/attach034/AgentParent.class
*
* @run main/othervm PropertyResolvingWrapper
* @run main/othervm
* nsk.share.aod.AODTestRunner
* -jdk ${test.jdk}
* "-javaOpts=-XX:+UsePerfData ${test.vm.opts} ${test.java.opts}"
* -javaOpts="-XX:+UsePerfData ${test.vm.opts} ${test.java.opts}"
* -target nsk.share.aod.TargetApplicationWaitingAgents
* -ja AgentParent.jar,attach034Agent00.jar
*/

View File

@ -40,8 +40,7 @@
* @comment create attach036Agent00.jar in current directory
* @build nsk.jvmti.AttachOnDemand.attach036.attach036Agent00
* @run driver ClassFileInstaller nsk.jvmti.AttachOnDemand.attach036.attach036Agent00
* @build ExecDriver
* @run driver PropertyResolvingWrapper ExecDriver --cmd
* @run driver ExecDriver --cmd
* ${compile.jdk}/bin/jar
* -cfm attach036Agent00.jar ${test.src}/attach036Agent00.mf
* nsk/jvmti/AttachOnDemand/attach036/attach036Agent00.class
@ -49,7 +48,6 @@
* @run main/othervm
* -XX:+UsePerfData
* -Djdk.attach.allowAttachSelf
* PropertyResolvingWrapper
* nsk.jvmti.AttachOnDemand.attach036.attach036TestRunner
* -jdk ${test.jdk}
* -ja attach036Agent00.jar

View File

@ -42,11 +42,11 @@
* /test/lib
* @build nsk.share.aod.AODTestRunner
* nsk.jvmti.AttachOnDemand.attach037.attach037Target
* @run main/othervm/native PropertyResolvingWrapper
* @run main/othervm/native
* nsk.share.aod.AODTestRunner
* -jdk ${test.jdk}
* -target nsk.jvmti.AttachOnDemand.attach037.attach037Target
* "-javaOpts=-XX:+UsePerfData ${test.vm.opts} ${test.java.opts}"
* -javaOpts="-XX:+UsePerfData ${test.vm.opts} ${test.java.opts}"
* -na attach037Agent00
*/

View File

@ -40,11 +40,11 @@
* /test/lib
* @build nsk.share.aod.AODTestRunner
* nsk.jvmti.AttachOnDemand.attach038.attach038Target
* @run main/othervm/native PropertyResolvingWrapper
* @run main/othervm/native
* nsk.share.aod.AODTestRunner
* -jdk ${test.jdk}
* -target nsk.jvmti.AttachOnDemand.attach038.attach038Target
* "-javaOpts=-XX:+UsePerfData ${test.vm.opts} ${test.java.opts}"
* -javaOpts="-XX:+UsePerfData ${test.vm.opts} ${test.java.opts}"
* -na attach038Agent00
*/

View File

@ -39,10 +39,10 @@
* /test/lib
* @build nsk.share.aod.AODTestRunner
* nsk.share.aod.TargetApplicationWaitingAgents
* @run main/othervm/native PropertyResolvingWrapper
* @run main/othervm/native
* nsk.share.aod.AODTestRunner
* -jdk ${test.jdk}
* "-javaOpts=-XX:+UsePerfData ${test.vm.opts} ${test.java.opts}"
* -javaOpts="-XX:+UsePerfData ${test.vm.opts} ${test.java.opts}"
* -target nsk.share.aod.TargetApplicationWaitingAgents
* -na attach039Agent00
*/

View File

@ -45,11 +45,11 @@
* /test/lib
* @build nsk.share.aod.AODTestRunner
* nsk.jvmti.AttachOnDemand.attach040.attach040Target
* @run main/othervm/native PropertyResolvingWrapper
* @run main/othervm/native
* nsk.share.aod.AODTestRunner
* -jdk ${test.jdk}
* -target nsk.jvmti.AttachOnDemand.attach040.attach040Target
* "-javaOpts=-XX:+UsePerfData ${test.vm.opts} ${test.java.opts}"
* -javaOpts="-XX:+UsePerfData ${test.vm.opts} ${test.java.opts}"
* -na attach040Agent00
*/

View File

@ -46,11 +46,11 @@
* /test/lib
* @build nsk.share.aod.AODTestRunner
* nsk.jvmti.AttachOnDemand.attach041.attach041Target
* @run main/othervm/native PropertyResolvingWrapper
* @run main/othervm/native
* nsk.share.aod.AODTestRunner
* -jdk ${test.jdk}
* -target nsk.jvmti.AttachOnDemand.attach041.attach041Target
* "-javaOpts=-XX:+UsePerfData ${test.vm.opts} ${test.java.opts}"
* -javaOpts="-XX:+UsePerfData ${test.vm.opts} ${test.java.opts}"
* -na attach041Agent00
*/

View File

@ -44,11 +44,11 @@
* /test/lib
* @build nsk.share.aod.AODTestRunner
* nsk.jvmti.AttachOnDemand.attach042.attach042Target
* @run main/othervm/native PropertyResolvingWrapper
* @run main/othervm/native
* nsk.share.aod.AODTestRunner
* -jdk ${test.jdk}
* -target nsk.jvmti.AttachOnDemand.attach042.attach042Target
* "-javaOpts=-XX:+UsePerfData ${test.vm.opts} ${test.java.opts}"
* -javaOpts="-XX:+UsePerfData ${test.vm.opts} ${test.java.opts}"
* -na attach042Agent00
*/

View File

@ -47,8 +47,7 @@
* @comment create SimpleAgent00.jar in current directory
* @build nsk.jvmti.AttachOnDemand.sharedAgents.SimpleAgent00
* @run driver ClassFileInstaller nsk.jvmti.AttachOnDemand.sharedAgents.SimpleAgent00
* @build ExecDriver
* @run driver PropertyResolvingWrapper ExecDriver --cmd
* @run driver ExecDriver --cmd
* ${compile.jdk}/bin/jar
* -cfm SimpleAgent00.jar ${test.src}/../sharedAgents/SimpleAgent00.mf
* nsk/jvmti/AttachOnDemand/sharedAgents/SimpleAgent00.class
@ -56,17 +55,16 @@
* @comment create attach0031Agent00.jar in current directory
* @build nsk.jvmti.AttachOnDemand.attach031.attach031Agent00
* @run driver ClassFileInstaller nsk.jvmti.AttachOnDemand.attach031.attach031Agent00
* @build ExecDriver
* @run driver PropertyResolvingWrapper ExecDriver --cmd
* @run driver ExecDriver --cmd
* ${compile.jdk}/bin/jar
* -cfm attach031Agent00.jar ${test.src}/../attach031/attach031Agent00.mf
* nsk/jvmti/AttachOnDemand/attach031/attach031Agent00.class
*
* @run main/othervm/native PropertyResolvingWrapper
* @run main/othervm/native
* nsk.share.aod.AODTestRunner
* -jdk ${test.jdk}
* -target nsk.jvmti.AttachOnDemand.attach042.attach042Target
* "-javaOpts=-XX:+UsePerfData ${test.vm.opts} ${test.java.opts}"
* -javaOpts="-XX:+UsePerfData ${test.vm.opts} ${test.java.opts}"
* -na attach042Agent00
* -ja SimpleAgent00.jar,attach031Agent00.jar
*/

View File

@ -53,11 +53,11 @@
* @build nsk.share.aod.AODTestRunner
* nsk.jvmti.AttachOnDemand.attach045.attach045Target
* nsk.jvmti.AttachOnDemand.attach045.ClassToLoad
* @run main/othervm/native PropertyResolvingWrapper
* @run main/othervm/native
* nsk.share.aod.AODTestRunner
* -jdk ${test.jdk}
* -target "nsk.jvmti.AttachOnDemand.attach045.attach045Target -classPath ${test.class.path}"
* "-javaOpts=-XX:+UsePerfData ${test.vm.opts} ${test.java.opts}"
* -javaOpts="-XX:+UsePerfData ${test.vm.opts} ${test.java.opts}"
* -na attach045Agent00,attach045Agent01,attach045Agent02,attach045Agent03
*/

View File

@ -45,11 +45,11 @@
* newclass02 newclass01 newclass00
*
* @build nsk.jvmti.AttachOnDemand.attach046.attach046Target
* @run main/othervm/native PropertyResolvingWrapper
* @run main/othervm/native
* nsk.share.aod.AODTestRunner
* -jdk ${test.jdk}
* -target nsk.jvmti.AttachOnDemand.attach046.attach046Target
* "-javaOpts=-XX:+UsePerfData ${test.vm.opts} ${test.java.opts}"
* -javaOpts="-XX:+UsePerfData ${test.vm.opts} ${test.java.opts}"
* -na attach046Agent00=-pathToNewByteCode=./bin/newclass00,attach046Agent00=-pathToNewByteCode=./bin/newclass01,attach046Agent00=-pathToNewByteCode=./bin/newclass02
*/

View File

@ -31,11 +31,11 @@
* /test/lib
* @build nsk.jvmti.AttachOnDemand.attach050.attach050TestRunner
* nsk.share.aod.TargetApplicationWaitingAgents
* @run main/othervm/native PropertyResolvingWrapper
* @run main/othervm/native
* nsk.jvmti.AttachOnDemand.attach050.attach050TestRunner
* -jdk ${test.jdk}
* -target nsk.share.aod.TargetApplicationWaitingAgents
* "-javaOpts=-XX:+UsePerfData -XX:+EnableDynamicAgentLoading ${test.vm.opts} ${test.java.opts}"
* -javaOpts="-XX:+UsePerfData -XX:+EnableDynamicAgentLoading ${test.vm.opts} ${test.java.opts}"
* -na attach050Agent00
*/

View File

@ -50,10 +50,9 @@
*
* @library /vmTestbase
* /test/lib
* @build ExecDriver
* nsk.jvmti.DataDumpRequest.datadumpreq001
* @run main/othervm/native PropertyResolvingWrapper ExecDriver --java
* "-agentlib:datadumpreq001=-waittime=5 -verbose="
* @build nsk.jvmti.DataDumpRequest.datadumpreq001
* @run main/othervm/native
* -agentlib:datadumpreq001=-waittime=5,-verbose=
* nsk.jvmti.DataDumpRequest.datadumpreq001
*/

View File

@ -43,10 +43,9 @@
*
* @library /vmTestbase
* /test/lib
* @build ExecDriver
* nsk.jvmti.ForceGarbageCollection.forcegc001
* @run main/othervm/native PropertyResolvingWrapper ExecDriver --java
* "-agentlib:forcegc001=-waittime=5 objects=100"
* @build nsk.jvmti.ForceGarbageCollection.forcegc001
* @run main/othervm/native
* -agentlib:forcegc001=-waittime=5,objects=100
* nsk.jvmti.ForceGarbageCollection.forcegc001
*/

View File

@ -41,10 +41,9 @@
*
* @library /vmTestbase
* /test/lib
* @build ExecDriver
* nsk.jvmti.ForceGarbageCollection.forcegc002
* @run main/othervm/native PropertyResolvingWrapper ExecDriver --java
* "-agentlib:forcegc002=-waittime=5 objects=100"
* @build nsk.jvmti.ForceGarbageCollection.forcegc002
* @run main/othervm/native
* -agentlib:forcegc002=-waittime=5,objects=100
* nsk.jvmti.ForceGarbageCollection.forcegc002
*/

View File

@ -73,10 +73,9 @@
*
* @library /vmTestbase
* /test/lib
* @build ExecDriver
* nsk.jvmti.GetCurrentThreadCpuTime.curthrcputime001
* @run main/othervm/native PropertyResolvingWrapper ExecDriver --java
* "-agentlib:curthrcputime001=-waittime=5 iterations=1000"
* @build nsk.jvmti.GetCurrentThreadCpuTime.curthrcputime001
* @run main/othervm/native
* -agentlib:curthrcputime001=-waittime=5,iterations=1000
* nsk.jvmti.GetCurrentThreadCpuTime.curthrcputime001
*/

View File

@ -40,10 +40,9 @@
*
* @library /vmTestbase
* /test/lib
* @build ExecDriver
* nsk.jvmti.GetObjectsWithTags.objwithtags001
* @run main/othervm/native PropertyResolvingWrapper ExecDriver --java
* "-agentlib:objwithtags001=-waittime=5 tags=4 objects=5"
* @build nsk.jvmti.GetObjectsWithTags.objwithtags001
* @run main/othervm/native
* -agentlib:objwithtags001=-waittime=5,tags=4,objects=5
* nsk.jvmti.GetObjectsWithTags.objwithtags001
*/

View File

@ -39,12 +39,11 @@
*
* @library /vmTestbase
* /test/lib
* @build ExecDriver
* nsk.jvmti.GetSystemProperties.getsysprops002
* @run main/othervm/native PropertyResolvingWrapper ExecDriver --java
* @build nsk.jvmti.GetSystemProperties.getsysprops002
* @run main/othervm/native
* -agentlib:getsysprops002=-waittime=5
* "-Dnsk.jvmti.test.property=value of nsk.jvmti.test.property"
* "-Dnsk.jvmti.test.property.empty="
* -Dnsk.jvmti.test.property=value_of_nsk.jvmti.test.property
* -Dnsk.jvmti.test.property.empty=
* nsk.jvmti.GetSystemProperties.getsysprops002
*/

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2003, 2018, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2003, 2020, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
@ -42,7 +42,7 @@ typedef struct PropertyDescStruct {
} PropertyDesc;
static PropertyDesc propDescList[PROPERTIES_COUNT] = {
{ "nsk.jvmti.test.property", "value of nsk.jvmti.test.property", 0 },
{ "nsk.jvmti.test.property", "value_of_nsk.jvmti.test.property", 0 },
{ "nsk.jvmti.test.property.empty", "", 0 }
};

View File

@ -39,12 +39,11 @@
*
* @library /vmTestbase
* /test/lib
* @build ExecDriver
* nsk.jvmti.GetSystemProperty.getsysprop002
* @run main/othervm/native PropertyResolvingWrapper ExecDriver --java
* @build nsk.jvmti.GetSystemProperty.getsysprop002
* @run main/othervm/native
* -agentlib:getsysprop002=-waittime=5
* "-Dnsk.jvmti.test.property=value of nsk.jvmti.test.property"
* "-Dnsk.jvmti.test.property.empty="
* -Dnsk.jvmti.test.property=value_of_nsk.jvmti.test.property
* -Dnsk.jvmti.test.property.empty=
* nsk.jvmti.GetSystemProperty.getsysprop002
*/

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2003, 2018, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2003, 2020, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
@ -41,7 +41,7 @@ typedef struct PropertyDescStruct {
} PropertyDesc;
static PropertyDesc propDescList[PROPERTIES_COUNT] = {
{ "nsk.jvmti.test.property", "value of nsk.jvmti.test.property" },
{ "nsk.jvmti.test.property", "value_of_nsk.jvmti.test.property" },
{ "nsk.jvmti.test.property.empty", "" }
};

View File

@ -73,10 +73,9 @@
*
* @library /vmTestbase
* /test/lib
* @build ExecDriver
* nsk.jvmti.GetThreadCpuTime.thrcputime001
* @run main/othervm/native PropertyResolvingWrapper ExecDriver --java
* "-agentlib:thrcputime001=-waittime=5 iterations=1000"
* @build nsk.jvmti.GetThreadCpuTime.thrcputime001
* @run main/othervm/native
* -agentlib:thrcputime001=-waittime=5,iterations=1000
* nsk.jvmti.GetThreadCpuTime.thrcputime001
*/

View File

@ -75,10 +75,9 @@
*
* @library /vmTestbase
* /test/lib
* @build ExecDriver
* nsk.jvmti.GetThreadCpuTime.thrcputime002
* @run main/othervm/native PropertyResolvingWrapper ExecDriver --java
* "-agentlib:thrcputime002=-waittime=5 iterations=1000"
* @build nsk.jvmti.GetThreadCpuTime.thrcputime002
* @run main/othervm/native
* -agentlib:thrcputime002=-waittime=5,iterations=1000
* nsk.jvmti.GetThreadCpuTime.thrcputime002
*/

View File

@ -43,10 +43,9 @@
*
* @library /vmTestbase
* /test/lib
* @build ExecDriver
* nsk.jvmti.GetThreadGroupChildren.getthrdgrpchld001
* @run main/othervm/native PropertyResolvingWrapper ExecDriver --java
* "-agentlib:getthrdgrpchld001=-waittime=5 threads=10"
* @build nsk.jvmti.GetThreadGroupChildren.getthrdgrpchld001
* @run main/othervm/native
* -agentlib:getthrdgrpchld001=-waittime=5,threads=10
* nsk.jvmti.GetThreadGroupChildren.getthrdgrpchld001
*/

View File

@ -58,10 +58,9 @@
*
* @library /vmTestbase
* /test/lib
* @build ExecDriver
* nsk.jvmti.IterateOverHeap.iterheap001
* @run main/othervm/native PropertyResolvingWrapper ExecDriver --java
* "-agentlib:iterheap001=-waittime=5 objects=4"
* @build nsk.jvmti.IterateOverHeap.iterheap001
* @run main/othervm/native
* -agentlib:iterheap001=-waittime=5,objects=4
* nsk.jvmti.IterateOverHeap.iterheap001
*/

View File

@ -58,10 +58,9 @@
*
* @library /vmTestbase
* /test/lib
* @build ExecDriver
* nsk.jvmti.IterateOverHeap.iterheap002
* @run main/othervm/native PropertyResolvingWrapper ExecDriver --java
* "-agentlib:iterheap002=-waittime=5 objects=4"
* @build nsk.jvmti.IterateOverHeap.iterheap002
* @run main/othervm/native
* -agentlib:iterheap002=-waittime=5,objects=4
* nsk.jvmti.IterateOverHeap.iterheap002
*/

View File

@ -58,10 +58,9 @@
*
* @library /vmTestbase
* /test/lib
* @build ExecDriver
* nsk.jvmti.IterateOverHeap.iterheap003
* @run main/othervm/native PropertyResolvingWrapper ExecDriver --java
* "-agentlib:iterheap003=-waittime=5 objects=4"
* @build nsk.jvmti.IterateOverHeap.iterheap003
* @run main/othervm/native
* -agentlib:iterheap003=-waittime=5,objects=4
* nsk.jvmti.IterateOverHeap.iterheap003
*/

View File

@ -48,10 +48,9 @@
*
* @library /vmTestbase
* /test/lib
* @build ExecDriver
* nsk.jvmti.IterateOverHeap.iterheap004
* @run main/othervm/native PropertyResolvingWrapper ExecDriver --java
* "-agentlib:iterheap004=-waittime=5 -verbose"
* @build nsk.jvmti.IterateOverHeap.iterheap004
* @run main/othervm/native
* -agentlib:iterheap004=-waittime=5,-verbose
* nsk.jvmti.IterateOverHeap.iterheap004
*/

View File

@ -52,10 +52,9 @@
*
* @library /vmTestbase
* /test/lib
* @build ExecDriver
* nsk.jvmti.IterateOverHeap.iterheap005
* @run main/othervm/native PropertyResolvingWrapper ExecDriver --java
* "-agentlib:iterheap005=-waittime=5 -verbose"
* @build nsk.jvmti.IterateOverHeap.iterheap005
* @run main/othervm/native
* -agentlib:iterheap005=-waittime=5,-verbose
* nsk.jvmti.IterateOverHeap.iterheap005
*/

View File

@ -46,10 +46,9 @@
*
* @library /vmTestbase
* /test/lib
* @build ExecDriver
* nsk.jvmti.IterateOverHeap.iterheap006
* @run main/othervm/native PropertyResolvingWrapper ExecDriver --java
* "-agentlib:iterheap006=-waittime=5 -verbose"
* @build nsk.jvmti.IterateOverHeap.iterheap006
* @run main/othervm/native
* -agentlib:iterheap006=-waittime=5,-verbose
* nsk.jvmti.IterateOverHeap.iterheap006
*/

View File

@ -50,10 +50,9 @@
*
* @library /vmTestbase
* /test/lib
* @build ExecDriver
* nsk.jvmti.IterateOverHeap.iterheap007
* @run main/othervm/native PropertyResolvingWrapper ExecDriver --java
* "-agentlib:iterheap007=-waittime=5 -verbose"
* @build nsk.jvmti.IterateOverHeap.iterheap007
* @run main/othervm/native
* -agentlib:iterheap007=-waittime=5,-verbose
* nsk.jvmti.IterateOverHeap.iterheap007
*/

View File

@ -58,10 +58,9 @@
*
* @library /vmTestbase
* /test/lib
* @build ExecDriver
* nsk.jvmti.IterateOverInstancesOfClass.iterinstcls001
* @run main/othervm/native PropertyResolvingWrapper ExecDriver --java
* "-agentlib:iterinstcls001=-waittime=5 objects=4"
* @build nsk.jvmti.IterateOverInstancesOfClass.iterinstcls001
* @run main/othervm/native
* -agentlib:iterinstcls001=-waittime=5,objects=4
* nsk.jvmti.IterateOverInstancesOfClass.iterinstcls001
*/

View File

@ -58,10 +58,9 @@
*
* @library /vmTestbase
* /test/lib
* @build ExecDriver
* nsk.jvmti.IterateOverInstancesOfClass.iterinstcls002
* @run main/othervm/native PropertyResolvingWrapper ExecDriver --java
* "-agentlib:iterinstcls002=-waittime=5 objects=4"
* @build nsk.jvmti.IterateOverInstancesOfClass.iterinstcls002
* @run main/othervm/native
* -agentlib:iterinstcls002=-waittime=5,objects=4
* nsk.jvmti.IterateOverInstancesOfClass.iterinstcls002
*/

View File

@ -58,10 +58,9 @@
*
* @library /vmTestbase
* /test/lib
* @build ExecDriver
* nsk.jvmti.IterateOverInstancesOfClass.iterinstcls003
* @run main/othervm/native PropertyResolvingWrapper ExecDriver --java
* "-agentlib:iterinstcls003=-waittime=5 objects=4"
* @build nsk.jvmti.IterateOverInstancesOfClass.iterinstcls003
* @run main/othervm/native
* -agentlib:iterinstcls003=-waittime=5,objects=4
* nsk.jvmti.IterateOverInstancesOfClass.iterinstcls003
*/

View File

@ -46,10 +46,9 @@
*
* @library /vmTestbase
* /test/lib
* @build ExecDriver
* nsk.jvmti.IterateOverInstancesOfClass.iterinstcls004
* @run main/othervm/native PropertyResolvingWrapper ExecDriver --java
* "-agentlib:iterinstcls004=-waittime=5 -verbose"
* @build nsk.jvmti.IterateOverInstancesOfClass.iterinstcls004
* @run main/othervm/native
* -agentlib:iterinstcls004=-waittime=5,-verbose
* nsk.jvmti.IterateOverInstancesOfClass.iterinstcls004
*/

View File

@ -52,10 +52,9 @@
*
* @library /vmTestbase
* /test/lib
* @build ExecDriver
* nsk.jvmti.IterateOverInstancesOfClass.iterinstcls005
* @run main/othervm/native PropertyResolvingWrapper ExecDriver --java
* "-agentlib:iterinstcls005=-waittime=5 -verbose"
* @build nsk.jvmti.IterateOverInstancesOfClass.iterinstcls005
* @run main/othervm/native
* -agentlib:iterinstcls005=-waittime=5,-verbose
* nsk.jvmti.IterateOverInstancesOfClass.iterinstcls005
*/

View File

@ -46,10 +46,9 @@
*
* @library /vmTestbase
* /test/lib
* @build ExecDriver
* nsk.jvmti.IterateOverInstancesOfClass.iterinstcls006
* @run main/othervm/native PropertyResolvingWrapper ExecDriver --java
* "-agentlib:iterinstcls006=-waittime=5 -verbose"
* @build nsk.jvmti.IterateOverInstancesOfClass.iterinstcls006
* @run main/othervm/native
* -agentlib:iterinstcls006=-waittime=5,-verbose
* nsk.jvmti.IterateOverInstancesOfClass.iterinstcls006
*/

View File

@ -50,10 +50,9 @@
*
* @library /vmTestbase
* /test/lib
* @build ExecDriver
* nsk.jvmti.IterateOverInstancesOfClass.iterinstcls007
* @run main/othervm/native PropertyResolvingWrapper ExecDriver --java
* "-agentlib:iterinstcls007=-waittime=5 -verbose"
* @build nsk.jvmti.IterateOverInstancesOfClass.iterinstcls007
* @run main/othervm/native
* -agentlib:iterinstcls007=-waittime=5,-verbose
* nsk.jvmti.IterateOverInstancesOfClass.iterinstcls007
*/

View File

@ -54,10 +54,9 @@
*
* @library /vmTestbase
* /test/lib
* @build ExecDriver
* nsk.jvmti.IterateOverObjectsReachableFromObject.iterobjreachobj001
* @run main/othervm/native PropertyResolvingWrapper ExecDriver --java
* "-agentlib:iterobjreachobj001=-waittime=5 objects=4"
* @build nsk.jvmti.IterateOverObjectsReachableFromObject.iterobjreachobj001
* @run main/othervm/native
* -agentlib:iterobjreachobj001=-waittime=5,objects=4
* nsk.jvmti.IterateOverObjectsReachableFromObject.iterobjreachobj001
*/

View File

@ -46,10 +46,9 @@
*
* @library /vmTestbase
* /test/lib
* @build ExecDriver
* nsk.jvmti.IterateOverObjectsReachableFromObject.iterobjreachobj002
* @run main/othervm/native PropertyResolvingWrapper ExecDriver --java
* "-agentlib:iterobjreachobj002=-waittime=5 -verbose"
* @build nsk.jvmti.IterateOverObjectsReachableFromObject.iterobjreachobj002
* @run main/othervm/native
* -agentlib:iterobjreachobj002=-waittime=5,-verbose
* nsk.jvmti.IterateOverObjectsReachableFromObject.iterobjreachobj002
*/

View File

@ -52,10 +52,9 @@
*
* @library /vmTestbase
* /test/lib
* @build ExecDriver
* nsk.jvmti.IterateOverObjectsReachableFromObject.iterobjreachobj003
* @run main/othervm/native PropertyResolvingWrapper ExecDriver --java
* "-agentlib:iterobjreachobj003=-waittime=5 -verbose"
* @build nsk.jvmti.IterateOverObjectsReachableFromObject.iterobjreachobj003
* @run main/othervm/native
* -agentlib:iterobjreachobj003=-waittime=5,-verbose
* nsk.jvmti.IterateOverObjectsReachableFromObject.iterobjreachobj003
*/

View File

@ -46,10 +46,9 @@
*
* @library /vmTestbase
* /test/lib
* @build ExecDriver
* nsk.jvmti.IterateOverObjectsReachableFromObject.iterobjreachobj004
* @run main/othervm/native PropertyResolvingWrapper ExecDriver --java
* "-agentlib:iterobjreachobj004=-waittime=5 -verbose"
* @build nsk.jvmti.IterateOverObjectsReachableFromObject.iterobjreachobj004
* @run main/othervm/native
* -agentlib:iterobjreachobj004=-waittime=5,-verbose
* nsk.jvmti.IterateOverObjectsReachableFromObject.iterobjreachobj004
*/

View File

@ -50,10 +50,9 @@
*
* @library /vmTestbase
* /test/lib
* @build ExecDriver
* nsk.jvmti.IterateOverObjectsReachableFromObject.iterobjreachobj005
* @run main/othervm/native PropertyResolvingWrapper ExecDriver --java
* "-agentlib:iterobjreachobj005=-waittime=5 -verbose"
* @build nsk.jvmti.IterateOverObjectsReachableFromObject.iterobjreachobj005
* @run main/othervm/native
* -agentlib:iterobjreachobj005=-waittime=5,-verbose
* nsk.jvmti.IterateOverObjectsReachableFromObject.iterobjreachobj005
*/

View File

@ -54,10 +54,9 @@
*
* @library /vmTestbase
* /test/lib
* @build ExecDriver
* nsk.jvmti.IterateOverReachableObjects.iterreachobj001
* @run main/othervm/native PropertyResolvingWrapper ExecDriver --java
* "-agentlib:iterreachobj001=-waittime=5 objects=4"
* @build nsk.jvmti.IterateOverReachableObjects.iterreachobj001
* @run main/othervm/native
* -agentlib:iterreachobj001=-waittime=5,objects=4
* nsk.jvmti.IterateOverReachableObjects.iterreachobj001
*/

View File

@ -49,10 +49,9 @@
*
* @library /vmTestbase
* /test/lib
* @build ExecDriver
* nsk.jvmti.IterateOverReachableObjects.iterreachobj002
* @run main/othervm/native PropertyResolvingWrapper ExecDriver --java
* "-agentlib:iterreachobj002=-waittime=5 -verbose"
* @build nsk.jvmti.IterateOverReachableObjects.iterreachobj002
* @run main/othervm/native
* -agentlib:iterreachobj002=-waittime=5,-verbose
* nsk.jvmti.IterateOverReachableObjects.iterreachobj002
*/

View File

@ -53,10 +53,9 @@
*
* @library /vmTestbase
* /test/lib
* @build ExecDriver
* nsk.jvmti.IterateOverReachableObjects.iterreachobj003
* @run main/othervm/native PropertyResolvingWrapper ExecDriver --java
* "-agentlib:iterreachobj003=-waittime=5 -verbose"
* @build nsk.jvmti.IterateOverReachableObjects.iterreachobj003
* @run main/othervm/native
* -agentlib:iterreachobj003=-waittime=5,-verbose
* nsk.jvmti.IterateOverReachableObjects.iterreachobj003
*/

View File

@ -47,10 +47,9 @@
*
* @library /vmTestbase
* /test/lib
* @build ExecDriver
* nsk.jvmti.IterateOverReachableObjects.iterreachobj004
* @run main/othervm/native PropertyResolvingWrapper ExecDriver --java
* "-agentlib:iterreachobj004=-waittime=5 -verbose"
* @build nsk.jvmti.IterateOverReachableObjects.iterreachobj004
* @run main/othervm/native
* -agentlib:iterreachobj004=-waittime=5,-verbose
* nsk.jvmti.IterateOverReachableObjects.iterreachobj004
*/

View File

@ -50,10 +50,9 @@
*
* @library /vmTestbase
* /test/lib
* @build ExecDriver
* nsk.jvmti.IterateOverReachableObjects.iterreachobj005
* @run main/othervm/native PropertyResolvingWrapper ExecDriver --java
* "-agentlib:iterreachobj005=-waittime=5 -verbose"
* @build nsk.jvmti.IterateOverReachableObjects.iterreachobj005
* @run main/othervm/native
* -agentlib:iterreachobj005=-waittime=5,-verbose
* nsk.jvmti.IterateOverReachableObjects.iterreachobj005
*/

View File

@ -30,10 +30,9 @@
*
* @library /vmTestbase
* /test/lib
* @build ExecDriver
* nsk.jvmti.IterateThroughHeap.filter_tagged.HeapFilter
* @run main/othervm/native PropertyResolvingWrapper ExecDriver --java
* "-agentlib:HeapFilter=-waittime=5 filter=JVMTI_HEAP_FILTER_CLASS_TAGGED"
* @build nsk.jvmti.IterateThroughHeap.filter_tagged.HeapFilter
* @run main/othervm/native
* -agentlib:HeapFilter=-waittime=5,filter=JVMTI_HEAP_FILTER_CLASS_TAGGED
* nsk.jvmti.IterateThroughHeap.filter_tagged.HeapFilter
*/

View File

@ -30,10 +30,9 @@
*
* @library /vmTestbase
* /test/lib
* @build ExecDriver
* nsk.jvmti.IterateThroughHeap.filter_tagged.HeapFilter
* @run main/othervm/native PropertyResolvingWrapper ExecDriver --java
* "-agentlib:HeapFilter=-waittime=5 filter=JVMTI_HEAP_FILTER_CLASS_UNTAGGED"
* @build nsk.jvmti.IterateThroughHeap.filter_tagged.HeapFilter
* @run main/othervm/native
* -agentlib:HeapFilter=-waittime=5,filter=JVMTI_HEAP_FILTER_CLASS_UNTAGGED
* nsk.jvmti.IterateThroughHeap.filter_tagged.HeapFilter
*/

View File

@ -62,10 +62,9 @@
*
* @library /vmTestbase
* /test/lib
* @build ExecDriver
* nsk.jvmti.IterateThroughHeap.filter_tagged.HeapFilter
* @run main/othervm/native PropertyResolvingWrapper ExecDriver --java
* "-agentlib:HeapFilter=-waittime=5 filter=JVMTI_HEAP_FILTER_TAGGED"
* @build nsk.jvmti.IterateThroughHeap.filter_tagged.HeapFilter
* @run main/othervm/native
* -agentlib:HeapFilter=-waittime=5,filter=JVMTI_HEAP_FILTER_TAGGED
* nsk.jvmti.IterateThroughHeap.filter_tagged.HeapFilter
*/

View File

@ -30,10 +30,9 @@
*
* @library /vmTestbase
* /test/lib
* @build ExecDriver
* nsk.jvmti.IterateThroughHeap.filter_tagged.HeapFilter
* @run main/othervm/native PropertyResolvingWrapper ExecDriver --java
* "-agentlib:HeapFilter=-waittime=5 filter=JVMTI_HEAP_FILTER_UNTAGGED"
* @build nsk.jvmti.IterateThroughHeap.filter_tagged.HeapFilter
* @run main/othervm/native
* -agentlib:HeapFilter=-waittime=5,filter=JVMTI_HEAP_FILTER_UNTAGGED
* nsk.jvmti.IterateThroughHeap.filter_tagged.HeapFilter
*/

View File

@ -38,10 +38,9 @@
*
* @library /vmTestbase
* /test/lib
* @build ExecDriver
* nsk.jvmti.ResumeThreadList.resumethrdlst001
* @run main/othervm/native PropertyResolvingWrapper ExecDriver --java
* "-agentlib:resumethrdlst001=-waittime=5 threads=10"
* @build nsk.jvmti.ResumeThreadList.resumethrdlst001
* @run main/othervm/native
* -agentlib:resumethrdlst001=-waittime=5,threads=10
* nsk.jvmti.ResumeThreadList.resumethrdlst001
*/

View File

@ -36,10 +36,9 @@
*
* @library /vmTestbase
* /test/lib
* @build ExecDriver
* nsk.jvmti.ResumeThreadList.resumethrdlst002
* @run main/othervm/native PropertyResolvingWrapper ExecDriver --java
* "-agentlib:resumethrdlst002=-waittime=5 threads=10"
* @build nsk.jvmti.ResumeThreadList.resumethrdlst002
* @run main/othervm/native
* -agentlib:resumethrdlst002=-waittime=5,threads=10
* nsk.jvmti.ResumeThreadList.resumethrdlst002
*/

View File

@ -46,13 +46,11 @@
*
* @library /vmTestbase
* /test/lib
* @build ExecDriver
* nsk.jvmti.SetSystemProperty.setsysprop002
* @run main/othervm/native PropertyResolvingWrapper ExecDriver --java
* @run main/othervm/native
* -agentlib:setsysprop002=-waittime=5
* "-Dnsk.jvmti.test.property=initial value of nsk.jvmti.test.property"
* "-Dnsk.jvmti.test.property.empty.old="
* "-Dnsk.jvmti.test.property.empty.new=initial value of nsk.jvmti.test.property.empty.new"
* -Dnsk.jvmti.test.property=initial_value_of_nsk.jvmti.test.property
* -Dnsk.jvmti.test.property.empty.old=
* -Dnsk.jvmti.test.property.empty.new=initial_value_of_nsk.jvmti.test.property.empty.new
* nsk.jvmti.SetSystemProperty.setsysprop002
*/

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2003, 2018, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2003, 2020, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
@ -45,7 +45,7 @@ static PropertyDesc propDescList[PROPERTIES_COUNT] = {
{
"nsk.jvmti.test.property",
{
"initial value of nsk.jvmti.test.property",
"initial_value_of_nsk.jvmti.test.property",
"OnLoad phase value of nsk.jvmti.test.property",
"live phase value of nsk.jvmti.test.property"
}
@ -61,7 +61,7 @@ static PropertyDesc propDescList[PROPERTIES_COUNT] = {
{
"nsk.jvmti.test.property.empty.new",
{
"initial value of nsk.jvmti.test.property.empty.new",
"initial_value_of_nsk.jvmti.test.property.empty.new",
"",
"live phase value of nsk.jvmti.test.property.empty.new"
}

View File

@ -46,13 +46,11 @@
*
* @library /vmTestbase
* /test/lib
* @build ExecDriver
* nsk.jvmti.SetSystemProperty.setsysprop003
* @run main/othervm/native PropertyResolvingWrapper ExecDriver --java
* @run main/othervm/native
* -agentlib:setsysprop003=-waittime=5
* "-Dnsk.jvmti.test.property=initial value of nsk.jvmti.test.property"
* "-Dnsk.jvmti.test.property.empty.old="
* "-Dnsk.jvmti.test.property.empty.new=initial value of nsk.jvmti.test.property.empty.new"
* -Dnsk.jvmti.test.property=initial_value_of_nsk.jvmti.test.property
* -Dnsk.jvmti.test.property.empty.old=
* -Dnsk.jvmti.test.property.empty.new=initial_value_of_nsk.jvmti.test.property.empty.new
* nsk.jvmti.SetSystemProperty.setsysprop003
*/

View File

@ -38,10 +38,8 @@
*
* @library /vmTestbase
* /test/lib
* @build ExecDriver
* nsk.jvmti.SuspendThreadList.suspendthrdlst001
* @run main/othervm/native PropertyResolvingWrapper ExecDriver --java
* "-agentlib:suspendthrdlst001=-waittime=5 threads=10"
* @run main/othervm/native
* -agentlib:suspendthrdlst001=-waittime=5,threads=10
* nsk.jvmti.SuspendThreadList.suspendthrdlst001
*/

View File

@ -36,10 +36,8 @@
*
* @library /vmTestbase
* /test/lib
* @build ExecDriver
* nsk.jvmti.SuspendThreadList.suspendthrdlst002
* @run main/othervm/native PropertyResolvingWrapper ExecDriver --java
* "-agentlib:suspendthrdlst002=-waittime=5 threads=10"
* @run main/othervm/native
* -agentlib:suspendthrdlst002=-waittime=5,threads=10
* nsk.jvmti.SuspendThreadList.suspendthrdlst002
*/

View File

@ -1,2 +0,0 @@
# disabled till JDK-8252003 is fixed
allowSmartActionArgs=false

View File

@ -40,10 +40,9 @@
*
* @library /vmTestbase
* /test/lib
* @build ExecDriver
* nsk.jvmti.scenarios.allocation.AP02.ap02t001
* @run main/othervm/native PropertyResolvingWrapper ExecDriver --java
* "-agentlib:ap02t001=-waittime=5 -verbose"
* @build nsk.jvmti.scenarios.allocation.AP02.ap02t001
* @run main/othervm/native
* -agentlib:ap02t001=-waittime=5,-verbose
* nsk.jvmti.scenarios.allocation.AP02.ap02t001
*/

View File

@ -49,10 +49,9 @@
*
* @library /vmTestbase
* /test/lib
* @build ExecDriver
* nsk.jvmti.scenarios.allocation.AP03.ap03t001
* @run main/othervm/native PropertyResolvingWrapper ExecDriver --java
* "-agentlib:ap03t001=-waittime=5 -verbose"
* @build nsk.jvmti.scenarios.allocation.AP03.ap03t001
* @run main/othervm/native
* -agentlib:ap03t001=-waittime=5,-verbose
* nsk.jvmti.scenarios.allocation.AP03.ap03t001
*/

View File

@ -57,10 +57,9 @@
*
* @library /vmTestbase
* /test/lib
* @build ExecDriver
* nsk.jvmti.scenarios.allocation.AP04.ap04t001
* @run main/othervm/native PropertyResolvingWrapper ExecDriver --java
* "-agentlib:ap04t001=-waittime=5 -verbose"
* @build nsk.jvmti.scenarios.allocation.AP04.ap04t001
* @run main/othervm/native
* -agentlib:ap04t001=-waittime=5,-verbose
* nsk.jvmti.scenarios.allocation.AP04.ap04t001
*/

View File

@ -57,10 +57,9 @@
*
* @library /vmTestbase
* /test/lib
* @build ExecDriver
* nsk.jvmti.scenarios.allocation.AP04.ap04t002
* @run main/othervm/native PropertyResolvingWrapper ExecDriver --java
* "-agentlib:ap04t002=-waittime=5 -verbose"
* @build nsk.jvmti.scenarios.allocation.AP04.ap04t002
* @run main/othervm/native
* -agentlib:ap04t002=-waittime=5,-verbose
* nsk.jvmti.scenarios.allocation.AP04.ap04t002
*/

View File

@ -55,10 +55,9 @@
*
* @library /vmTestbase
* /test/lib
* @build ExecDriver
* nsk.jvmti.scenarios.allocation.AP04.ap04t003
* @run main/othervm/native PropertyResolvingWrapper ExecDriver --java
* "-agentlib:ap04t003=-waittime=5 -verbose"
* @build nsk.jvmti.scenarios.allocation.AP04.ap04t003
* @run main/othervm/native
* -agentlib:ap04t003=-waittime=5,-verbose
* nsk.jvmti.scenarios.allocation.AP04.ap04t003
*/

View File

@ -43,10 +43,9 @@
*
* @library /vmTestbase
* /test/lib
* @build ExecDriver
* nsk.jvmti.scenarios.allocation.AP07.ap07t002
* @run main/othervm/native PropertyResolvingWrapper ExecDriver --java
* "-agentlib:ap07t002=-waittime=5 -verbose"
* @build nsk.jvmti.scenarios.allocation.AP07.ap07t002
* @run main/othervm/native
* -agentlib:ap07t002=-waittime=5,-verbose
* nsk.jvmti.scenarios.allocation.AP07.ap07t002
*/

Some files were not shown because too many files have changed in this diff Show More