-
Notifications
You must be signed in to change notification settings - Fork 728
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
Supporting OS X Mac builds #36
Comments
A first-cut porting outline to kick-start some conversation:
|
|
I started playing with this two nights ago. Please assign to me and I'll have 2 wip pull requests and while I can certainly take comments, there are changes that I have to go back and investigate/resolve still. These changes do not compile as yet. I believe I get through a lot (if not all) of java compilation and but I am failing in compiling openj9 native code. I get through OMR native compile through so I believe I have the glue layer correct. My current failure is looking like this :
Also need changes from ibmruntimes/openj9-openjdk-jdk9#59 |
Works towards eclipse-openj9#36 Signed-off-by: Joe deKoning <[email protected]>
@DanHeidinga I see that you have a couple branches of stale changes for OSX. Would you like me to attempt to merge them and rebase? |
Feel free. I haven't had a chance to get back to them so if you're able to, I'd appreciate the help. |
After #738 is merged the current failure is within the port library looking like this
This needs some rework surrounding gethostby*_r. |
…9-ibm_sdk Revert "Revert "Allow Object methods in invokeinterface""
As we've delivered mac on jdk 11 for the 0.11.0 release, moving the remaining work to 0.12.0 |
Mac support for jdk 8 & 11 is in |
Mac support for jdk 8, 11, 12 is in 0.14.0. Rolling this forward for tracking the other mac defects, although I'm not sure if this Issue has value any more. https://github.com/eclipse/openj9/projects/7 is also used for tracking remaining Mac issues. @DanHeidinga should we close this? |
Yes, the project is sufficient for tracking mac-specific issues |
Fix startup and shutdown sequence
It has been pointed out that Eclipse OpenJ9 does not yet have OS X builds. Eclipse OMR provides OS X support. In this issue we can discuss what would be needed.
The text was updated successfully, but these errors were encountered: