On Tue, 6 Sep 2022 08:42:13 GMT, Kevin Walls <kev...@openjdk.org> wrote:
>> 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 Thanks Chris, David and Dan. Dan, will update with those changes shortly, and now I know this one is going in I'll get that other stress test I had into a new JBS bug and link it. ------------- PR: https://git.openjdk.org/jdk/pull/10147