--- old/src/hotspot/share/compiler/oopMap.hpp 2017-10-30 04:05:26.436588703 -0700 +++ new/src/hotspot/share/compiler/oopMap.hpp 2017-10-30 04:05:26.107558172 -0700 @@ -427,7 +427,7 @@ // oops, it is filled in with references to all locations that contains a // derived oop (assumed to be very few). When the GC is complete, the derived // pointers are updated based on their base pointers new value and an offset. -#if defined(COMPILER2) || INCLUDE_JVMCI +#if COMPILER2_OR_JVMCI class DerivedPointerTable : public AllStatic { friend class VMStructs; private: @@ -463,6 +463,6 @@ } } }; -#endif // COMPILER2 || INCLUDE_JVMCI +#endif // COMPILER2_OR_JVMCI #endif // SHARE_VM_COMPILER_OOPMAP_HPP