hotspot/src/share/vm/c1/c1_IR.hpp
changeset 38177 b0c9cb06506b
parent 38031 e0b822facc03
equal deleted inserted replaced
38175:4e2bff1a5467 38177:b0c9cb06506b
   149   bool          _wrote_final;                    // has written final field
   149   bool          _wrote_final;                    // has written final field
   150   bool          _wrote_fields;                   // has written fields
   150   bool          _wrote_fields;                   // has written fields
   151   bool          _wrote_volatile;                 // has written volatile field
   151   bool          _wrote_volatile;                 // has written volatile field
   152   BlockBegin*   _start;                          // the start block, successsors are method entries
   152   BlockBegin*   _start;                          // the start block, successsors are method entries
   153 
   153 
   154   BitMap        _requires_phi_function;          // bit is set if phi functions at loop headers are necessary for a local variable
   154   ResourceBitMap _requires_phi_function;         // bit is set if phi functions at loop headers are necessary for a local variable
   155 
   155 
   156   // helper functions
   156   // helper functions
   157   BlockBegin* build_graph(Compilation* compilation, int osr_bci);
   157   BlockBegin* build_graph(Compilation* compilation, int osr_bci);
   158 
   158 
   159  public:
   159  public: