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.23k stars 712 forks source link

Support profiled inlining on ARM32 #6452

Open 0xdaryl opened 4 years ago

0xdaryl commented 4 years ago

The ARM32 JIT needs to enable the CodeGenerator feature SupportsProfiledInlining. This issue will track the work to figure out what the requirements are and to complete the work on ARM32.

0xdaryl commented 4 years ago

@knn-k fyi