src/hotspot/share/gc/cms/adaptiveFreeList.cpp
changeset 50429 83aec1d357d4
parent 49708 6709f13dccd3
--- a/src/hotspot/share/gc/cms/adaptiveFreeList.cpp	Wed Jun 06 15:36:29 2018 +0200
+++ b/src/hotspot/share/gc/cms/adaptiveFreeList.cpp	Wed Jun 06 10:45:40 2018 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012, 2017, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2012, 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 "memory/freeList.inline.hpp"
 #include "runtime/globals.hpp"
 #include "runtime/mutex.hpp"
-#include "runtime/orderAccess.inline.hpp"
+#include "runtime/orderAccess.hpp"
 #include "runtime/vmThread.hpp"
 
 template <>