-
Enhancement
-
Resolution: Unresolved
-
P4
-
25
There were a number of changes in JDK-8356811 and JDK-8356588 that left a new Debuggee.classByName() call outside of any try block that would detect failures and force a call to quitDebuggee(). It was proven that this is technically not necessary (the test and debuggee still exit quickly and with a valid exception stack trace), but it would be good to clean up the cases that are easily fixed by extending the try clause up a few lines to before the classByName() call.
- relates to
-
JDK-8356588 Some nsk/jdi tests can fetch ThreadReference from static field in the debuggee: part 3
-
- Resolved
-
-
JDK-8356811 Some nsk/jdi tests can fetch ThreadReference from static field in the debuggee: part 4
-
- Resolved
-