8079216: Remove undefined method oopDesc::is_null(Klass *)

Reviewed-by: kbarrett, coleenp, stefank
This commit is contained in:
Jungwoo Ha 2015-05-15 15:40:58 -07:00
parent ab4ba3b40f
commit 48b40a2611

View file

@ -149,7 +149,6 @@ class oopDesc {
static bool is_null(oop obj);
static bool is_null(narrowOop obj);
static bool is_null(Klass* obj);
// Decode an oop pointer from a narrowOop if compressed.
// These are overloaded for oop and narrowOop as are the other functions