diff src/share/vm/runtime/vmStructs.cpp @ 8712:3efdfd6ddbf2

8003553: NPG: metaspace objects should be zeroed in constructors Summary: Zero metadata in constructors, not in allocation (and some in constructors) Reviewed-by: jmasa, sspitsyn
author coleenp
date Fri, 08 Mar 2013 11:47:57 -0500
parents f82bcc429e8c
children b9a918201d47 8617e38bb4cb aeaca88565e6
line wrap: on
line diff
--- a/src/share/vm/runtime/vmStructs.cpp	Thu Mar 07 14:06:44 2013 -0500
+++ b/src/share/vm/runtime/vmStructs.cpp	Fri Mar 08 11:47:57 2013 -0500
@@ -336,7 +336,6 @@
   nonstatic_field(Klass,                       _access_flags,                                 AccessFlags)                           \
   nonstatic_field(Klass,                       _subklass,                                     Klass*)                                \
   nonstatic_field(Klass,                       _next_sibling,                                 Klass*)                                \
-  nonproduct_nonstatic_field(Klass,            _verify_count,                                 int)                                   \
   nonstatic_field(Klass,                       _alloc_count,                                  juint)                                 \
   nonstatic_field(MethodData,           _size,                                         int)                                   \
   nonstatic_field(MethodData,           _method,                                       Method*)                        \