src/share/vm/opto/loopnode.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File hotspot Cdiff src/share/vm/opto/loopnode.hpp

src/share/vm/opto/loopnode.hpp

Print this page

        

*** 337,348 **** inline Node *tail(); // Handle lazy update of _tail field PhaseIdealLoop* _phase; Node_List _body; // Loop body for inner loops ! uint8 _nest; // Nesting depth ! uint8 _irreducible:1, // True if irreducible _has_call:1, // True if has call safepoint _has_sfpt:1, // True if has non-call safepoint _rce_candidate:1; // True if candidate for range check elimination Node_List* _safepts; // List of safepoints in this loop --- 337,348 ---- inline Node *tail(); // Handle lazy update of _tail field PhaseIdealLoop* _phase; Node_List _body; // Loop body for inner loops ! uint8_t _nest; // Nesting depth ! uint8_t _irreducible:1, // True if irreducible _has_call:1, // True if has call safepoint _has_sfpt:1, // True if has non-call safepoint _rce_candidate:1; // True if candidate for range check elimination Node_List* _safepts; // List of safepoints in this loop
src/share/vm/opto/loopnode.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File