RFR: 8319935: Ensure only one JvmtiThreadState is create for one JavaThread associated with attached native thread [v3]
Jiangli Zhou
jiangli at openjdk.org
Mon Nov 20 19:28:13 UTC 2023
> Please review JvmtiThreadState::state_for_while_locked change to handle the state->get_thread_oop() null case. Please see https://bugs.openjdk.org/browse/JDK-8319935 for details.
Jiangli Zhou has updated the pull request incrementally with one additional commit since the last revision:
Add a check for a thread is_attaching_via_jni, based on David Holmes' comment.
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/16642/files
- new: https://git.openjdk.org/jdk/pull/16642/files/c2f83e8a..7c0214e2
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=16642&range=02
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=16642&range=01-02
Stats: 5 lines in 1 file changed: 3 ins; 0 del; 2 mod
Patch: https://git.openjdk.org/jdk/pull/16642.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/16642/head:pull/16642
PR: https://git.openjdk.org/jdk/pull/16642
More information about the serviceability-dev
mailing list