hotspot/src/cpu/x86/vm/c1_LinearScan_x86.cpp
changeset 39219 1b33aa56ed18
parent 38177 b0c9cb06506b
child 46630 75aa3e39d02c
--- a/hotspot/src/cpu/x86/vm/c1_LinearScan_x86.cpp	Tue Jun 07 15:34:22 2016 -0400
+++ b/hotspot/src/cpu/x86/vm/c1_LinearScan_x86.cpp	Wed Jun 08 11:15:49 2016 +0200
@@ -68,7 +68,6 @@
       if (b->number_of_preds() > 1) {
         int id = b->first_lir_instruction_id();
         ResourceBitMap regs(FrameMap::nof_fpu_regs);
-        regs.clear();
 
         iw.walk_to(id);   // walk after the first instruction (always a label) of the block
         assert(iw.current_position() == id, "did not walk completely to id");