hotspot/src/share/vm/opto/loopnode.hpp
changeset 24425 53764d2358f9
parent 22234 da823d78ad65
child 27708 8a8710cb8fc4
--- a/hotspot/src/share/vm/opto/loopnode.hpp	Tue May 06 09:56:55 2014 -0400
+++ b/hotspot/src/share/vm/opto/loopnode.hpp	Wed May 07 06:03:31 2014 -0700
@@ -339,11 +339,11 @@
 
   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
+  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
   Node_List* _required_safept;  // A inner loop cannot delete these safepts;