hotspot/src/share/vm/memory/universe.hpp
changeset 33160 c59f1676d27e
parent 32375 b84c2d16ba53
child 33198 b37ad9fbf681
--- a/hotspot/src/share/vm/memory/universe.hpp	Thu Oct 08 10:25:45 2015 +0000
+++ b/hotspot/src/share/vm/memory/universe.hpp	Thu Oct 08 12:49:30 2015 -1000
@@ -248,9 +248,14 @@
 
   // Debugging
   static int _verify_count;                           // number of verifies done
+
   // True during call to verify().  Should only be set/cleared in verify().
   static bool _verify_in_progress;
 
+  static uintptr_t _verify_oop_mask;
+  static uintptr_t _verify_oop_bits;
+
+  static void calculate_verify_data(HeapWord* low_boundary, HeapWord* high_boundary) PRODUCT_RETURN;
   static void compute_verify_oop_data();
 
  public: