On Thu, 12 Mar 2026 15:14:06 GMT, Roman Kennke <[email protected]> wrote:

>> Thomas Stuefe has updated the pull request with a new target base due to a 
>> merge or a rebase. The pull request now contains 66 commits:
>> 
>>  - Merge Master
>>  - Merge branch 'master' into JDK-8363996-Obsolete-UseCompressedClassPointers
>>  - Replace Metaspace::using_class_space with define
>>  - Update src/hotspot/cpu/x86/macroAssembler_x86.hpp
>>    
>>    Co-authored-by: David Holmes 
>> <[email protected]>
>>  - Replace Klass::_metadata union with narrowKlass member
>>  - Ivan: fix various instances of ObjLayout::undefined should assert
>>  - Ivan: Update src/hotspot/share/oops/instanceKlass.cpp
>>    
>>    Co-authored-by: Ivan Walulya <[email protected]>
>>  - David: reduce diff in ObjectCountEventVerifier.java
>>  - David: minimize change in GetObjectSizeIntrinsicsTest.java
>>  - David: minimize diffs in TestZGCWithCDS.java
>>  - ... and 56 more: https://git.openjdk.org/jdk/compare/3a93daf1...5ac4d1bf
>
> src/hotspot/share/memory/metaspace/metaspaceReporter.cpp line 277:
> 
>> 275: 
>> 276:   out->cr();
>> 277:   out->print_cr("Chunk freelist%s:", Metaspace::using_class_space() ? 
>> "s" : "");
> 
> So this is not needed anymore?

The "Chunk freelists" header moved a few lines below. The newline was at the 
wrong place though, thanks for catching.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/28366#discussion_r2952188630

Reply via email to