comparison src/share/vm/gc_implementation/g1/g1MMUTracker.cpp @ 1317:d4197f8d516a

6935821: G1: threads created during marking do not active their SATB queues Summary: Newly-created threads always had the active field of their SATB queue initialized to false, even if they were created during marking. As a result, updates from threads created during a marking cycle were never enqueued and never processed. The fix includes remaining a method from active() to is_active() for readability and naming consistency. Reviewed-by: ysr, johnc
author tonyp
date Thu, 18 Mar 2010 12:14:59 -0400
parents b81f3572f355
children c18cbe5936b8 f16f1d7893de
comparison
equal deleted inserted replaced
1316:cc98cc548f51 1317:d4197f8d516a