mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 11:34:38 +02:00
8007762: Rename a bunch of methods in size policy across collectors
Rename: compute_generations_free_space() = compute_eden_space_size() + compute_old_gen_free_space(); update related logging messages Reviewed-by: jmasa, johnc, tschatzl, brutisso
This commit is contained in:
parent
a50a5688af
commit
1e80919f4c
9 changed files with 41 additions and 42 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2003, 2013, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
|
@ -119,7 +119,7 @@ class PSGCAdaptivePolicyCounters : public GCAdaptivePolicyCounters {
|
|||
ps_size_policy()->change_old_gen_for_min_pauses());
|
||||
}
|
||||
|
||||
// compute_generation_free_space() statistics
|
||||
// compute_generations_free_space() statistics
|
||||
|
||||
inline void update_avg_major_pause() {
|
||||
_avg_major_pause->set_value(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue