-
Bug
-
Resolution: Won't Fix
-
P4
-
None
-
1.2.0
-
generic
-
generic
JVMDI StopThread does not check the specified exception object against NULL; it just passes it on to the JVM call. The JVM call will throw a null pointer exception in this case. To be consistent with the rest of JVMDI, StopThread should do the check and return an error code, avoiding any exceptions.