This commit is contained in:
Christian Tornqvist 2015-02-13 05:17:41 -08:00
commit 094674666c
47 changed files with 524 additions and 180 deletions

View file

@ -702,11 +702,6 @@ public:
int compile_id() const { return _compile_id; }
const char* compile_kind() const;
// For debugging
// CompiledIC* IC_at(char* p) const;
// PrimitiveIC* primitiveIC_at(char* p) const;
oop embeddedOop_at(address p);
// tells if any of this method's dependencies have been invalidated
// (this is expensive!)
static void check_all_dependencies(DepChange& changes);