RFR: 8214786: Remove unused ThreadLocalAllocBuffer::verify()
Erik Österlund
erik.osterlund at oracle.com
Tue Dec 4 17:07:29 UTC 2018
Hi Per,
Looks good.
Thanks,
/Erik
On 2018-12-04 14:02, Per Liden wrote:
> The function ThreadLocalAllocBuffer::verify() is never used and can be
> removed. It's also potentially dangerous to use, as the verification
> currently done there steps out into the heap without honoring barrier/GC
> rules.
>
> Bug: https://bugs.openjdk.java.net/browse/JDK-8214786
> Webrev: http://cr.openjdk.java.net/~pliden/8214786/webrev.0
>
> /Per
More information about the hotspot-gc-dev
mailing list