hotspot/src/share/vm/c1/c1_ValueSet.hpp
changeset 38177 b0c9cb06506b
parent 7397 5b173b4ca846
child 39219 1b33aa56ed18
equal deleted inserted replaced
38175:4e2bff1a5467 38177:b0c9cb06506b
    34 // instructions is fixed during its lifetime; should make it
    34 // instructions is fixed during its lifetime; should make it
    35 // automatically resizable.
    35 // automatically resizable.
    36 
    36 
    37 class ValueSet: public CompilationResourceObj {
    37 class ValueSet: public CompilationResourceObj {
    38  private:
    38  private:
    39   BitMap _map;
    39   ResourceBitMap _map;
    40 
    40 
    41  public:
    41  public:
    42   ValueSet();
    42   ValueSet();
    43 
    43 
    44   ValueSet* copy();
    44   ValueSet* copy();