< prev index next >

src/hotspot/share/gc/shared/oopStorageParState.inline.hpp

Print this page

        

*** 25,42 **** #ifndef SHARE_GC_SHARED_OOPSTORAGEPARSTATE_INLINE_HPP #define SHARE_GC_SHARED_OOPSTORAGEPARSTATE_INLINE_HPP #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 { F _f; public: AlwaysTrueFn(F f) : _f(f) {} --- 25,41 ---- #ifndef SHARE_GC_SHARED_OOPSTORAGEPARSTATE_INLINE_HPP #define SHARE_GC_SHARED_OOPSTORAGEPARSTATE_INLINE_HPP #include "gc/shared/oopStorage.inline.hpp" #include "gc/shared/oopStorageParState.hpp" #include "metaprogramming/conditional.hpp" #include "utilities/macros.hpp" #if INCLUDE_ALL_GCS template<typename F> ! class OopStorage::BasicParState::AlwaysTrueFn { F _f; public: AlwaysTrueFn(F f) : _f(f) {}
< prev index next >