-
Enhancement
-
Resolution: Fixed
-
P4
-
25
-
b21
In an effort go get rid of calls to Debugee.threadByName() or Debugee.threadByNameOrThrow(), I found that many tests store the thread being looked up in a static field of the debuggee. The test can fetch the ThreadReference from the static field instead of looking it up using APIs that rely on vm.allThreads().
- relates to
-
JDK-8356023 Some nsk/jdi tests can fetch ThreadReference from static field in the debuggee: part 2
-
- New
-
-
JDK-8353955 nsk/jdi tests should be fixed to not always require includevirtualthreads=y
-
- In Progress
-
- links to
-
Commit(master) openjdk/jdk/50145bb7
-
Review(master) openjdk/jdk/24935