RFR: 8265867: thread.hpp defines some enums but no reference [v2]
Xin Liu
xliu at openjdk.java.net
Tue Apr 27 18:22:58 UTC 2021
On Tue, 27 Apr 2021 05:06:53 GMT, Thomas Stuefe <stuefe at openjdk.org> wrote:
>> Xin Liu has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Revert code change about "constness".
>
> src/hotspot/share/runtime/thread.hpp line 1077:
>
>> 1075: // last_Java_sp
>> 1076: bool has_last_Java_frame() const { return _anchor.has_last_Java_frame(); }
>> 1077: intptr_t* last_Java_sp() const { return _anchor.last_Java_sp(); }
>
> Why the whitespace change?
I try to align with above "const". I will format this patch better next time.
-------------
PR: https://git.openjdk.java.net/jdk/pull/3702
More information about the hotspot-dev
mailing list