mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 22:34:27 +02:00
8146690: Make all classes in GC follow the naming convention
Reviewed-by: dholmes, stefank
This commit is contained in:
parent
49d61bdeb6
commit
ad0c208a5a
77 changed files with 411 additions and 411 deletions
|
@ -131,7 +131,7 @@ bool CardGeneration::expand(size_t bytes, size_t expand_bytes) {
|
|||
if (!success) {
|
||||
success = grow_to_reserved();
|
||||
}
|
||||
if (success && GC_locker::is_active_and_needs_gc()) {
|
||||
if (success && GCLocker::is_active_and_needs_gc()) {
|
||||
log_trace(gc, heap)("Garbage collection disabled, expanded heap instead");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue