src/hotspot/share/gc/shenandoah/shenandoahRootVerifier.hpp
changeset 55335 f7cc25dda38a
parent 55048 812212323fb1
child 55476 aee0d296c0ef
--- a/src/hotspot/share/gc/shenandoah/shenandoahRootVerifier.hpp	Tue Jun 11 14:59:46 2019 -0700
+++ b/src/hotspot/share/gc/shenandoah/shenandoahRootVerifier.hpp	Tue Jun 11 19:15:31 2019 -0400
@@ -36,7 +36,8 @@
     CLDGRoots           = 1 << 3,
     WeakRoots           = 1 << 4,
     StringDedupRoots    = 1 << 5,
-    AllRoots            = (SerialRoots | ThreadRoots | CodeRoots | CLDGRoots | WeakRoots | StringDedupRoots)
+    JNIHandleRoots      = 1 << 6,
+    AllRoots            = (SerialRoots | ThreadRoots | CodeRoots | CLDGRoots | WeakRoots | StringDedupRoots | JNIHandleRoots)
   };
 
 private: