8035398: Add card redirty time in "Other" time in G1

Show the time taken by card redirtying during GC in a new "Redirty Cards" line.

Reviewed-by: jwilhelm, brutisso
This commit is contained in:
Thomas Schatzl 2014-03-17 10:13:27 +01:00
parent d3e28ca682
commit 80188ce0b2
5 changed files with 39 additions and 16 deletions

View file

@ -1651,6 +1651,8 @@ public:
// in symbol table, possibly in parallel.
void unlink_string_and_symbol_table(BoolObjectClosure* is_alive, bool unlink_strings = true, bool unlink_symbols = true);
// Redirty logged cards in the refinement queue.
void redirty_logged_cards();
// Verification
// The following is just to alert the verification code