< prev index next >

src/share/vm/utilities/vmError.hpp

Print this page

        

@@ -31,10 +31,11 @@
 class VM_ReportJavaOutOfMemory;
 
 class VMError : public AllStatic {
   friend class VM_ReportJavaOutOfMemory;
   friend class Decoder;
+  friend class VMStructs;
 
   static int         _id;               // Solaris/Linux signals: 0 - SIGRTMAX
                                         // Windows exceptions: 0xCxxxxxxx system errors
                                         //                     0x8xxxxxxx system warnings
 
< prev index next >