hotspot/src/share/vm/gc/g1/g1EvacStats.inline.hpp
changeset 40655 9f644073d3a0
parent 34230 b9c64b7c06c9
--- a/hotspot/src/share/vm/gc/g1/g1EvacStats.inline.hpp	Sun Aug 21 06:18:09 2016 +0200
+++ b/hotspot/src/share/vm/gc/g1/g1EvacStats.inline.hpp	Sun Aug 21 20:56:37 2016 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2015, 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
@@ -26,7 +26,7 @@
 #define SHARE_VM_GC_G1_G1EVACSTATS_INLINE_HPP
 
 #include "gc/g1/g1EvacStats.hpp"
-#include "runtime/atomic.inline.hpp"
+#include "runtime/atomic.hpp"
 
 inline void G1EvacStats::add_direct_allocated(size_t value) {
   Atomic::add_ptr(value, &_direct_allocated);