RFR: 8346990: Remove INTX_FORMAT and UINTX_FORMAT macros [v2]

Coleen Phillimore coleenp at openjdk.org
Fri Jan 10 12:57:51 UTC 2025


On Sat, 4 Jan 2025 09:41:29 GMT, Kim Barrett <kbarrett at openjdk.org> wrote:

>> Coleen Phillimore has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Fix %Ix to %zx.
>
> src/hotspot/share/oops/klass.cpp line 1308:
> 
>> 1306:   if (secondary_supers() != nullptr) {
>> 1307:     st->print("  - "); st->print("%d elements;", _secondary_supers->length());
>> 1308:     st->print_cr(" bitmap: " LP64_ONLY("0x%016zu") NOT_LP64("0x%08zu"), _secondary_supers_bitmap);
> 
> Same as in instanceKlass - maybe this shouldn't be changed at all.

I restored this.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/22916#discussion_r1910340969


More information about the serviceability-dev mailing list