mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8184765: Dynamically resize SystemDictionary
Implemented dynamic resizing, which triggers when load factor is too high Reviewed-by: coleenp, rehn
This commit is contained in:
parent
e878b3272b
commit
a043febf6f
14 changed files with 415 additions and 85 deletions
|
@ -143,6 +143,8 @@ class ClassLoaderDataGraph : public AllStatic {
|
|||
}
|
||||
}
|
||||
|
||||
static int resize_if_needed();
|
||||
|
||||
static bool has_metaspace_oom() { return _metaspace_oom; }
|
||||
static void set_metaspace_oom(bool value) { _metaspace_oom = value; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue