comparison src/share/vm/ci/ciMethod.cpp @ 8866:16885e702c88

7198429: need checked categorization of caller-sensitive methods in the JDK Reviewed-by: kvn, jrose
author twisti
date Mon, 25 Mar 2013 17:13:26 -0700
parents 6a51fc70a15e
children b9a918201d47 aeaca88565e6
comparison
equal deleted inserted replaced
8865:818a1ac7da7a 8866:16885e702c88
788 } 788 }
789 } 789 }
790 return count; 790 return count;
791 } 791 }
792 792
793
794 // ------------------------------------------------------------------
795 // ciMethod::is_special_get_caller_class_method
796 //
797 bool ciMethod::is_ignored_by_security_stack_walk() const {
798 check_is_loaded();
799 VM_ENTRY_MARK;
800 return get_Method()->is_ignored_by_security_stack_walk();
801 }
802
803
793 // ------------------------------------------------------------------ 804 // ------------------------------------------------------------------
794 // invokedynamic support 805 // invokedynamic support
795 806
796 // ------------------------------------------------------------------ 807 // ------------------------------------------------------------------
797 // ciMethod::is_method_handle_intrinsic 808 // ciMethod::is_method_handle_intrinsic