mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-22 12:04:39 +02:00
6926979: should simplify catch_inline_exception
Reviewed-by: twisti
This commit is contained in:
parent
beb119b36b
commit
67c094c4c7
4 changed files with 13 additions and 120 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue