-
Notifications
You must be signed in to change notification settings - Fork 198
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
8303828: [Solaris] Broken jdk8u build after JDK-8266391 #37
Conversation
Because Solaris currently lacks this class, the build breaks when compiling Metrics.java. Inserting a dummy class to fix that. Signed-off-by: Adam Farley <adfarley@redhat.com>
👋 Welcome back afarley! A progress list of the required criteria for merging this PR into |
Please change the PR title to |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
@adamfarley This change now passes all automated pre-integration checks. After integration, the commit message for the final commit will be:
You can use pull request commands such as /summary, /contributor and /issue to adjust it as needed. At the time when this comment was updated there had been no new commits pushed to the As you do not have Committer status in this project an existing Committer must agree to sponsor your change. Possible candidates are the reviewers of this PR (@jerboaa, @gnu-andrew) but any other Committer may sponsor as well. ➡️ To flag this PR as ready for integration with the above commit message, type |
@adamfarley The bug is approved, feel free to |
Thanks Severin. :) |
/integrate |
@adamfarley |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Makes sense. I guess we should have expected this after the AIX one. At least now we know who to contact for future issues that touch Solaris and AIX!
@adamfarley, doesn't matter for this one (as the testers don't build on Solaris anyway obviously), but you should make sure to enable GitHub Actions in your fork for any future changes, so testing will run. |
/sponsor |
Going to push as commit ebbd3a8. |
@gnu-andrew @adamfarley Pushed as commit ebbd3a8. 💡 You may see a message that your pull request was closed with unmerged commits. This can be safely ignored. |
This seems to have broken the build on linux and apparently on mac os on the rampdown tree. The issue seems to be that on the old build system |
My bad. I should have required that run before allowing this one. It completely slipped my mind that the |
No worries. This |
Because Solaris currently lacks this class, the build breaks when compiling Metrics.java. Inserting a dummy class to fix that.
This takes the same approach as JDK-8303408, only on Solaris.
This change is being proposed directly to JDK8u because I'm not aware of Solaris platform support post-JDK8.
P.S. This PR is being created for jdk8u (as well as jdk8u-dev) as per this advice here.
Progress
Issue
Reviewers
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk8u pull/37/head:pull/37
$ git checkout pull/37
Update a local copy of the PR:
$ git checkout pull/37
$ git pull https://git.openjdk.org/jdk8u pull/37/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 37
View PR using the GUI difftool:
$ git pr show -t 37
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk8u/pull/37.diff