--- old/src/share/vm/gc/g1/g1CollectedHeap.hpp 2015-06-12 14:48:32.172175419 +0200 +++ new/src/share/vm/gc/g1/g1CollectedHeap.hpp 2015-06-12 14:48:32.032170858 +0200 @@ -75,7 +75,7 @@ class EvacuationFailedInfo; class nmethod; class Ticks; -class FlexibleWorkGang; +class WorkGang; typedef OverflowTaskQueue RefToScanQueue; typedef GenericTaskQueueSet RefToScanQueueSet; @@ -201,7 +201,7 @@ friend class G1CheckCSetFastTableClosure; private: - FlexibleWorkGang* _workers; + WorkGang* _workers; static size_t _humongous_object_threshold_in_words; @@ -613,7 +613,7 @@ void enqueue_discovered_references(); public: - FlexibleWorkGang* workers() const { return _workers; } + WorkGang* workers() const { return _workers; } G1Allocator* allocator() { return _allocator;