-
Bug
-
Resolution: Fixed
-
P2
-
7
-
b07
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2176838 | 7 | Keith Mcguigan | P3 | Closed | Fixed | b07 |
JDK-2145800 | 6u1 | Keith Mcguigan | P2 | Resolved | Fixed | b03 |
After JNI ExceptionClear is called to clear a pending exception, JVMTI thinks the exception is still pending. JVMTI will not post an exception catch event, and future method exit and pop frame events will be reported as being caused by an exception.
This problem was introduced in 5.0 and was fixed in 5.0_03 by the fix for
6181784 Step requests ignored after an exception in debugee
It was accidently re-introduced in 6.
This problem was introduced in 5.0 and was fixed in 5.0_03 by the fix for
6181784 Step requests ignored after an exception in debugee
It was accidently re-introduced in 6.
- backported by
-
JDK-2145800 REGRESSION: JNI ExceptionClear does not clear JVMTI's view of the exception
-
- Resolved
-
-
JDK-2176838 REGRESSION: JNI ExceptionClear does not clear JVMTI's view of the exception
-
- Closed
-
- relates to
-
JDK-6181784 Step requests ignored after an exception in debugee
-
- Resolved
-
-
JDK-6197264 JVMTI exception throw and catch mechanism problem b/w java and jni.
-
- Closed
-