hotspot/src/share/vm/ci/ciMethod.cpp
changeset 33069 d8eed614f298
parent 31790 4a08476437e8
child 33129 e0bcbb5015b3
--- a/hotspot/src/share/vm/ci/ciMethod.cpp	Thu Sep 17 13:42:50 2015 -0700
+++ b/hotspot/src/share/vm/ci/ciMethod.cpp	Fri Sep 18 10:11:11 2015 +0200
@@ -1044,18 +1044,6 @@
 }
 
 // ------------------------------------------------------------------
-// ciMethod::should_exclude
-//
-// Should this method be excluded from compilation?
-bool ciMethod::should_exclude() {
-  check_is_loaded();
-  VM_ENTRY_MARK;
-  methodHandle mh(THREAD, get_Method());
-  bool ignore;
-  return CompilerOracle::should_exclude(mh, ignore);
-}
-
-// ------------------------------------------------------------------
 // ciMethod::should_inline
 //
 // Should this method be inlined during compilation?