mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 22:34:27 +02:00
8011872: Include Bit Map addresses in the hs_err files
Reviewed-by: brutisso, jmasa
This commit is contained in:
parent
0edccc9e61
commit
e96efdaa1a
17 changed files with 98 additions and 7 deletions
|
@ -165,6 +165,10 @@ void SplitInfo::verify_clear()
|
|||
#endif // #ifdef ASSERT
|
||||
|
||||
|
||||
void PSParallelCompact::print_on_error(outputStream* st) {
|
||||
_mark_bitmap.print_on_error(st);
|
||||
}
|
||||
|
||||
#ifndef PRODUCT
|
||||
const char* PSParallelCompact::space_names[] = {
|
||||
"old ", "eden", "from", "to "
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue