< prev index next >

src/hotspot/share/gc/shared/ageTable.hpp

Print this page

        

@@ -34,11 +34,11 @@
 
 // Age table for adaptive feedback-mediated tenuring (scavenging)
 //
 // Note: all sizes are in oops
 
-class AgeTable VALUE_OBJ_CLASS_SPEC {
+class AgeTable {
   friend class VMStructs;
 
  public:
   // constants
   enum { table_size = markOopDesc::max_age + 1 };
< prev index next >