src/share/vm/oops/methodData.hpp

changeset 5726
69f26e8e09f9
parent 5097
92ef81e2f571
child 5784
190899198332
     1.1 --- a/src/share/vm/oops/methodData.hpp	Fri Sep 13 04:16:54 2013 -0700
     1.2 +++ b/src/share/vm/oops/methodData.hpp	Fri Sep 13 16:55:44 2013 -0700
     1.3 @@ -72,6 +72,8 @@
     1.4  //
     1.5  // Overlay for generic profiling data.
     1.6  class DataLayout VALUE_OBJ_CLASS_SPEC {
     1.7 +  friend class VMStructs;
     1.8 +
     1.9  private:
    1.10    // Every data layout begins with a header.  This header
    1.11    // contains a tag, which is used to indicate the size/layout

mercurial