comparison src/share/vm/services/memoryService.cpp @ 2177:3582bf76420e

6990754: Use native memory and reference counting to implement SymbolTable Summary: move symbols from permgen into C heap and reference count them Reviewed-by: never, acorn, jmasa, stefank
author coleenp
date Thu, 27 Jan 2011 16:11:27 -0800
parents f95d63e2154a
children 1d1603768966
comparison
equal deleted inserted replaced
2176:27e4ea99855d 2177:3582bf76420e
617 args.push_long(usage.committed_as_jlong()); // Argument 3 617 args.push_long(usage.committed_as_jlong()); // Argument 3
618 args.push_long(usage.max_size_as_jlong()); // Argument 4 618 args.push_long(usage.max_size_as_jlong()); // Argument 4
619 619
620 JavaCalls::call_special(&result, 620 JavaCalls::call_special(&result,
621 ik, 621 ik,
622 vmSymbolHandles::object_initializer_name(), 622 vmSymbols::object_initializer_name(),
623 vmSymbolHandles::long_long_long_long_void_signature(), 623 vmSymbols::long_long_long_long_void_signature(),
624 &args, 624 &args,
625 CHECK_NH); 625 CHECK_NH);
626 return obj; 626 return obj;
627 } 627 }
628 // 628 //