< prev index next >

src/hotspot/share/gc/z/zOop.hpp

Print this page

        

@@ -31,11 +31,11 @@
 public:
   static oop to_oop(uintptr_t value);
   static uintptr_t to_address(oop o);
 
   static bool is_good(oop o);
-  static bool is_good_or_null(oop o);
+  static bool is_finalizable_good(oop o);
 
   static oop good(oop);
 };
 
 #endif // SHARE_GC_Z_ZOOP_HPP
< prev index next >