diff -r 4c8e1c4a798b -r 6235d2c7549f hotspot/src/share/vm/ci/ciMethod.cpp --- a/hotspot/src/share/vm/ci/ciMethod.cpp Sun Mar 24 12:43:13 2013 -0700 +++ b/hotspot/src/share/vm/ci/ciMethod.cpp Mon Mar 25 17:13:26 2013 -0700 @@ -790,6 +790,17 @@ return count; } + +// ------------------------------------------------------------------ +// ciMethod::is_special_get_caller_class_method +// +bool ciMethod::is_ignored_by_security_stack_walk() const { + check_is_loaded(); + VM_ENTRY_MARK; + return get_Method()->is_ignored_by_security_stack_walk(); +} + + // ------------------------------------------------------------------ // invokedynamic support