mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-22 03:54:33 +02:00
6990754: Use native memory and reference counting to implement SymbolTable
Move symbols from permgen into C heap and reference count them Reviewed-by: never, acorn, jmasa, stefank
This commit is contained in:
parent
950858350d
commit
7b4f8073f0
223 changed files with 3783 additions and 3641 deletions
|
@ -89,8 +89,8 @@ instanceOop MemoryPool::get_memory_pool_instance(TRAPS) {
|
|||
args.push_oop(pool_name); // Argument 1
|
||||
args.push_int((int) is_heap()); // Argument 2
|
||||
|
||||
symbolHandle method_name = vmSymbolHandles::createMemoryPool_name();
|
||||
symbolHandle signature = vmSymbolHandles::createMemoryPool_signature();
|
||||
Symbol* method_name = vmSymbols::createMemoryPool_name();
|
||||
Symbol* signature = vmSymbols::createMemoryPool_signature();
|
||||
|
||||
args.push_long(usage_threshold_value); // Argument 3
|
||||
args.push_long(gc_usage_threshold_value); // Argument 4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue