-
Notifications
You must be signed in to change notification settings - Fork 733
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove Harmony and related code from OpenJ9 builds #529
Comments
Prototype: https://github.com/pdbain-ibm/openj9/tree/remove_harmony |
@DanHeidinga FYI.
|
See also #621 |
Comment from same: |
Issue eclipse-openj9#529 Remove Harmony code from OpenJ9 builds Signed-off-by: Peter Bain <[email protected]>
If required, opt_harmony can be forced on vi the command line UMA option. Issue: eclipse-openj9#529 Signed-off-by: Peter Bain <[email protected]>
Per discussion with @pshipton, removing Harmony also allows us to remove some port library socket code. |
Picking this up again. The entire socket code is still required for Harmony in the proprietary builds
@DanHeidinga FYI. |
This is part of eclipse-openj9#529 Signed-off-by: Peter Bain <[email protected]>
Harmony code is required for certain legacy builds, but not Java 9 or OpenJ9.
Request a configuration parameter, e.g. INCLUDE_HARMONY, which is false by default,
in the cmake build system.
@pshipton FYI
@dnakamura will our cmake build system handle different configurations depending on the Java spec version?
The text was updated successfully, but these errors were encountered: