src/share/vm/utilities/vmError.hpp

changeset 3544
db006a85bf91
parent 2520
63d374c54045
child 4153
b9a9ed0f8eeb
     1.1 --- a/src/share/vm/utilities/vmError.hpp	Mon Jan 30 23:27:30 2012 -0500
     1.2 +++ b/src/share/vm/utilities/vmError.hpp	Thu Feb 09 10:16:26 2012 -0500
     1.3 @@ -27,11 +27,12 @@
     1.4  
     1.5  #include "utilities/globalDefinitions.hpp"
     1.6  
     1.7 -
     1.8 +class Decoder;
     1.9  class VM_ReportJavaOutOfMemory;
    1.10  
    1.11  class VMError : public StackObj {
    1.12    friend class VM_ReportJavaOutOfMemory;
    1.13 +  friend class Decoder;
    1.14  
    1.15    enum ErrorType {
    1.16      internal_error = 0xe0000000,

mercurial