< prev index next >

src/hotspot/share/compiler/methodMatcher.hpp

Print this page

        

*** 24,34 **** #ifndef SHARE_VM_COMPILER_METHODMATCHER_HPP #define SHARE_VM_COMPILER_METHODMATCHER_HPP #include "memory/allocation.hpp" ! #include "runtime/handles.inline.hpp" #include "memory/resourceArea.hpp" class MethodMatcher : public CHeapObj<mtCompiler> { public: enum Mode { --- 24,34 ---- #ifndef SHARE_VM_COMPILER_METHODMATCHER_HPP #define SHARE_VM_COMPILER_METHODMATCHER_HPP #include "memory/allocation.hpp" ! #include "runtime/handles.hpp" #include "memory/resourceArea.hpp" class MethodMatcher : public CHeapObj<mtCompiler> { public: enum Mode {
< prev index next >