8010257: remove unused thread-local variables _ScratchA and _ScratchB
authordcubed
Tue, 04 Jun 2013 19:39:21 -0700
changeset 17867 a309214b7a18
parent 17865 0052c3c499ed
child 17868 262aa770cb1b
8010257: remove unused thread-local variables _ScratchA and _ScratchB Summary: Remove dead code. Reviewed-by: twisti, coleenp
hotspot/src/share/vm/runtime/thread.hpp
--- 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