-
Bug
-
Resolution: Fixed
-
P2
-
8, 9
-
b96
Inside before_exit(), it says
// Stop concurrent GC threads
Universe::heap()->stop();
but GenCollectedHeap never implemented stop() method, and thus calling empty SharedHeap::stop() method.
This causes CMS threads running during the VM termination and ends up crashing.
// Stop concurrent GC threads
Universe::heap()->stop();
but GenCollectedHeap never implemented stop() method, and thus calling empty SharedHeap::stop() method.
This causes CMS threads running during the VM termination and ends up crashing.