--- old/src/share/vm/ci/ciMethod.cpp 2013-03-25 16:55:54.000000000 -0700 +++ new/src/share/vm/ci/ciMethod.cpp 2013-03-25 16:55:53.000000000 -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