• D
    8139424: SIGSEGV, Problematic frame: # V [libjvm.so+0xd0c0cc] void... · 559d6715
    dbuck 提交于
    8139424: SIGSEGV, Problematic frame: # V [libjvm.so+0xd0c0cc] void InstanceKlass::oop_oop_iterate_oop_maps_specialized<true,oopDesc*,MarkAndPushClosure>
    Summary: The crash was caused by a faulty eager humongous reclaim. The reason for reclaiming a live object was that the call to cleanupHRRS was done after dirtying cards and clearing the remembered sets for the humongous object. This could lead to one or many cards being missed.
    Reviewed-by: tbenson, kbarrett, tschatzl
    559d6715
g1CollectedHeap.cpp 250.4 KB