We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3cbfb9 commit bfb4231Copy full SHA for bfb4231
test/jdk/com/sun/jdi/FileSocketTransportTest.java
@@ -90,7 +90,7 @@ public static void main(String[] args) throws Throwable {
90
opts.add("--sleep");
91
92
// First check if we get the expected errors.
93
- ProcessBuilder pb = ProcessTools.createJavaProcessBuilder(
+ ProcessBuilder pb = ProcessTools.createLimitedTestJavaProcessBuilder(
94
opts.toArray(new String[0]));
95
Process proc = pb.start();
96
new Thread(() -> {
0 commit comments