-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P2
-
Affects Version/s: 8, 9
-
Component/s: hotspot
-
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.