提交 abbbbf17 编写于 作者: D dcubed

8010257: remove unused thread-local variables _ScratchA and _ScratchB

Summary: Remove dead code.
Reviewed-by: twisti, coleenp
上级 3f350947
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册