test/jdk/com/sun/jdi/cds/CDSJDITest.java
changeset 51994 7577686cc9bd
parent 51675 b487c1e914d0
equal deleted inserted replaced
51993:c0d05cf1d19d 51994:7577686cc9bd
    44         String[] testArgs = {
    44         String[] testArgs = {
    45         // JVM Args:
    45         // JVM Args:
    46             // These first three properties are setup by jtreg, and must be passed
    46             // These first three properties are setup by jtreg, and must be passed
    47             // to the JDI test subprocess because it needs them in order to
    47             // to the JDI test subprocess because it needs them in order to
    48             // pass them to the subprocess it will create for the debuggee. This
    48             // pass them to the subprocess it will create for the debuggee. This
    49             // is how the JPRT -javaopts are passed to the debggee. See
    49             // is how the -javaopts are passed to the debuggee. See
    50             // VMConnection.getDebuggeeVMOptions().
    50             // VMConnection.getDebuggeeVMOptions().
    51             getPropOpt("test.classes"),
    51             getPropOpt("test.classes"),
    52             getPropOpt("test.java.opts"),
    52             getPropOpt("test.java.opts"),
    53             getPropOpt("test.vm.opts"),
    53             getPropOpt("test.vm.opts"),
    54             // Pass -showversion to the JDI test just so we get a bit of trace output.
    54             // Pass -showversion to the JDI test just so we get a bit of trace output.