> 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: nits ------------- Changes: - all: https://git.openjdk.org/jdk/pull/10147/files - new: https://git.openjdk.org/jdk/pull/10147/files/8de54561..30cf2b16 Webrevs: - full: https://webrevs.openjdk.org/?repo=jdk&pr=10147&range=02 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=10147&range=01-02 Stats: 8 lines in 1 file changed: 4 ins; 1 del; 3 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