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 63a800d commit 95af7c8Copy full SHA for 95af7c8
src/hotspot/cpu/aarch64/vm_version_aarch64.cpp
@@ -158,6 +158,10 @@ void VM_Version::initialize() {
158
if (FLAG_IS_DEFAULT(OnSpinWaitInstCount)) {
159
FLAG_SET_DEFAULT(OnSpinWaitInstCount, 2);
160
}
161
+ if (FLAG_IS_DEFAULT(CodeEntryAlignment) &&
162
+ (_model == CPU_MODEL_AMPERE_1A || _model == CPU_MODEL_AMPERE_1B)) {
163
+ FLAG_SET_DEFAULT(CodeEntryAlignment, 32);
164
+ }
165
166
167
// ThunderX
0 commit comments