6926979: should simplify catch_inline_exception

Reviewed-by: twisti
This commit is contained in:
Tom Rodriguez 2010-03-18 14:31:41 -07:00
parent beb119b36b
commit 67c094c4c7
4 changed files with 13 additions and 120 deletions

View file

@ -551,9 +551,6 @@ class Parse : public GraphKit {
// 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);