diff -r 8726d73d17fb -r 6efbc7ffd767 hotspot/src/share/vm/opto/compile.cpp --- a/hotspot/src/share/vm/opto/compile.cpp Tue Nov 17 12:37:55 2015 +0000 +++ b/hotspot/src/share/vm/opto/compile.cpp Tue Nov 17 16:40:52 2015 -0500 @@ -3549,7 +3549,7 @@ void Compile::verify_barriers() { if (UseG1GC) { // Verify G1 pre-barriers - const int marking_offset = in_bytes(JavaThread::satb_mark_queue_offset() + PtrQueue::byte_offset_of_active()); + const int marking_offset = in_bytes(JavaThread::satb_mark_queue_offset() + SATBMarkQueue::byte_offset_of_active()); ResourceArea *area = Thread::current()->resource_area(); Unique_Node_List visited(area);