src/share/vm/ci/ciMethod.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/ci/ciMethod.hpp	Thu Jun 25 22:06:02 2015
--- new/src/share/vm/ci/ciMethod.hpp	Thu Jun 25 22:06:02 2015

*** 179,188 **** --- 179,189 ---- int code_size_for_inlining(); bool caller_sensitive() const { return get_Method()->caller_sensitive(); } bool force_inline() const { return get_Method()->force_inline(); } bool dont_inline() const { return get_Method()->dont_inline(); } + bool intrinsic_candidate() const { return get_Method()->intrinsic_candidate(); } int comp_level(); int highest_osr_comp_level(); Bytecodes::Code java_code_at_bci(int bci) {

src/share/vm/ci/ciMethod.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File