src/hotspot/share/services/memoryPool.cpp
changeset 50429 83aec1d357d4
parent 49389 9ef2eee8ca7c
child 58063 bdf136b8ae0e
child 59247 56bf71d64d51
--- a/src/hotspot/share/services/memoryPool.cpp	Wed Jun 06 15:36:29 2018 +0200
+++ b/src/hotspot/share/services/memoryPool.cpp	Wed Jun 06 10:45:40 2018 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, 2017, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2018, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -29,7 +29,7 @@
 #include "oops/oop.inline.hpp"
 #include "runtime/handles.inline.hpp"
 #include "runtime/javaCalls.hpp"
-#include "runtime/orderAccess.inline.hpp"
+#include "runtime/orderAccess.hpp"
 #include "services/lowMemoryDetector.hpp"
 #include "services/management.hpp"
 #include "services/memoryManager.hpp"