RFR: 8316462: sun/jvmstat/monitor/MonitoredVm/MonitorVmStartTerminate.java ignores VM flags

Kevin Walls kevinw at openjdk.org
Mon Oct 9 08:32:45 UTC 2023


On Fri, 6 Oct 2023 20:47:22 GMT, Leonid Mesnik <lmesnik at openjdk.org> wrote:

> Test fixed to accept vm  flags.

test/jdk/sun/jvmstat/monitor/MonitoredVm/MonitorVmStartTerminate.java line 311:

> 309:         private void executeJava() throws Throwable {
> 310:             String className = JavaProcess.class.getName();
> 311:             String classPath = System.getProperty("test.classes");

this line can be removed also

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/16081#discussion_r1349999290


More information about the serviceability-dev mailing list