diff -r 6b803ba47588 -r 3efdfd6ddbf2 src/share/vm/oops/klass.hpp --- a/src/share/vm/oops/klass.hpp Thu Mar 07 14:06:44 2013 -0500 +++ b/src/share/vm/oops/klass.hpp Fri Mar 08 11:47:57 2013 -0500 @@ -79,7 +79,6 @@ // [last_biased_lock_bulk_revocation_time] (64 bits) // [prototype_header] // [biased_lock_revocation_count] -// [verify_count ] - not in product // [alloc_count ] // [_modified_oops] // [_accumulated_modified_oops] @@ -172,10 +171,6 @@ markOop _prototype_header; // Used when biased locking is both enabled and disabled for this type jint _biased_lock_revocation_count; -#ifndef PRODUCT - int _verify_count; // to avoid redundant verifies -#endif - juint _alloc_count; // allocation profiling support TRACE_DEFINE_KLASS_TRACE_ID;