diff src/share/vm/utilities/exceptions.hpp @ 3939:f6f3bb0ee072

7088955: add C2 IR support to the SA Reviewed-by: kvn
author never
date Sun, 11 Sep 2011 14:48:24 -0700
parents 01147d8aac1d
children 20334ed5ed3c
line wrap: on
line diff
--- a/src/share/vm/utilities/exceptions.hpp	Sat Sep 10 17:29:02 2011 -0700
+++ b/src/share/vm/utilities/exceptions.hpp	Sun Sep 11 14:48:24 2011 -0700
@@ -58,6 +58,8 @@
 // include hierachy reasons).
 
 class ThreadShadow: public CHeapObj {
+  friend class VMStructs;
+
  protected:
   oop  _pending_exception;                       // Thread has gc actions.
   const char* _exception_file;                   // file information for exception (debugging only)