hotspot/src/share/vm/memory/universe.hpp
changeset 34280 72bfaaffee36
parent 34273 8598d07915d9
child 35061 be6025ebffea
equal deleted inserted replaced
34277:d457b9400c99 34280:72bfaaffee36
   147   static oop          _the_min_jint_string;          // A cache of "-2147483648" as a Java string
   147   static oop          _the_min_jint_string;          // A cache of "-2147483648" as a Java string
   148   static LatestMethodCache* _finalizer_register_cache; // static method for registering finalizable objects
   148   static LatestMethodCache* _finalizer_register_cache; // static method for registering finalizable objects
   149   static LatestMethodCache* _loader_addClass_cache;    // method for registering loaded classes in class loader vector
   149   static LatestMethodCache* _loader_addClass_cache;    // method for registering loaded classes in class loader vector
   150   static LatestMethodCache* _pd_implies_cache;         // method for checking protection domain attributes
   150   static LatestMethodCache* _pd_implies_cache;         // method for checking protection domain attributes
   151   static LatestMethodCache* _throw_illegal_access_error_cache; // Unsafe.throwIllegalAccessError() method
   151   static LatestMethodCache* _throw_illegal_access_error_cache; // Unsafe.throwIllegalAccessError() method
       
   152   static LatestMethodCache* _do_stack_walk_cache;      // method for stack walker callback
   152 
   153 
   153   // preallocated error objects (no backtrace)
   154   // preallocated error objects (no backtrace)
   154   static oop          _out_of_memory_error_java_heap;
   155   static oop          _out_of_memory_error_java_heap;
   155   static oop          _out_of_memory_error_metaspace;
   156   static oop          _out_of_memory_error_metaspace;
   156   static oop          _out_of_memory_error_class_metaspace;
   157   static oop          _out_of_memory_error_class_metaspace;
   311   static Method*      finalizer_register_method()     { return _finalizer_register_cache->get_method(); }
   312   static Method*      finalizer_register_method()     { return _finalizer_register_cache->get_method(); }
   312   static Method*      loader_addClass_method()        { return _loader_addClass_cache->get_method(); }
   313   static Method*      loader_addClass_method()        { return _loader_addClass_cache->get_method(); }
   313 
   314 
   314   static Method*      protection_domain_implies_method() { return _pd_implies_cache->get_method(); }
   315   static Method*      protection_domain_implies_method() { return _pd_implies_cache->get_method(); }
   315   static Method*      throw_illegal_access_error()    { return _throw_illegal_access_error_cache->get_method(); }
   316   static Method*      throw_illegal_access_error()    { return _throw_illegal_access_error_cache->get_method(); }
       
   317 
       
   318   static Method*      do_stack_walk_method()          { return _do_stack_walk_cache->get_method(); }
   316 
   319 
   317   static oop          null_ptr_exception_instance()   { return _null_ptr_exception_instance;   }
   320   static oop          null_ptr_exception_instance()   { return _null_ptr_exception_instance;   }
   318   static oop          arithmetic_exception_instance() { return _arithmetic_exception_instance; }
   321   static oop          arithmetic_exception_instance() { return _arithmetic_exception_instance; }
   319   static oop          virtual_machine_error_instance() { return _virtual_machine_error_instance; }
   322   static oop          virtual_machine_error_instance() { return _virtual_machine_error_instance; }
   320   static oop          vm_exception()                  { return _vm_exception; }
   323   static oop          vm_exception()                  { return _vm_exception; }