mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-19 10:34:38 +02:00
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:
parent
d3e28ca682
commit
80188ce0b2
5 changed files with 39 additions and 16 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue