8237753: 32-bit builds are broken after JDK-823059
Changed _pending_threads to be 32 bits instead of 64 Reviewed-by: dholmes
This commit is contained in:
parent
78ff45ee33
commit
6c4e2e70be
@ -40,7 +40,7 @@
|
|||||||
|
|
||||||
class HandshakeOperation: public StackObj {
|
class HandshakeOperation: public StackObj {
|
||||||
HandshakeClosure* _handshake_cl;
|
HandshakeClosure* _handshake_cl;
|
||||||
int64_t _pending_threads;
|
int32_t _pending_threads;
|
||||||
bool _executed;
|
bool _executed;
|
||||||
bool _is_direct;
|
bool _is_direct;
|
||||||
public:
|
public:
|
||||||
|
Loading…
Reference in New Issue
Block a user