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.27k stars 720 forks source link

Enable DDR support under cmake #3837

Open dnakamura opened 5 years ago

dnakamura commented 5 years ago

Running issue to track DDR support under cmake

keithc-ca commented 5 years ago

Some remaining issues with cmake+DDR:

DanHeidinga commented 4 years ago

What is the state of this?

keithc-ca commented 4 years ago

I'm not aware of any changes that would significantly affect my previous comment. @dnakamura ?

dnakamura commented 4 years ago
keithc-ca commented 4 years ago
dnakamura commented 4 years ago

Oops yes I mean #7828

I don't think we can claim full DDR support with cmake if it yields a blob with inaccurate constants or offsets.

I believe the constants are accurate (as in the reflect the settings that the vm was built with), however we are not configuring the vm the same as the UMA builds. ie it's still an issue, just not technically a DDR issue

keithc-ca commented 4 years ago

At least one constant is inaccurate:

constant OMR_OPT_CUDA is 0; expected 1

The build I configured did have CUDA support.