diff src/share/vm/opto/parse.hpp @ 1344:fdd57634910e

6926979: should simplify catch_inline_exception Reviewed-by: twisti
author never
date Thu, 18 Mar 2010 14:31:41 -0700
parents b2b6a9bf6238
children c18cbe5936b8
line wrap: on
line diff
--- a/src/share/vm/opto/parse.hpp	Thu Mar 18 06:36:43 2010 -0700
+++ b/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);