--- old/src/share/vm/gc_implementation/parallelScavenge/psPromotionManager.hpp 2015-04-21 13:44:52.555355185 +0200 +++ new/src/share/vm/gc_implementation/parallelScavenge/psPromotionManager.hpp 2015-04-21 13:44:52.435351155 +0200 @@ -143,9 +143,7 @@ int start, int end); void process_array_chunk(oop old); - template void push_depth(T* p) { - claimed_stack_depth()->push(p); - } + template void push_depth(T* p); inline void promotion_trace_event(oop new_obj, oop old_obj, size_t obj_size, uint age, bool tenured,