8079216: Remove undefined method oopDesc::is_null(Klass *)
authorjwha
Fri, 15 May 2015 15:40:58 -0700
changeset 30767 6f7448d79481
parent 30766 8afe4435d599
child 30768 66b53dcce510
8079216: Remove undefined method oopDesc::is_null(Klass *) Reviewed-by: kbarrett, coleenp, stefank
hotspot/src/share/vm/oops/oop.hpp
--- a/hotspot/src/share/vm/oops/oop.hpp	Thu May 14 15:17:36 2015 -0400
+++ b/hotspot/src/share/vm/oops/oop.hpp	Fri May 15 15:40:58 2015 -0700
@@ -149,7 +149,6 @@
 
   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