RFR: 8241403: JavaThread::get_thread_name() should be ThreadSMR-aware [v7]
Daniel D.Daugherty
dcubed at openjdk.java.net
Thu Feb 25 23:14:01 UTC 2021
> A minor fix to add a new function:
>
> bool Thread::is_JavaThread_protected(const JavaThread* p)
>
> that returns true when the target JavaThread* is protected and false
> otherwise. Update JavaThread::get_thread_name() to create a
> ThreadsListHandle and use the new is_JavaThread_protected(). Also
> update JvmtiTrace::safe_get_thread_name() to use the new
> is_JavaThread_protected().
>
> This fix is tested via a Mach5 Tier[1-8] run.
Daniel D. Daugherty has updated the pull request incrementally with one additional commit since the last revision:
Address dholmes-ora CR4 comments.
-------------
Changes:
- all: https://git.openjdk.java.net/jdk/pull/2535/files
- new: https://git.openjdk.java.net/jdk/pull/2535/files/71aec8c2..4298bb4d
Webrevs:
- full: https://webrevs.openjdk.java.net/?repo=jdk&pr=2535&range=06
- incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=2535&range=05-06
Stats: 16 lines in 1 file changed: 8 ins; 8 del; 0 mod
Patch: https://git.openjdk.java.net/jdk/pull/2535.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/2535/head:pull/2535
PR: https://git.openjdk.java.net/jdk/pull/2535
More information about the hotspot-runtime-dev
mailing list