src/hotspot/share/gc/shared/oopStorageParState.inline.hpp
changeset 49392 2956d0ece7a9
parent 49005 cc2b457f2589
child 49711 4a7addb5762c
--- a/src/hotspot/share/gc/shared/oopStorageParState.inline.hpp	Wed Mar 14 07:07:18 2018 -0400
+++ b/src/hotspot/share/gc/shared/oopStorageParState.inline.hpp	Wed Mar 14 07:27:19 2018 -0400
@@ -27,14 +27,13 @@
 
 #include "gc/shared/oopStorage.inline.hpp"
 #include "gc/shared/oopStorageParState.hpp"
-#include "memory/allocation.hpp"
 #include "metaprogramming/conditional.hpp"
 #include "utilities/macros.hpp"
 
 #if INCLUDE_ALL_GCS
 
 template<typename F>
-class OopStorage::BasicParState::AlwaysTrueFn VALUE_OBJ_CLASS_SPEC {
+class OopStorage::BasicParState::AlwaysTrueFn {
   F _f;
 
 public: