src/share/vm/opto/type.hpp

changeset 3138
f6f3bb0ee072
parent 2708
1d1603768966
child 3882
8c92982cbbc4
     1.1 --- a/src/share/vm/opto/type.hpp	Sat Sep 10 17:29:02 2011 -0700
     1.2 +++ b/src/share/vm/opto/type.hpp	Sun Sep 11 14:48:24 2011 -0700
     1.3 @@ -64,6 +64,8 @@
     1.4  // different kind of Type exists.  Types are never modified after creation, so
     1.5  // all their interesting fields are constant.
     1.6  class Type {
     1.7 +  friend class VMStructs;
     1.8 +
     1.9  public:
    1.10    enum TYPES {
    1.11      Bad=0,                      // Type check

mercurial