mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8205577: parallel/TestPrintGCDetailsVerbose.java fails assertion
Remove unsafe printing. Reviewed-by: dholmes, tschatzl, dcubed, coleenp
This commit is contained in:
parent
94faf6972b
commit
09cf8b07e8
1 changed files with 0 additions and 1 deletions
|
@ -1691,7 +1691,6 @@ public:
|
|||
ls.print("" PTR_FORMAT "[offset=%d] detected scavengable oop " PTR_FORMAT " (found at " PTR_FORMAT ") ",
|
||||
p2i(_print_nm), (int)((intptr_t)p - (intptr_t)_print_nm),
|
||||
p2i(*p), p2i(p));
|
||||
(*p)->print_value_on(&ls);
|
||||
ls.cr();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue