hotspot/src/share/vm/gc/parallel/mutableNUMASpace.cpp
changeset 40655 9f644073d3a0
parent 33105 294e48b4f704
child 46312 385a8b027e7d
--- a/hotspot/src/share/vm/gc/parallel/mutableNUMASpace.cpp	Sun Aug 21 06:18:09 2016 +0200
+++ b/hotspot/src/share/vm/gc/parallel/mutableNUMASpace.cpp	Sun Aug 21 20:56:37 2016 -0400
@@ -1,6 +1,5 @@
-
 /*
- * Copyright (c) 2006, 2015, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2006, 2016, 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
@@ -28,7 +27,7 @@
 #include "gc/shared/collectedHeap.hpp"
 #include "gc/shared/spaceDecorator.hpp"
 #include "oops/oop.inline.hpp"
-#include "runtime/atomic.inline.hpp"
+#include "runtime/atomic.hpp"
 #include "runtime/thread.inline.hpp"
 
 MutableNUMASpace::MutableNUMASpace(size_t alignment) : MutableSpace(alignment) {