src/hotspot/share/prims/jvmtiImpl.cpp
changeset 51334 cc2c79d22508
parent 51329 9c68699bebe5
child 52445 a1eb4f1b94c1
--- a/src/hotspot/share/prims/jvmtiImpl.cpp	Wed Aug 08 15:31:06 2018 +0200
+++ b/src/hotspot/share/prims/jvmtiImpl.cpp	Wed Aug 08 15:31:07 2018 +0200
@@ -531,8 +531,8 @@
   , _depth(depth)
   , _index(index)
   , _type(type)
+  , _jvf(NULL)
   , _set(false)
-  , _jvf(NULL)
   , _result(JVMTI_ERROR_NONE)
 {
 }
@@ -545,8 +545,8 @@
   , _index(index)
   , _type(type)
   , _value(value)
+  , _jvf(NULL)
   , _set(true)
-  , _jvf(NULL)
   , _result(JVMTI_ERROR_NONE)
 {
 }
@@ -558,8 +558,8 @@
   , _depth(depth)
   , _index(index)
   , _type(T_OBJECT)
+  , _jvf(NULL)
   , _set(false)
-  , _jvf(NULL)
   , _result(JVMTI_ERROR_NONE)
 {
 }