hotspot/src/share/vm/runtime/thread.hpp
changeset 17867 a309214b7a18
parent 16991 aa4978a77e1f
child 18025 b7bcf7497f93
--- a/hotspot/src/share/vm/runtime/thread.hpp	Tue Jun 04 01:06:50 2013 -0700
+++ b/hotspot/src/share/vm/runtime/thread.hpp	Tue Jun 04 19:39:21 2013 -0700
@@ -638,9 +638,6 @@
   jint _hashStateZ ;
   void * _schedctl ;
 
-  intptr_t _ScratchA, _ScratchB ;              // Scratch locations for fast-path sync code
-  static ByteSize ScratchA_offset()            { return byte_offset_of(Thread, _ScratchA ); }
-  static ByteSize ScratchB_offset()            { return byte_offset_of(Thread, _ScratchB ); }
 
   volatile jint rng [4] ;                      // RNG for spin loop