| JDK 25 | JDK 26 |
|---|---|
| 25.0.2Fixed | 26 b21Fixed |
|
Causes :
|
In JDK-8331859 the PPC flag UsePopCountInstruction was accidentally removed when removing Power 7 support. This was discovered by a test from JDK-8365205 that was added recently. The flag needs to be reenabled in src/hotspot/cpu/ppc/vm_version_ppc.cpp.
|