< prev index next >

src/share/vm/gc/g1/g1CollectedHeap.hpp

Print this page
rev 11747 : [mq]: per.hotspot.patch

*** 1271,1286 **** virtual bool card_mark_must_follow_store() const { return true; } - // The reference pending list lock is acquired from from the - // ConcurrentMarkThread. - virtual bool needs_reference_pending_list_locker_thread() const { - return true; - } - inline bool is_in_young(const oop obj); virtual bool is_scavengable(const void* addr); // We don't need barriers for initializing stores to objects --- 1271,1280 ----
< prev index next >