mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 01:24:33 +02:00
8302760: Improve liveness/remembered set verification for G1
Reviewed-by: kbarrett, iwalulya
This commit is contained in:
parent
b0e0f37d73
commit
5d7e7e28b1
9 changed files with 195 additions and 226 deletions
|
@ -225,9 +225,10 @@ class oopDesc {
|
|||
void release_address_field_put(int offset, address contents);
|
||||
|
||||
// printing functions for VM debugging
|
||||
void print_on(outputStream* st) const; // First level print
|
||||
void print_value_on(outputStream* st) const; // Second level print.
|
||||
void print_on(outputStream* st) const; // First level print
|
||||
void print_value_on(outputStream* st) const; // Second level print.
|
||||
void print_address_on(outputStream* st) const; // Address printing
|
||||
void print_name_on(outputStream* st) const; // External name printing.
|
||||
|
||||
// printing on default output stream
|
||||
void print();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue