hotspot/src/share/vm/gc/g1/collectionSetChooser.cpp
changeset 40655 9f644073d3a0
parent 37985 539c597ee0fa
--- a/hotspot/src/share/vm/gc/g1/collectionSetChooser.cpp	Sun Aug 21 06:18:09 2016 +0200
+++ b/hotspot/src/share/vm/gc/g1/collectionSetChooser.cpp	Sun Aug 21 20:56:37 2016 -0400
@@ -26,7 +26,7 @@
 #include "gc/g1/collectionSetChooser.hpp"
 #include "gc/g1/g1CollectedHeap.inline.hpp"
 #include "gc/shared/space.inline.hpp"
-#include "runtime/atomic.inline.hpp"
+#include "runtime/atomic.hpp"
 
 // Even though we don't use the GC efficiency in our heuristics as
 // much as we used to, we still order according to GC efficiency. This