RFR: 8336163: Remove declarations of some debug-only methods in release build [v2]
Qizheng Xing
qxing at openjdk.org
Thu Aug 1 08:33:48 UTC 2024
On Thu, 1 Aug 2024 06:50:25 GMT, Eric Liu <eliu at openjdk.org> wrote:
>> Qizheng Xing has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Update copyright.
>
> src/hotspot/share/runtime/registerMap.hpp line 159:
>
>> 157: void print_on(outputStream* st) const;
>> 158: void print() const;
>> 159: #endif
>
> They can be merged into a single MACRO with line 165.
Thanks, updated.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/20131#discussion_r1699652896
More information about the hotspot-dev
mailing list