RFR: 8241403: JavaThread::get_thread_name() should be ThreadSMR-aware [v6]

Daniel D.Daugherty dcubed at openjdk.java.net
Thu Feb 25 23:01:46 UTC 2021


On Thu, 25 Feb 2021 22:47:21 GMT, David Holmes <dholmes at openjdk.org> wrote:

>> Daniel D. Daugherty has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Address dholmes-ora CR3 comments.
>
> src/hotspot/share/runtime/thread.cpp line 520:
> 
>> 518:   guarantee(false, "current_thread=" INTPTR_FORMAT " is not protecting p="
>> 519:             INTPTR_FORMAT, p2i(current_thread), p2i(p));
>> 520: 
> 
> This will be deleted before pushing - right?

Yup. It's just for the current Tier[1-8] test cycle.

-------------

PR: https://git.openjdk.java.net/jdk/pull/2535


More information about the serviceability-dev mailing list