hotspot/src/share/vm/opto/escape.cpp
changeset 34148 6efbc7ffd767
parent 33628 09241459a8b8
child 35110 f19bcdf40799
--- a/hotspot/src/share/vm/opto/escape.cpp	Tue Nov 17 12:37:55 2015 +0000
+++ b/hotspot/src/share/vm/opto/escape.cpp	Tue Nov 17 16:40:52 2015 -0500
@@ -539,11 +539,11 @@
               if (tls->Opcode() == Op_ThreadLocal) {
                 int offs = (int)igvn->find_intptr_t_con(adr->in(AddPNode::Offset), Type::OffsetBot);
                 if (offs == in_bytes(JavaThread::satb_mark_queue_offset() +
-                                     PtrQueue::byte_offset_of_buf())) {
+                                     SATBMarkQueue::byte_offset_of_buf())) {
                   break; // G1 pre barrier previous oop value store.
                 }
                 if (offs == in_bytes(JavaThread::dirty_card_queue_offset() +
-                                     PtrQueue::byte_offset_of_buf())) {
+                                     DirtyCardQueue::byte_offset_of_buf())) {
                   break; // G1 post barrier card address store.
                 }
               }