hotspot/src/share/vm/c1/c1_LIRGenerator.cpp
changeset 39219 1b33aa56ed18
parent 38241 32eab2eb41fd
child 40030 274935bc5150
--- a/hotspot/src/share/vm/c1/c1_LIRGenerator.cpp	Tue Jun 07 15:34:22 2016 -0400
+++ b/hotspot/src/share/vm/c1/c1_LIRGenerator.cpp	Wed Jun 08 11:15:49 2016 +0200
@@ -1387,7 +1387,6 @@
 void LIRGenerator::set_vreg_flag(int vreg_num, VregFlag f) {
   if (_vreg_flags.size_in_bits() == 0) {
     BitMap2D temp(100, num_vreg_flags);
-    temp.clear();
     _vreg_flags = temp;
   }
   _vreg_flags.at_put_grow(vreg_num, f, true);