< prev index next > src/hotspot/share/memory/universe.hpp
Print this page
// The particular choice of collected heap.
static CollectedHeap* _collectedHeap;
static intptr_t _non_oop_bits;
+
// array of dummy objects used with +FullGCAlot
debug_only(static OopHandle _fullgc_alot_dummy_array;)
debug_only(static int _fullgc_alot_dummy_next;)
// Compiler/dispatch support
static Method* loader_addClass_method();
static Method* throw_illegal_access_error();
static Method* throw_no_such_method_error();
static Method* do_stack_walk_method();
+ static Method* is_substitutable_method();
+ static Method* value_object_hash_code_method();
+
static oop the_null_sentinel();
static address the_null_sentinel_addr() { return (address) &_the_null_sentinel; }
// Function to initialize these
static void initialize_known_methods(JavaThread* current);
< prev index next >