This commit is contained in:
Coleen Phillimore 2012-07-12 14:26:25 -04:00
commit 5579942e7a
326 changed files with 7688 additions and 1569 deletions

View file

@ -34,7 +34,7 @@
#include "runtime/handles.inline.hpp"
#include "runtime/jniHandles.hpp"
class MethodMatcher : public CHeapObj {
class MethodMatcher : public CHeapObj<mtCompiler> {
public:
enum Mode {
Exact,