src/hotspot/share/opto/opaquenode.hpp
changeset 51333 f6641fcf7b7e
parent 49487 bde392011cd8
child 53244 9807daeb47c4
--- a/src/hotspot/share/opto/opaquenode.hpp	Wed Aug 08 15:31:06 2018 +0200
+++ b/src/hotspot/share/opto/opaquenode.hpp	Wed Aug 08 15:31:06 2018 +0200
@@ -120,7 +120,7 @@
   virtual uint cmp( const Node &n ) const;
   public:
   ProfileBooleanNode(Node *n, uint false_cnt, uint true_cnt) : Node(0, n),
-          _false_cnt(false_cnt), _true_cnt(true_cnt), _delay_removal(true), _consumed(false) {}
+          _false_cnt(false_cnt), _true_cnt(true_cnt), _consumed(false), _delay_removal(true) {}
 
   uint false_count() const { return _false_cnt; }
   uint  true_count() const { return  _true_cnt; }