< prev index next >

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

Print this page

        

@@ -35,10 +35,11 @@
   static bool is_weak_bad(uintptr_t value);
   static bool is_weak_good(uintptr_t value);
   static bool is_weak_good_or_null(uintptr_t value);
   static bool is_marked(uintptr_t value);
   static bool is_finalizable(uintptr_t value);
+  static bool is_finalizable_good(uintptr_t value);
   static bool is_remapped(uintptr_t value);
 
   static uintptr_t address(uintptr_t value);
   static uintptr_t offset(uintptr_t value);
   static uintptr_t good(uintptr_t value);
< prev index next >