equal
deleted
inserted
replaced
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, |