src/share/vm/ci/ciMethod.cpp

changeset 4866
16885e702c88
parent 4539
6a51fc70a15e
child 4936
aeaca88565e6
     1.1 --- a/src/share/vm/ci/ciMethod.cpp	Sun Mar 24 12:43:13 2013 -0700
     1.2 +++ b/src/share/vm/ci/ciMethod.cpp	Mon Mar 25 17:13:26 2013 -0700
     1.3 @@ -790,6 +790,17 @@
     1.4    return count;
     1.5  }
     1.6  
     1.7 +
     1.8 +// ------------------------------------------------------------------
     1.9 +// ciMethod::is_special_get_caller_class_method
    1.10 +//
    1.11 +bool ciMethod::is_ignored_by_security_stack_walk() const {
    1.12 +  check_is_loaded();
    1.13 +  VM_ENTRY_MARK;
    1.14 +  return get_Method()->is_ignored_by_security_stack_walk();
    1.15 +}
    1.16 +
    1.17 +
    1.18  // ------------------------------------------------------------------
    1.19  // invokedynamic support
    1.20  

mercurial