-
Notifications
You must be signed in to change notification settings - Fork 6.2k
8339313: JDK-8338888 broke 32-bit builds #20809
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
8339313: JDK-8338888 broke 32-bit builds #20809
Conversation
|
👋 Welcome back stuefe! A progress list of the required criteria for merging this PR into |
|
❗ This change is not yet ready to be integrated. |
But as I put in JBS this is not the case, the test is not limited to 64-bit. ??? |
|
There is also another fix needed as the array subscripting is invalid: |
|
@tstuefe This pull request has been inactive for more than 4 weeks and will be automatically closed if another 4 weeks passes without any activity. To avoid this, simply add a new comment to the pull request. Feel free to ask for assistance if you need help with progressing this pull request towards integration! |
|
@tstuefe This pull request has been inactive for more than 8 weeks and will now be automatically closed. If you would like to continue working on this pull request in the future, feel free to reopen it! This can be done using the |
See JBS issue and comment history. GCC chokes on the native test code with bogus (AFAICS) fortify errors.
In any case, since this code should not be compiled for 32-bit anyway, I exclude it. Trivial?
Tested on x86 and x64. On x86, build succeeds, on x64 we still can run
runtime/exceptionMsgs/NoClassDefFoundErrorsuccessfully.Ping @dholmes-ora
Progress
Issue
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/jdk.git pull/20809/head:pull/20809$ git checkout pull/20809Update a local copy of the PR:
$ git checkout pull/20809$ git pull https://git.openjdk.org/jdk.git pull/20809/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 20809View PR using the GUI difftool:
$ git pr show -t 20809Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/20809.diff
Webrev
Link to Webrev Comment