RFR: 8201800: Add support for adjusting heap addresses in a TLAB

Per Liden per.liden at oracle.com
Wed Apr 18 14:05:24 UTC 2018


This patch adds support for iterating over and adjusting heap addresses 
contained in TLABs. A user of this would be ZGC, which sometimes wants 
to adjust the color of those pointers. This patch adds a new function, 
ThreadLocalAllocBuffer::addresses_do(), which takes a function/functor 
and applies that to all addresses in the TLAB.

Bug: https://bugs.openjdk.java.net/browse/JDK-8201800
Webrev: http://cr.openjdk.java.net/~pliden/8201800/webrev.0

/Per



More information about the hotspot-gc-dev mailing list