mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 11:34:38 +02:00
8014851: UseAdaptiveGCBoundary is broken
Reviewed-by: tschatzl, brutisso
This commit is contained in:
parent
a154f7c01e
commit
ca3a1be3fe
4 changed files with 75 additions and 1 deletions
|
@ -50,6 +50,8 @@ class ASPSOldGen : public PSOldGen {
|
|||
size_t max_gen_size() { return _reserved.byte_size(); }
|
||||
void set_gen_size_limit(size_t v) { _gen_size_limit = v; }
|
||||
|
||||
virtual void initialize_work(const char* perf_data_name, int level);
|
||||
|
||||
// After a shrink or expand reset the generation
|
||||
void reset_after_change();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue