eclipse-openj9 / openj9

Eclipse OpenJ9: A Java Virtual Machine for OpenJDK that's optimized for small footprint, fast start-up, and high throughput. Builds on Eclipse OMR (https://github.com/eclipse/omr) and combines with the Extensions for OpenJDK for OpenJ9 repo.
Other
3.28k stars 722 forks source link

X: Remove popcnt specialization #20653

Open Spencer-Comin opened 2 days ago

Spencer-Comin commented 2 days ago

With ipopcnt and lpopcnt IL opcodes implemented in OMR, the OpenJ9 specializations are no longer needed.

Depends on https://github.com/eclipse-omr/omr/pull/7553