Duplicate :
|
|
Relates :
|
If G1DeferredRSUpdate is disabled, the current G1 Code does not update the redirty-logged-cards detailed timing. In combination with -XX:G1LogLevel=finest, this causes an assertion failure. The fix is to properly initialize the records (or set them to zero if G1DeferredRSUpdateis not set). Also consider hiding this entire phase in the timing output because its not done at all.
|