src/share/vm/utilities/debug.hpp

changeset 7300
03e6d34be1f5
parent 6680
78bbf4d43a14
child 7535
7ae4e26cb1e0
child 7553
f43fad8786fc
     1.1 --- a/src/share/vm/utilities/debug.hpp	Fri Oct 24 10:28:19 2014 -0700
     1.2 +++ b/src/share/vm/utilities/debug.hpp	Thu Oct 30 13:38:00 2014 -0700
     1.3 @@ -246,7 +246,8 @@
     1.4    SharedPermGen,
     1.5    SharedReadOnly,
     1.6    SharedReadWrite,
     1.7 -  SharedMiscData
     1.8 +  SharedMiscData,
     1.9 +  SharedMiscCode
    1.10  };
    1.11  
    1.12  void report_out_of_shared_space(SharedSpaceType space_type);

mercurial