mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-22 12:04:39 +02:00
8077417: Cleanup of Universe::initialize_heap()
Reviewed-by: stefank, kbarrett
This commit is contained in:
parent
817138c4f9
commit
4fbfdfe87b
4 changed files with 34 additions and 40 deletions
|
@ -214,6 +214,7 @@ class Universe: AllStatic {
|
|||
static size_t _heap_capacity_at_last_gc;
|
||||
static size_t _heap_used_at_last_gc;
|
||||
|
||||
template <class Heap, class Policy> static jint create_heap();
|
||||
static jint initialize_heap();
|
||||
static void initialize_basic_type_mirrors(TRAPS);
|
||||
static void fixup_mirrors(TRAPS);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue