8010257: remove unused thread-local variables _ScratchA and _ScratchB

Remove dead code.

Reviewed-by: twisti, coleenp
This commit is contained in:
Daniel D. Daugherty 2013-06-04 19:39:21 -07:00
parent e609456b0e
commit f3fb3c4777

View File

@ -638,9 +638,6 @@ public:
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