RFR: 8296492: Remove ObjectLocker in JVMTI get_subgroups call [v5]
Coleen Phillimore
coleenp at openjdk.org
Tue Nov 15 18:52:41 UTC 2022
On Wed, 9 Nov 2022 09:19:33 GMT, Serguei Spitsyn <sspitsyn at openjdk.org> wrote:
>> Coleen Phillimore has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Forgot a null check.
>
> src/hotspot/share/prims/jvmtiEnvBase.cpp line 564:
>
>> 562:
>> 563: for (int i=0; i<length; i++) {
>> 564: objArray[i] = JNIHandles::make_local(groups->obj_at(i));
>
> Nit: Spaces are missed around '=' and '<' signs.
fixed.
-------------
PR: https://git.openjdk.org/jdk/pull/11033
More information about the hotspot-dev
mailing list