--- old/src/share/vm/gc_interface/collectedHeap.hpp 2015-05-13 14:06:08.218273344 +0200 +++ new/src/share/vm/gc_interface/collectedHeap.hpp 2015-05-13 14:06:08.078268692 +0200 @@ -290,9 +290,6 @@ } GCCause::Cause gc_cause() { return _gc_cause; } - // May be overridden to set additional parallelism. - virtual void set_par_threads(uint t) { (void)t; }; - // General obj/array allocation facilities. inline static oop obj_allocate(KlassHandle klass, int size, TRAPS); inline static oop array_allocate(KlassHandle klass, int size, int length, TRAPS);