RFR: 8292302: Windows GetLastError value overwritten by ThreadLocalStorage::thread [v2]
Kevin Walls
kevinw at openjdk.org
Tue Sep 6 08:42:13 UTC 2022
> This is an MR which partially reverts JDK-8289091 such that JavaThread::threadObj() does not call Thread::current().
>
> A JVMTI operation could call threadObj() and clear the Windows GetLastError value.
>
> Partial, because I haven't reverted changes in JavaThread::print_on_error(), they aren't connected to the problems seen.
Kevin Walls has updated the pull request incrementally with one additional commit since the last revision:
Comment update
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/10147/files
- new: https://git.openjdk.org/jdk/pull/10147/files/2cbaa186..8de54561
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=10147&range=01
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=10147&range=00-01
Stats: 4 lines in 1 file changed: 2 ins; 0 del; 2 mod
Patch: https://git.openjdk.org/jdk/pull/10147.diff
Fetch: git fetch https://git.openjdk.org/jdk pull/10147/head:pull/10147
PR: https://git.openjdk.org/jdk/pull/10147
More information about the serviceability-dev
mailing list