src/share/vm/services/memoryPool.cpp

changeset 2497
3582bf76420e
parent 2314
f95d63e2154a
child 2708
1d1603768966
     1.1 --- a/src/share/vm/services/memoryPool.cpp	Thu Jan 27 13:42:28 2011 -0800
     1.2 +++ b/src/share/vm/services/memoryPool.cpp	Thu Jan 27 16:11:27 2011 -0800
     1.3 @@ -89,8 +89,8 @@
     1.4      args.push_oop(pool_name);           // Argument 1
     1.5      args.push_int((int) is_heap());     // Argument 2
     1.6  
     1.7 -    symbolHandle method_name = vmSymbolHandles::createMemoryPool_name();
     1.8 -    symbolHandle signature = vmSymbolHandles::createMemoryPool_signature();
     1.9 +    Symbol* method_name = vmSymbols::createMemoryPool_name();
    1.10 +    Symbol* signature = vmSymbols::createMemoryPool_signature();
    1.11  
    1.12      args.push_long(usage_threshold_value);    // Argument 3
    1.13      args.push_long(gc_usage_threshold_value); // Argument 4

mercurial