hotspot/src/share/vm/ci/ciMethod.cpp
changeset 16617 6235d2c7549f
parent 15479 e3c00ec80145
child 17000 11bf92e571a2
equal deleted inserted replaced
16616:4c8e1c4a798b 16617:6235d2c7549f
   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