changeset 4782:62e7bac9524f

8010257: remove unused thread-local variables _ScratchA and _ScratchB Summary: Remove dead code. Reviewed-by: twisti, coleenp
author dcubed
date Tue, 04 Jun 2013 19:39:21 -0700
parents 2f004f9dc9e1
children 6bf8b8bb7c19
files src/share/vm/runtime/thread.hpp
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/share/vm/runtime/thread.hpp	Tue Jun 04 01:06:50 2013 -0700
+++ b/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