--- old/src/hotspot/share/gc/parallel/parallelScavengeHeap.hpp 2018-05-09 00:05:46.235188242 +0200 +++ new/src/hotspot/share/gc/parallel/parallelScavengeHeap.hpp 2018-05-09 00:05:46.081190151 +0200 @@ -178,7 +178,8 @@ // an excessive amount of time is being spent doing collections // and caused a NULL to be returned. If a NULL is not returned, // "gc_time_limit_was_exceeded" has an undefined meaning. - HeapWord* mem_allocate(size_t size, bool* gc_overhead_limit_was_exceeded); + HeapWord* mem_allocate(size_t size, Klass* klass, Thread* thread, + bool* gc_overhead_limit_was_exceeded); // Allocation attempt(s) during a safepoint. It should never be called // to allocate a new TLAB as this allocation might be satisfied out