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 9bafce8 commit c78ec16Copy full SHA for c78ec16
src/hotspot/cpu/ppc/vm_version_ppc.cpp
@@ -97,6 +97,10 @@ void VM_Version::initialize() {
97
FLAG_SET_ERGO(TrapBasedRangeChecks, false);
98
}
99
100
+ if (FLAG_IS_DEFAULT(UsePopCountInstruction)) {
101
+ FLAG_SET_ERGO(UsePopCountInstruction, true);
102
+ }
103
+
104
if (PowerArchitecturePPC64 >= 9) {
105
// Performance is good since Power9.
106
if (FLAG_IS_DEFAULT(SuperwordUseVSX)) {
0 commit comments