RFR: 8361103: java_lang_Thread::async_get_stack_trace does not properly protect JavaThread [v6]
Alex Menkov
amenkov at openjdk.org
Wed Jul 30 01:43:37 UTC 2025
> The fix updates `java_lang_Thread::async_get_stack_trace()` (used by `java.lang.Thread.getStackTrace()` to get stack trace for platform and mounted virtual threads) to correctly use `ThreadListHandle` for thread protection.
>
> Testing: tier1..5
Alex Menkov has updated the pull request incrementally with one additional commit since the last revision:
fix broken build
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/26119/files
- new: https://git.openjdk.org/jdk/pull/26119/files/6e5d0511..30275945
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=26119&range=05
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=26119&range=04-05
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
Patch: https://git.openjdk.org/jdk/pull/26119.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/26119/head:pull/26119
PR: https://git.openjdk.org/jdk/pull/26119
More information about the hotspot-dev
mailing list