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
8253314: precompiled.hpp missing from vmIntrinsics.cpp #231
8253314: precompiled.hpp missing from vmIntrinsics.cpp #231
Conversation
👋 Welcome back iklam! A progress list of the required criteria for merging this PR into |
@iklam The following label will be automatically applied to this pull request: When this pull request is ready to be reviewed, an RFR email will be sent to the corresponding mailing list. If you would like to change these labels, use the |
@iklam This change now passes all automated pre-integration checks. In addition to the automated checks, the change must also fulfill all project specific requirements After integration, the commit message will be:
There are currently no new commits on the ➡️ To integrate this PR with the above commit message to the |
/integrate |
@iklam - I had tested the PR that introduced this build break only using a release config (and more recently on a fastdebug). What other config did I miss beside Sorry for all this trouble. |
Sorry I feel guilty because I suggested removing unneeded header files. Does the external submit still work? |
Our continuous integration pipeline tests a variety of builds. Some are configured with --disable-precompiled-headers, which detected JDK-8253313. We also have Windows builds, which enable PCH and require that each file has precompiled.hpp. I was my fault. As a sponsor, I should have tested the changes before integrating the code. |
The pull request command |
Thanks for clarifying. I should've tested better as well. I'll see with my peers here at MS to see if we can expand the range of configurations that we test.
Thanks. I'll try that next time! |
Sorry, please review yet another trivial fix for build breakage.
Progress
Issue
Reviewers
Download
$ git fetch https://git.openjdk.java.net/jdk pull/231/head:pull/231
$ git checkout pull/231