We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8fa6c2 commit 93f662fCopy full SHA for 93f662f
test/hotspot/gtest/runtime/test_atomic.cpp
@@ -151,7 +151,7 @@ struct AtomicCmpxchg1ByteStressSupport {
151
int _base;
152
char _array[7+32+7];
153
154
- AtomicCmpxchg1ByteStressSupport() : _default_val(0xaa), _base(7), _array{} {}
+ AtomicCmpxchg1ByteStressSupport() : _default_val(0x7a), _base(7), _array{} {}
155
156
void validate(char val, char val2, int index) {
157
for (int i = 0; i < 7; i++) {
0 commit comments