Skip to content

Commit

Permalink
Backport 5b311f20dfaed0f34d38e8c5c6b90d97ffc75172
Browse files Browse the repository at this point in the history
  • Loading branch information
duke committed Sep 13, 2024
1 parent 7161e29 commit d79f20a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/jdk/sun/management/jdp/DynamicLauncher.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2013, 2018, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2013, 2023, 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
Expand Down Expand Up @@ -67,7 +67,7 @@ protected void run() throws Exception {

protected OutputAnalyzer runVM() throws Exception {
String[] options = this.options();
ProcessBuilder pb = ProcessTools.createJavaProcessBuilder(options);
ProcessBuilder pb = ProcessTools.createTestJvm(options);
OutputAnalyzer out = ProcessTools.executeProcess(pb);
System.out.println(out.getStdout());
System.err.println(out.getStderr());
Expand Down

0 comments on commit d79f20a

Please sign in to comment.