test/hotspot/gtest/logging/test_log.cpp
changeset 47765 b7c7428eaab9
parent 47216 71c04702a3d5
--- a/test/hotspot/gtest/logging/test_log.cpp	Mon Oct 30 16:37:53 2017 +0100
+++ b/test/hotspot/gtest/logging/test_log.cpp	Tue Oct 31 11:55:09 2017 -0400
@@ -22,11 +22,11 @@
  *
  */
 #include "precompiled.hpp"
+#include "jvm.h"
 #include "gc/shared/gcTraceTime.inline.hpp"
 #include "logTestFixture.hpp"
 #include "logTestUtils.inline.hpp"
 #include "logging/log.hpp"
-#include "prims/jvm.h"
 #include "unittest.hpp"
 
 class LogTest : public LogTestFixture {