--- old/src/hotspot/share/runtime/fieldDescriptor.hpp 2018-03-07 23:12:42.090722580 -0500 +++ new/src/hotspot/share/runtime/fieldDescriptor.hpp 2018-03-07 23:12:41.290274879 -0500 @@ -35,7 +35,7 @@ // 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