--- old/src/share/vm/gc/shared/collectedHeap.hpp 2015-05-20 11:02:01.363295760 +0200 +++ new/src/share/vm/gc/shared/collectedHeap.hpp 2015-05-20 11:02:01.215290760 +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);