< prev index next > src/hotspot/share/memory/universe.hpp
Print this page
static oop array_index_out_of_bounds_exception_instance();
static oop array_store_exception_instance();
static oop class_cast_exception_instance();
static oop vm_exception() { return internal_error_instance(); }
- static Array<Klass*>* the_array_interfaces_array() { return _the_array_interfaces_array; }
+ static Array<Klass*>* the_array_interfaces_array() { return _the_array_interfaces_array; }
static uintx the_array_interfaces_bitmap() { return _the_array_interfaces_bitmap; }
static Method* finalizer_register_method();
static Method* loader_addClass_method();
static Method* throw_illegal_access_error();
< prev index next >