hotspot/src/share/vm/memory/universe.hpp
changeset 40667 f9cf2db7f59f
parent 37186 3975b781def9
child 40892 330a02d935ad
--- a/hotspot/src/share/vm/memory/universe.hpp	Tue Aug 23 22:51:24 2016 +0200
+++ b/hotspot/src/share/vm/memory/universe.hpp	Tue Aug 23 21:49:33 2016 -0400
@@ -480,8 +480,7 @@
     Verify_ClassLoaderDataGraph = 64,
     Verify_MetaspaceAux = 128,
     Verify_JNIHandles = 256,
-    Verify_CHeap = 512,
-    Verify_CodeCacheOops = 1024,
+    Verify_CodeCacheOops = 512,
     Verify_All = -1
   };
   static void initialize_verify_flags();