jdk9-rt-stackwalk Udiff hotspot/src/share/vm/memory/universe.hpp (original) (raw)

< prev index next >

Print this page


@@ -147,10 +147,11 @@ static oop _the_min_jint_string; // A cache of "-2147483648" as a Java string static LatestMethodCache* _finalizer_register_cache; // static method for registering finalizable objects static LatestMethodCache* _loader_addClass_cache; // method for registering loaded classes in class loader vector static LatestMethodCache* _pd_implies_cache; // method for checking protection domain attributes static LatestMethodCache* _throw_illegal_access_error_cache; // Unsafe.throwIllegalAccessError() method


@@ -312,10 +313,12 @@ static Method* loader_addClass_method() { return _loader_addClass_cache->get_method(); }

static Method* protection_domain_implies_method() { return _pd_implies_cache->get_method(); } static Method* throw_illegal_access_error() { return _throw_illegal_access_error_cache->get_method(); }

< prev index next >