Re: RFR: 8306836: Remove pinned tag for G1 heap regions [v2]

2023-04-25 Thread Chris Plummer
On Tue, 25 Apr 2023 15:59:05 GMT, Thomas Schatzl wrote: >> Hi all, >> >> please review this change that removes the pinned tag from `HeapRegion`. >> >> So that "pinned" tag for G1 heap regions indicates that the region should >> not move during (young) gc. This applies to now removed archive

Re: RFR: 8306836: Remove pinned tag for G1 heap regions [v2]

2023-04-25 Thread Thomas Schatzl
> Hi all, > > please review this change that removes the pinned tag from `HeapRegion`. > > So that "pinned" tag for G1 heap regions indicates that the region should not > move during (young) gc. This applies to now removed archive regions and > humongous objects/regions. > > With "real" g1 r