JDK-6746746 : Exception breakpoint event is received only once for exceptions that are not caught.
  • Type: Bug
  • Component: hotspot
  • Sub-Component: jvmti
  • Affected Version: 6u10
  • Priority: P3
  • Status: Closed
  • Resolution: Cannot Reproduce
  • OS: generic
  • CPU: generic
  • Submitted: 2008-09-10
  • Updated: 2023-12-13
  • Resolved: 2016-12-14
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
tbdResolved
Related Reports
Relates :  
Description
Create and enable an exception breakpoint.
Have an application that throwns that exception in some of it's methods, but does not catch it.
Let the exception breakpoint be hit.
Pop from the current stack frame and let the application to continue - the exception is going to be thrown again.
ERROR: The exception breakpoint is not hit and the application terminates.

For the original problem see http://www.netbeans.org/issues/show_bug.cgi?id=145676

Please see the attached testcase.

Comments
Have not been able to reproduce/no reproducer available, closing as CNR.
14-12-2016