File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (c) 1999, 2024 , Oracle and/or its affiliates. All rights reserved.
2
+ * Copyright (c) 1999, 2025 , Oracle and/or its affiliates. All rights reserved.
3
3
* Copyright (c) 2014, 2015, Red Hat Inc. All rights reserved.
4
4
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5
5
*
@@ -46,7 +46,7 @@ const bool CCallingConventionRequiresIntsAsLongs = false;
46
46
#define DEFAULT_CACHE_LINE_SIZE 64
47
47
48
48
// The default padding size for data structures to avoid false sharing.
49
- #define DEFAULT_PADDING_SIZE DEFAULT_CACHE_LINE_SIZE
49
+ #define DEFAULT_PADDING_SIZE ( 2 * DEFAULT_CACHE_LINE_SIZE)
50
50
51
51
// According to the ARMv8 ARM, "Concurrent modification and execution
52
52
// of instructions can lead to the resulting instruction performing
You can’t perform that action at this time.
0 commit comments