-
Enhancement
-
Resolution: Fixed
-
P4
-
25
-
b24
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8368459 | 21.0.10-oracle | Md Shahbaz Yusuf | P4 | Resolved | Fixed | b01 |
Note there is a minor semantic change in doing this. threadByName() has some extra code to check that the named thread is only found once, and will throw an exception if it is. I think this was just some extra checking that was being done during test development, and is not needed for proper test execution. I've run all the tests without this check and they still pass. I plan on removing this check at some point.
- backported by
-
JDK-8368459 Some nsk/jdi tests can fetch ThreadReference from static field in the debuggee: part 4
-
- Resolved
-
- relates to
-
JDK-8356823 Some nsk/jdi tests can fetch ThreadReference from static array field in the debuggee
-
- Open
-
-
JDK-8357172 Extend try block in nsk/jdi tests to capture exceptions thrown by Debuggee.classByName()
-
- Resolved
-
-
JDK-8353955 nsk/jdi tests should be fixed to not always require includevirtualthreads=y
-
- Resolved
-
-
JDK-8356588 Some nsk/jdi tests can fetch ThreadReference from static field in the debuggee: part 3
-
- Resolved
-
- links to
-
Commit(master) openjdk/jdk/10258dc5
-
Review(master) openjdk/jdk/25190