< prev index next >

src/hotspot/share/opto/output.hpp

Print this page
*** 88,11 ***
  
    uint                   _node_bundling_limit;
    Bundle*                _node_bundling_base;    // Information for instruction bundling
  
    // For deopt
-   int                    _orig_pc_slot;
    int                    _orig_pc_slot_offset_in_bytes;
  
    ConstantTable          _constant_table;        // The constant table for this compilation unit.
  
    BufferSizingData       _buf_sizes;
--- 88,10 ---
< prev index next >