< prev index next >

src/hotspot/share/oops/methodData.hpp

Print this page

        

@@ -72,11 +72,11 @@
 class ProfileData;
 
 // DataLayout
 //
 // Overlay for generic profiling data.
-class DataLayout VALUE_OBJ_CLASS_SPEC {
+class DataLayout {
   friend class VMStructs;
   friend class JVMCIVMStructs;
 
 private:
   // Every data layout begins with a header.  This header
< prev index next >