hotspot/src/share/vm/c1/c1_ValueSet.hpp
changeset 39219 1b33aa56ed18
parent 38177 b0c9cb06506b
child 46502 116a09d8f142
equal deleted inserted replaced
39218:43ac06a5ee4f 39219:1b33aa56ed18
    51   void set_from(ValueSet* other);
    51   void set_from(ValueSet* other);
    52   bool equals  (ValueSet* other);
    52   bool equals  (ValueSet* other);
    53 };
    53 };
    54 
    54 
    55 inline ValueSet::ValueSet() : _map(Instruction::number_of_instructions()) {
    55 inline ValueSet::ValueSet() : _map(Instruction::number_of_instructions()) {
    56   _map.clear();
       
    57 }
    56 }
    58 
    57 
    59 
    58 
    60 inline ValueSet* ValueSet::copy() {
    59 inline ValueSet* ValueSet::copy() {
    61   ValueSet* res = new ValueSet();
    60   ValueSet* res = new ValueSet();