hotspot/src/share/vm/gc/g1/g1CollectedHeap.hpp
changeset 37129 af29e306e50b
parent 37085 53ccf09a724f
child 37137 62fd3fb4b1b1
equal deleted inserted replaced
37128:ea9e0371b8e6 37129:af29e306e50b
  1290 
  1290 
  1291   virtual bool card_mark_must_follow_store() const {
  1291   virtual bool card_mark_must_follow_store() const {
  1292     return true;
  1292     return true;
  1293   }
  1293   }
  1294 
  1294 
       
  1295   // The reference pending list lock is acquired from from the
       
  1296   // ConcurrentMarkThread.
       
  1297   virtual bool needs_reference_pending_list_locker_thread() const {
       
  1298     return true;
       
  1299   }
       
  1300 
  1295   inline bool is_in_young(const oop obj);
  1301   inline bool is_in_young(const oop obj);
  1296 
  1302 
  1297   virtual bool is_scavengable(const void* addr);
  1303   virtual bool is_scavengable(const void* addr);
  1298 
  1304 
  1299   // We don't need barriers for initializing stores to objects
  1305   // We don't need barriers for initializing stores to objects