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

2024-05-02 Thread Alex Menkov
On Tue, 30 Apr 2024 23:48:02 GMT, Alex Menkov  wrote:

>> Some cleanup related to JvmtiEnvBase::get_threadOop_and_JavaThread method
>> 
>> Testing: tier1-6
>
> Alex Menkov has updated the pull request incrementally with one additional 
> commit since the last revision:
> 
>   renamed current_thread tp current

ok, I'll revert last update and rename current_thread to current only in few 
places where new variable is introduced

-

PR Comment: https://git.openjdk.org/jdk/pull/18986#issuecomment-2091927214


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

2024-05-02 Thread Chris Plummer
On Tue, 30 Apr 2024 23:48:02 GMT, Alex Menkov  wrote:

>> Some cleanup related to JvmtiEnvBase::get_threadOop_and_JavaThread method
>> 
>> Testing: tier1-6
>
> Alex Menkov has updated the pull request incrementally with one additional 
> commit since the last revision:
> 
>   renamed current_thread tp current

Given the number of `current` renames (which distracts from the core change in 
this PR), and given that not all occurrences were renamed (only those that were 
touched), I think it would be best to leave the rename for a separate PR.

-

PR Comment: https://git.openjdk.org/jdk/pull/18986#issuecomment-2091868298


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

2024-04-30 Thread Alex Menkov
On Tue, 30 Apr 2024 02:05:10 GMT, Serguei Spitsyn  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


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

2024-04-30 Thread Alex Menkov
> Some cleanup related to JvmtiEnvBase::get_threadOop_and_JavaThread method
> 
> Testing: tier1-6

Alex Menkov has updated the pull request incrementally with one additional 
commit since the last revision:

  renamed current_thread tp current

-

Changes:
  - all: https://git.openjdk.org/jdk/pull/18986/files
  - new: https://git.openjdk.org/jdk/pull/18986/files/d5d614bc..46026322

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=18986&range=02
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=18986&range=01-02

  Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
  Patch: https://git.openjdk.org/jdk/pull/18986.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/18986/head:pull/18986

PR: https://git.openjdk.org/jdk/pull/18986