--- old/src/share/vm/gc_implementation/concurrentMarkSweep/cmsCollectorPolicy.hpp 2013-10-25 15:32:34.000000000 +0200 +++ new/src/share/vm/gc_implementation/concurrentMarkSweep/cmsCollectorPolicy.hpp 2013-10-25 15:32:34.000000000 +0200 @@ -32,7 +32,7 @@ void initialize_generations(); public: - ConcurrentMarkSweepPolicy(); + ConcurrentMarkSweepPolicy() {} ConcurrentMarkSweepPolicy* as_concurrent_mark_sweep_policy() { return this; }