hotspot/src/share/vm/opto/parse.hpp
changeset 5228 2b4da47127ba
parent 4643 61c659c91c57
child 5547 f4b087cbb361
--- a/hotspot/src/share/vm/opto/parse.hpp	Thu Mar 18 06:36:43 2010 -0700
+++ b/hotspot/src/share/vm/opto/parse.hpp	Thu Mar 18 14:31:41 2010 -0700
@@ -551,9 +551,6 @@
   // Also handles exceptions for individual bytecodes.
   void catch_inline_exceptions(SafePointNode* ex_map);
 
-  // Bytecode classifier, helps decide to use uncommon_trap vs. rethrow_C.
-  bool can_rerun_bytecode();
-
   // Merge the given map into correct exceptional exit state.
   // Assumes that there is no applicable local handler.
   void throw_to_exit(SafePointNode* ex_map);