# HG changeset patch # User dcubed # Date 1370399961 25200 # Node ID 62e7bac9524f9f848e5b25d0a271cc11f99b4fa9 # Parent 2f004f9dc9e1536ea7f4dcc7f6776edc826be664 8010257: remove unused thread-local variables _ScratchA and _ScratchB Summary: Remove dead code. Reviewed-by: twisti, coleenp diff -r 2f004f9dc9e1 -r 62e7bac9524f src/share/vm/runtime/thread.hpp --- 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