hotspot/src/share/vm/utilities/exceptions.hpp
changeset 35123 b0b89d83bcf5
parent 33593 60764a78fa5c
child 35495 e27da438fa13
--- a/hotspot/src/share/vm/utilities/exceptions.hpp	Tue Dec 08 14:26:17 2015 +0000
+++ b/hotspot/src/share/vm/utilities/exceptions.hpp	Mon Dec 14 17:02:02 2015 -1000
@@ -59,6 +59,7 @@
 
 class ThreadShadow: public CHeapObj<mtThread> {
   friend class VMStructs;
+  friend class JVMCIVMStructs;
 
  protected:
   oop  _pending_exception;                       // Thread has gc actions.