diff -r 97fe2cc98b1d -r fdd57634910e src/share/vm/opto/parse.hpp --- 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);