Skip to content

Commit 93f662f

Browse files
author
Kim Barrett
committed
8317335: Build on windows fails after 8316645
Reviewed-by: lmesnik
1 parent b8fa6c2 commit 93f662f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/hotspot/gtest/runtime/test_atomic.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ struct AtomicCmpxchg1ByteStressSupport {
151151
int _base;
152152
char _array[7+32+7];
153153

154-
AtomicCmpxchg1ByteStressSupport() : _default_val(0xaa), _base(7), _array{} {}
154+
AtomicCmpxchg1ByteStressSupport() : _default_val(0x7a), _base(7), _array{} {}
155155

156156
void validate(char val, char val2, int index) {
157157
for (int i = 0; i < 7; i++) {

0 commit comments

Comments
 (0)