RFR: 8320530: has_resolved_ref_index flag not restored after resetting entry [v3]
Matias Saavedra Silva
matsaave at openjdk.org
Thu Nov 30 21:23:27 UTC 2023
On Thu, 30 Nov 2023 06:21:31 GMT, David Holmes <dholmes at openjdk.org> wrote:
>> Matias Saavedra Silva has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Corrections and gtest fix
>
> src/hotspot/share/oops/resolvedMethodEntry.hpp line 99:
>
>> 97: _has_interface_klass = false;
>> 98: _has_table_index = false;
>> 99: #endif
>
> Indent appears to be 1 instead of 2
I believe the indentation is correct. I have implemented Coleen's suggestion which should make the spacing clearer.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/16769#discussion_r1411270875
More information about the hotspot-dev
mailing list