RFR: 8330852: All callers of JvmtiEnvBase::get_threadOop_and_JavaThread should pass current thread explicitly [v3]

Alex Menkov amenkov at openjdk.org
Wed May 1 00:20:52 UTC 2024


On Tue, 30 Apr 2024 02:05:10 GMT, Serguei Spitsyn <sspitsyn at openjdk.org> wrote:

>> Looks like in JVMTI `current_thread` is more common (and `current` is usually used in runtime :)
>
> The plan is to unify this with the approach used by the Runtime team.

Replaced all touched "current_thread" and "calling_thread" with "current"

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

PR Review Comment: https://git.openjdk.org/jdk/pull/18986#discussion_r1585718011


More information about the serviceability-dev mailing list