mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 06:14:49 +02:00
8151605: Change warning() to log_warning(gc) in the GC code
Reviewed-by: jwilhelm, jmasa
This commit is contained in:
parent
608079eed1
commit
c4916d0f05
17 changed files with 62 additions and 66 deletions
|
@ -376,8 +376,7 @@ void Universe::genesis(TRAPS) {
|
|||
// We can allocate directly in the permanent generation, so we do.
|
||||
int size;
|
||||
if (UseConcMarkSweepGC) {
|
||||
warning("Using +FullGCALot with concurrent mark sweep gc "
|
||||
"will not force all objects to relocate");
|
||||
log_warning(gc)("Using +FullGCALot with concurrent mark sweep gc will not force all objects to relocate");
|
||||
size = FullGCALotDummies;
|
||||
} else {
|
||||
size = FullGCALotDummies * 2;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue