-
Type:
Enhancement
-
Resolution: Not an Issue
-
Priority:
P4
-
Affects Version/s: 14
-
Component/s: hotspot
PtrQueue and PtrQueueSet have public is_active functions, with underlying protected member variables. This feature is only used by SATBMarkQueue and SATBMarkQueueSet, and should be moved there.
Part of this involves dealing with PtrQueue::enqueue, which tests the flag and calls the (public) enqueue_known_active. Need to redesign that protocol.
Part of this involves dealing with PtrQueue::enqueue, which tests the flag and calls the (public) enqueue_known_active. Need to redesign that protocol.
- relates to
-
JDK-8227002 Encode SATBMarkQueue active flag in _index
-
- Open
-