-
Bug
-
Resolution: Fixed
-
P3
-
7u80, 8, 9
-
JDK 1.8.0
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8082755 | emb-9 | Serguei Spitsyn | P3 | Resolved | Fixed | team |
JDK-8086509 | 8u65 | Serguei Spitsyn | P3 | Resolved | Fixed | b01 |
JDK-8078728 | 8u60 | Serguei Spitsyn | P3 | Resolved | Fixed | b15 |
JDK-8137562 | emb-8u65 | Unassigned | P3 | Resolved | Fixed | b01 |
JDK-8081094 | emb-8u60 | Serguei Spitsyn | P3 | Resolved | Fixed | team |
JDK-8133711 | 7u101 | Cheleswer Sahu | P3 | Resolved | Fixed | b01 |
JDK-8139789 | 7u95 | Kevin Walls | P3 | Resolved | Fixed | b05 |
Use the attached class to reproduce the bug.
Run the class under debugger:
$ java -agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=localhost:37535 -classpath ... exceptionbug.ExceptionBug
Then attach jdb:
$ jdb -attach localhost:37535
main[1] cont
>
Exception occurred: java.lang.UnsupportedOperationException (uncaught)"thread=main", exceptionbug.ExceptionBug.criticalMethod(), line=26 bci=48
main[1] pop
main[1] step
>
Step completed: "thread=main", exceptionbug.ExceptionBug.criticalMethod(), line=20 bci=0
main[1] print importantString
importantString = "java.lang.UnsupportedOperationException: Kaboom!"
- backported by
-
JDK-8078728 Popping a stack frame after exception breakpoint sets last method param to exception
-
- Resolved
-
-
JDK-8081094 Popping a stack frame after exception breakpoint sets last method param to exception
-
- Resolved
-
-
JDK-8082755 Popping a stack frame after exception breakpoint sets last method param to exception
-
- Resolved
-
-
JDK-8086509 Popping a stack frame after exception breakpoint sets last method param to exception
-
- Resolved
-
-
JDK-8133711 Popping a stack frame after exception breakpoint sets last method param to exception
-
- Resolved
-
-
JDK-8137562 Popping a stack frame after exception breakpoint sets last method param to exception
-
- Resolved
-
-
JDK-8139789 Popping a stack frame after exception breakpoint sets last method param to exception
-
- Resolved
-