hotspot/src/share/vm/runtime/thread.cpp
changeset 33792 2bae5bf9e431
parent 33729 b1e0ae955f02
child 33813 4f376e851453
--- a/hotspot/src/share/vm/runtime/thread.cpp	Mon Nov 09 11:35:45 2015 +0000
+++ b/hotspot/src/share/vm/runtime/thread.cpp	Fri Nov 06 16:30:40 2015 -0500
@@ -1938,7 +1938,7 @@
   assert(!SafepointSynchronize::is_at_safepoint(),
          "we should not be at a safepoint");
 
-  ObjPtrQueue& satb_queue = satb_mark_queue();
+  SATBMarkQueue& satb_queue = satb_mark_queue();
   SATBMarkQueueSet& satb_queue_set = satb_mark_queue_set();
   // The SATB queue should have been constructed with its active
   // field set to false.