Exemplo n.º 1
0
 void set_entry(BlockBegin* entry) {
   assert(entry->is_set(BlockBegin::exception_entry_flag), "must be an exception handler entry");
   assert(entry->bci() == handler_bci(), "bci's must correspond");
   _entry = entry;
 }
Exemplo n.º 2
0
 bool      is_rethrow() { return handler_bci() == -1; }