mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-25 22:04:51 +02:00
6420645: Create a vm that uses compressed oops for up to 32gb heapsizes
Compressed oops in instances, arrays, and headers. Code contributors are coleenp, phh, never, swamyv Reviewed-by: jmasa, kamg, acorn, tbell, kvn, rasbold
This commit is contained in:
parent
680ecf1611
commit
4a831d45f0
273 changed files with 6585 additions and 2993 deletions
|
@ -27,7 +27,6 @@
|
|||
|
||||
// Initialization done by VM thread in vm_init_globals()
|
||||
void check_ThreadShadow();
|
||||
void check_basic_types();
|
||||
void eventlog_init();
|
||||
void mutex_init();
|
||||
void chunkpool_init();
|
||||
|
@ -73,7 +72,7 @@ void ostream_exit();
|
|||
|
||||
void vm_init_globals() {
|
||||
check_ThreadShadow();
|
||||
check_basic_types();
|
||||
basic_types_init();
|
||||
eventlog_init();
|
||||
mutex_init();
|
||||
chunkpool_init();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue