--- old/src/share/vm/gc_interface/collectedHeap.hpp 2015-04-02 12:30:17.212328395 +0200 +++ new/src/share/vm/gc_interface/collectedHeap.hpp 2015-04-02 12:30:17.100328400 +0200 @@ -205,7 +205,7 @@ // In many heaps, there will be a need to perform some initialization activities // after the Universe is fully formed, but before general heap allocation is allowed. // This is the correct place to place such initialization methods. - virtual void post_initialize() = 0; + virtual void post_initialize(); // Stop any onging concurrent work and prepare for exit. virtual void stop() {}