src/hotspot/share/opto/runtime.hpp
changeset 51333 f6641fcf7b7e
parent 50860 480a96a43b62
child 53244 9807daeb47c4
--- a/src/hotspot/share/opto/runtime.hpp	Wed Aug 08 15:31:06 2018 +0200
+++ b/src/hotspot/share/opto/runtime.hpp	Wed Aug 08 15:31:06 2018 +0200
@@ -77,8 +77,8 @@
   NamedCounter(const char *n, CounterTag tag = NoTag):
     _name(n == NULL ? NULL : os::strdup(n)),
     _count(0),
-    _next(NULL),
-    _tag(tag) {}
+    _tag(tag),
+    _next(NULL) {}
 
   ~NamedCounter() {
     if (_name != NULL) {