After running many test with j2se 1.4.2_04 and j2se 1.5 beta on Solaris and Windows. Solaris DOES show the child process' threads in the stack dump for both j2se version. Windows DOES NOT for both j2se versions.
Windows only shows the parent process that is receiving the CTRL-BRK. When a child process is created using a Runtime exec, those threads are not including in the dump on windows.
For Solaris and Linux the thread dump shows all the threads for the parent and child processes.
###@###.### 2004-06-25
###@###.### 2004-06-25
Windows only shows the parent process that is receiving the CTRL-BRK. When a child process is created using a Runtime exec, those threads are not including in the dump on windows.
For Solaris and Linux the thread dump shows all the threads for the parent and child processes.
###@###.### 2004-06-25
###@###.### 2004-06-25
- relates to
-
JDK-4244515 Exec'ed process with javaw on Windows opens a cosole window
- Resolved