-
Bug
-
Resolution: Duplicate
-
P3
-
None
-
1.0
-
generic
-
generic
Name: dc32491 Date: 09/01/2000
java version "1.3.0"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0-C)
Java HotSpot(TM) Client VM (build 1.3.0-C, mixed mode)
Debug any program using HotSpot. Stop the debug session. Notice javaw.exe
remains in system process list. Below is a test program.
------------
public class Untitled1 {
public Untitled1() {
}
public static void main(String[] args) {
Untitled1 untitled1 = new Untitled1();
}
}
(Review ID: 109210)
======================================================================
- duplicates
-
JDK-4420844 JPDA: Debugger operations after VM death cause errors
-
- Closed
-
- relates to
-
JDK-4368399 JDI: -verbose option passed to debugger launcher fails and hangs vm
-
- Closed
-