-
Notifications
You must be signed in to change notification settings - Fork 729
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
Build Eclipse OpenJ9 on Windows #55
Comments
Here's the issue in the other repo: ibmruntimes/openj9-openjdk-jdk9#18 |
@vsebe could you write a short update on your progress here? I've had numerous inquiries about Windows support :) |
Starting with Windows SDK 8 the rebase.exe has been removed. The functionality is still available using EDITBIN /REBASE however, due to Address Space Layout Randomization (ASLR), the rebase has no effect. |
My understanding is @vsebe has -version working for Windows on a private build. There are about 3 Pull Requests that need to be created, reviewed, and merged before this is available to everyone. Note this is with the bytecode interpreter compiling with no optimization, which affects performance, and this still needs to be addressed afterwards.
|
Another issue is the forced load of the dbgwrapper for windows platforms only (no dbgwrapper90). We'll work around it and not load it for eclipse openj9 builds. |
I think everything is now merged to allow Windows "-version"? @vsebe is this correct? |
I had to hack the environment to use the right linker, the msvs not the version packed by cygwin. With this hack |
Thanks. What is also pending are instructions for setting up the build environment. |
For instructions please see ibmruntimes/openj9-openjdk-jdk9#18 |
Closing this issue |
Building Windows is working now. |
@pshipton are the windows builds published anywhere? I still only see linux distro out on adoptopenjdk.net : |
@aguibert Adopt is having problems getting the builds working ibmruntimes/openj9-openjdk-jdk9#101 |
Revert "Add access checks for MethodHandle.invoke(Exact) parameter and return"
Much of the work to be done to get Eclipse OpenJ9 build on Windows will be done in the https://github.com/ibmruntimes/openj9-openjdk-jdk9/ repository, as the makefiles, configure scripts, etc. live there.
I'm opening this issue: 1) to provide visibility of the work that's (mostly) happening in the other repository, and 2) to cover any work that needs to be done here.
@vsebe is working on this now.
The text was updated successfully, but these errors were encountered: