RFR [1/2] 8065358: JDK-8065218 Move CMS-specific fields from Space to CompactibleFreeListSpace
Thomas Schatzl
thomas.schatzl at oracle.com
Thu Nov 20 10:53:09 UTC 2014
hi,
On Thu, 2014-11-20 at 09:46 +0100, Mikael Gerdin wrote:
> Hi all,
>
> This is the first patch of two to fix JDK-8065358.
>
> In this change I suggest that we move a field used only by CMS to
> CompactibleFreeListSpace and introduce a virtual getter in the Space
> base class.
>
> I estimate that the performance impact of the virtual call will be small
> since the getter path already does several virtual calls.
>
> Moving the field will allow me to add another field to G1's
> G1OffsetTableContigSpace in patch [2/2] without introducing a footprint
> regression.
>
> Webrev: http://cr.openjdk.java.net/~mgerdin/8065218/webrev.0/
> Bug: https://bugs.openjdk.java.net/browse/JDK-8065218
> Parent bug: https://bugs.openjdk.java.net/browse/JDK-8065358
> Testing: JPRT
Looks good.
Thanks,
Thomas
More information about the hotspot-gc-dev
mailing list