mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-19 04:13:07 +00:00
8241091: AArch64: "bad AD file" with VM option "-XX:-UsePopCountInstruction"
Reviewed-by: aph
This commit is contained in:
parent
36af90acc0
commit
618bacec2e
@ -425,6 +425,11 @@ void VM_Version::get_processor_features() {
|
||||
}
|
||||
|
||||
if (FLAG_IS_DEFAULT(UsePopCountInstruction)) {
|
||||
FLAG_SET_DEFAULT(UsePopCountInstruction, true);
|
||||
}
|
||||
|
||||
if (!UsePopCountInstruction) {
|
||||
warning("UsePopCountInstruction is always enabled on this CPU");
|
||||
UsePopCountInstruction = true;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user