[jdk17u-dev] RFR: 8285794: AsyncGetCallTrace might acquire a lock via JavaThread::thread_from_jni_environment
Goetz Lindenmaier
goetz at openjdk.org
Mon Nov 14 08:35:34 UTC 2022
On Mon, 14 Nov 2022 08:22:55 GMT, Johannes Bechberger <duke at openjdk.org> wrote:
>> src/hotspot/share/prims/forte.cpp line 532:
>>
>>> 530:
>>> 531: if (trace->env_id == NULL || raw_thread == NULL || !raw_thread->is_Java_thread() ||
>>> 532: (thread = ((JavaThread*)raw_thread))->is_exiting()) {
>>
>> One minor diff: indentation
>
> What is the problem with this indentation?
The original change indents line 532 by four, the backport only by three.
-------------
PR: https://git.openjdk.org/jdk17u-dev/pull/725
More information about the jdk-updates-dev
mailing list