RFR(L): 8151601: Cleanup locking of the Reference pending list (original) (raw)

Per Liden per.liden at oracle.com
Thu Mar 10 15:53:17 UTC 2016


Hi,

The SurrogateLockerThread is currently used by both G1 and CMS to lock the Reference pending list. However, there's quite a bit of unnecessary code duplication and special case handling in this area. This patch is an attempt to clean this up.

The main changes:

Bug: https://bugs.openjdk.java.net/browse/JDK-8151601 Webrev: http://cr.openjdk.java.net/~pliden/8151601/webrev.0/ Testing: jprt, vm.gc

cheers, Per



More information about the hotspot-gc-dev mailing list