Skip to content

Commit ca0e014

Browse files
committedSep 30, 2020
8252003: remove usage of PropertyResolvingWrapper in vmTestbase/nsk/jvmti
Reviewed-by: cjplummer, sspitsyn
1 parent 092c227 commit ca0e014

File tree

165 files changed

+450
-585
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

165 files changed

+450
-585
lines changed
 

‎test/hotspot/jtreg/vmTestbase/nsk/jvmti/AddCapabilities/addcaps003/TestDescription.java

+1-3
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,7 @@
4747
*
4848
* @library /vmTestbase
4949
* /test/lib
50-
* @build ExecDriver
51-
* nsk.jvmti.AddCapabilities.addcaps003
52-
* @run main/othervm/native PropertyResolvingWrapper ExecDriver --java
50+
* @run main/othervm/native
5351
* -XX:+UnlockDiagnosticVMOptions
5452
* -XX:+PrintInterpreter
5553
* -XX:+IgnoreUnrecognizedVMOptions

‎test/hotspot/jtreg/vmTestbase/nsk/jvmti/AddToBootstrapClassLoaderSearch/bootclssearch001/TestDescription.java

+3-3
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@
6262
* @run driver nsk.share.ExtraClassesBuilder
6363
* newclass
6464
*
65-
* @build ExecDriver
66-
* @run main/othervm/native PropertyResolvingWrapper ExecDriver --java
67-
* "-agentlib:bootclssearch_agent=-waittime=5 phasetocheck=onload segment1=./bin/newclass"
65+
* @comment ExecDriver is used b/c main class isn't on source/class path
66+
* @run main/othervm/native ExecDriver --java
67+
* -agentlib:bootclssearch_agent=-waittime=5,phasetocheck=onload,segment1=./bin/newclass
6868
* nsk.jvmti.AddToBootstrapClassLoaderSearch.bootclssearch001
6969
*/
7070

0 commit comments

Comments
 (0)
Please sign in to comment.