RFR: 8210711: Remove unused offset getters in ThreadLocalAllocBuffer

Roman Kennke rkennke at redhat.com
Thu Sep 13 11:17:49 UTC 2018


Good by me. Thanks!
Roman


> The following offset getters in ThreadLocalAllocBuffer are unused and
> can be removed. They are left-overs from when we had FastTLABRefill
> support. I stumbled over these when working on an unrelated TLAB change,
> so I broke this out into a separate patch.
> 
> static ByteSize size_offset();
> static ByteSize refill_waste_limit_offset();
> static ByteSize number_of_refills_offset();
> static ByteSize fast_refill_waste_offset();
> static ByteSize slow_allocations_offset();
> 
> Bug: https://bugs.openjdk.java.net/browse/JDK-8210711
> Webrev: http://cr.openjdk.java.net/~pliden/8210711/webrev.0
> 
> /Per


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: OpenPGP digital signature
URL: <https://mail.openjdk.org/pipermail/hotspot-gc-dev/attachments/20180913/233f6e15/signature.asc>


More information about the hotspot-gc-dev mailing list