-
Type:
Bug
-
Resolution: Won't Fix
-
Priority:
P4
-
None
-
Affects Version/s: 1.2.0
-
Component/s: core-svc
-
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.