• J
    7004681: G1: Extend marking verification to Full GCs · 0e040a45
    johnc 提交于
    Summary: Perform a heap verification after the first phase of G1's full GC using objects' mark words to determine liveness. The third parameter of the heap verification routines, which was used in G1 to determine which marking bitmap to use in liveness calculations, has been changed from a boolean to an enum with values defined for using the mark word, and the 'prev' and 'next' bitmaps.
    Reviewed-by: tonyp, ysr
    0e040a45
collectedHeap.hpp 27.4 KB