[master] RFR: JDK-8325104: Lilliput: Shrink Classpointers [v2]

Thomas Stuefe stuefe at openjdk.org
Sat Feb 10 15:10:08 UTC 2024


On Wed, 7 Feb 2024 19:12:47 GMT, Roman Kennke <rkennke at openjdk.org> 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 16 commits:
>> 
>>  - Merge branch 'master' into Smaller-ClassPointers
>>  - Merge
>>  - Merge commit 'c1281e6b45ed167df69d29a6039d81854c145ae6~1' into Smaller-ClassPointers
>>  - Fix Typo
>>  - Better CDS arch generation
>>  - Fix error in COH archive generation
>>  - Fixes
>>  - Fix Windows-Only bug that was caused by !INCLUDE_CDS_JAVA_HEAP
>>  - fix runtime/cds/appcds/TestCombinedCompressedFlags and runtime/cds/appcds/CommandLineFlagComboNegative.java
>>  - Fix CdsDifferentCompactObjectHeaders
>>  - ... and 6 more: https://git.openjdk.org/lilliput/compare/da4ffa35...f665504c
>
> src/hotspot/share/memory/metaspace/metachunk.hpp line 31:
> 
>> 29: #include "memory/metaspace/chunklevel.hpp"
>> 30: #include "memory/metaspace/counters.hpp"
>> 31: #include "memory/metaspace/metablock.hpp"
> 
> Why is the include needed here?

Remnant of some work I reverted. I'll remove it.

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

PR Review Comment: https://git.openjdk.org/lilliput/pull/128#discussion_r1485159659


More information about the lilliput-dev mailing list