diff src/share/vm/oops/instanceKlass.hpp @ 12946:b8860472c377

8014910: deadlock between JVM/TI ClassPrepare event handler and CompilerThread Summary: Revert changes in JDK-8008962 Reviewed-by: coleenp, sspitsyn
author iklam
date Tue, 22 Oct 2013 14:29:02 -0700
parents ac9cb1d5a202
children 096c224171c4 22eaa15b7960
line wrap: on
line diff
--- a/src/share/vm/oops/instanceKlass.hpp	Mon Oct 21 17:26:46 2013 -0700
+++ b/src/share/vm/oops/instanceKlass.hpp	Tue Oct 22 14:29:02 2013 -0700
@@ -1023,6 +1023,7 @@
   // It has to be an object not a Mutex because it's held through java calls.
   oop init_lock() const;
 private:
+  void fence_and_clear_init_lock();
 
   // Static methods that are used to implement member methods where an exposed this pointer
   // is needed due to possible GCs