< prev index next >

src/hotspot/share/runtime/fieldDescriptor.hpp

Print this page

        

@@ -33,11 +33,11 @@
 
 // A fieldDescriptor describes the attributes of a single field (instance or class variable).
 // It needs the class constant pool to work (because it only holds indices into the pool
 // rather than the actual info).
 
-class fieldDescriptor VALUE_OBJ_CLASS_SPEC {
+class fieldDescriptor {
  private:
   AccessFlags         _access_flags;
   int                 _index; // the field index
   constantPoolHandle  _cp;
 
< prev index next >