--- old/src/share/vm/gc_implementation/g1/g1MarkSweep.cpp 2014-07-17 13:48:41.028918000 -0400 +++ new/src/share/vm/gc_implementation/g1/g1MarkSweep.cpp 2014-07-17 13:48:39.361789000 -0400 @@ -76,7 +76,6 @@ // When collecting the permanent generation Method*s may be moving, // so we either have to flush all bcp data or convert it into bci. CodeCache::gc_prologue(); - Threads::gc_prologue(); bool marked_for_unloading = false; @@ -106,7 +105,6 @@ // Universe::set_heap_capacity_at_last_gc(Universe::heap()->capacity()); // Universe::set_heap_used_at_last_gc(Universe::heap()->used()); - Threads::gc_epilogue(); CodeCache::gc_epilogue(); JvmtiExport::gc_epilogue();