hotspot/src/share/vm/gc/g1/g1ParScanThreadState.hpp
changeset 35051 002d874a4284
parent 34617 943740ea0d17
child 35492 c8c0273e6b91
equal deleted inserted replaced
35048:af47b7963810 35051:002d874a4284
    94   bool verify_ref(narrowOop* ref) const;
    94   bool verify_ref(narrowOop* ref) const;
    95   bool verify_ref(oop* ref) const;
    95   bool verify_ref(oop* ref) const;
    96   bool verify_task(StarTask ref) const;
    96   bool verify_task(StarTask ref) const;
    97 #endif // ASSERT
    97 #endif // ASSERT
    98 
    98 
       
    99   template <class T> void do_oop_ext(T* ref);
    99   template <class T> void push_on_queue(T* ref);
   100   template <class T> void push_on_queue(T* ref);
   100 
   101 
   101   template <class T> void update_rs(HeapRegion* from, T* p, oop o) {
   102   template <class T> void update_rs(HeapRegion* from, T* p, oop o) {
   102     // If the new value of the field points to the same region or
   103     // If the new value of the field points to the same region or
   103     // is the to-space, we don't need to include it in the Rset updates.
   104     // is the to-space, we don't need to include it in the Rset updates.