test/hotspot/gtest/logging/logTestFixture.cpp
changeset 51334 cc2c79d22508
parent 49360 886acec3b4c6
child 53845 1807da9ad196
--- a/test/hotspot/gtest/logging/logTestFixture.cpp	Wed Aug 08 15:31:06 2018 +0200
+++ b/test/hotspot/gtest/logging/logTestFixture.cpp	Wed Aug 08 15:31:07 2018 +0200
@@ -32,7 +32,7 @@
 #include "unittest.hpp"
 #include "utilities/ostream.hpp"
 
-LogTestFixture::LogTestFixture() : _configuration_snapshot(NULL), _n_snapshots(0) {
+LogTestFixture::LogTestFixture() : _n_snapshots(0), _configuration_snapshot(NULL) {
   // Set up TestLogFileName to include PID, testcase name and test name
   int ret = jio_snprintf(_filename, sizeof(_filename), "testlog.pid%d.%s.%s.log",
                          os::current_process_id(),