8278534: Remove some unnecessary code in MethodLiveness::init_basic_blocks
Reviewed-by: chagedorn
This commit is contained in:
parent
0bddd8af61
commit
7edcd34869
@ -97,8 +97,6 @@ void MethodLiveness::compute_liveness() {
|
|||||||
|
|
||||||
|
|
||||||
void MethodLiveness::init_basic_blocks() {
|
void MethodLiveness::init_basic_blocks() {
|
||||||
bool bailout = false;
|
|
||||||
|
|
||||||
int method_len = method()->code_size();
|
int method_len = method()->code_size();
|
||||||
ciMethodBlocks *mblocks = method()->get_method_blocks();
|
ciMethodBlocks *mblocks = method()->get_method_blocks();
|
||||||
|
|
||||||
@ -255,10 +253,6 @@ void MethodLiveness::init_basic_blocks() {
|
|||||||
// We will patch up jsr/rets in a subsequent pass.
|
// We will patch up jsr/rets in a subsequent pass.
|
||||||
ret_list->append(current_block);
|
ret_list->append(current_block);
|
||||||
break;
|
break;
|
||||||
case Bytecodes::_breakpoint:
|
|
||||||
// Bail out of there are breakpoints in here.
|
|
||||||
bailout = true;
|
|
||||||
break;
|
|
||||||
default:
|
default:
|
||||||
// Do nothing.
|
// Do nothing.
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user