hotspot/src/share/vm/compiler/compilerOracle.cpp
changeset 13196 6b399731153b
parent 12981 b557c10f5444
parent 13195 be27e1b6a4b9
child 13202 0a10221cc395
equal deleted inserted replaced
13193:1df6cf8d4cd7 13196:6b399731153b
    32 #include "oops/oop.inline.hpp"
    32 #include "oops/oop.inline.hpp"
    33 #include "oops/symbol.hpp"
    33 #include "oops/symbol.hpp"
    34 #include "runtime/handles.inline.hpp"
    34 #include "runtime/handles.inline.hpp"
    35 #include "runtime/jniHandles.hpp"
    35 #include "runtime/jniHandles.hpp"
    36 
    36 
    37 class MethodMatcher : public CHeapObj {
    37 class MethodMatcher : public CHeapObj<mtCompiler> {
    38  public:
    38  public:
    39   enum Mode {
    39   enum Mode {
    40     Exact,
    40     Exact,
    41     Prefix = 1,
    41     Prefix = 1,
    42     Suffix = 2,
    42     Suffix = 2,