mirror of
https://github.com/openjdk/jdk.git
synced 2026-07-20 07:58:55 +00:00
8031765: Child process error stream is not empty!
Reviewed-by: anthony, serb
This commit is contained in:
parent
33ad6f8979
commit
dd01e38812
@ -81,7 +81,7 @@ public class ProcessCommunicator {
|
||||
public static ProcessResults executeChildProcess(final Class classToExecute,
|
||||
final String [] args)
|
||||
{
|
||||
return executeChildProcess(classToExecute, " ", args);
|
||||
return executeChildProcess(classToExecute, System.getProperty("java.class.path"), args);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user