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
8275872: Sync J2DBench run and analyze Makefile targets with build.xml #6068
Conversation
I'm looking for kind soul to create bug and merge on my behalf. |
|
/label rfr |
/label add rfr |
@judovana The label
|
@judovana The label
|
/label build |
Hi @judovana This PR is not going to be noticed by anyone who can review it. Please send an email to the relevant mailing lists (in this case client-dev@openjdk.java.net and build-dev@openjdk.java.net) to raise a discussion and, hopefully, have someone sponsor this PR. |
@magicus |
this looks fine, please update the copyright date |
I've filed https://bugs.openjdk.java.net/browse/JDK-8275872 and am happy to sponsor this minor change. |
/summary 8275872: Sync J2DBench run and analyze Makefile targets with build.xml |
@gnu-andrew Only the author (@judovana) is allowed to issue the |
63ba355
to
e28f550
Compare
/summary 8275872: Sync J2DBench run and analyze Makefile targets with build.xml |
@judovana Setting summary to |
@mrserb @gnu-andrew hi! Thanx! The PR was amended. |
Webrevs
|
@@ -1,5 +1,5 @@ | |||
# | |||
# Copyright (c) 2002, 2020, Oracle and/or its affiliates. All rights reserved. | |||
# Copyright (c) 2002, 2020, 2021 Oracle and/or its affiliates. All rights reserved. |
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.
You need to update the second date, no need to create an additional one.
The first date is when the file was created and the second is when it was updated last time.
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.
Oh damn. Sorry. Fixed
Fixed path for run of J2DBench.jar and J2DAnalyzer.jar The run targets of makefile to run J2DBench.jar/J2DAnalyzer.jar were lacking the dist directory. This patch is fixing it. Note, that build.xml have correct paths
e28f550
to
811f18d
Compare
@judovana 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 45 new commits pushed to the
As there are no conflicts, your changes will automatically be rebased on top of these commits when integrating. If you prefer to avoid this automatic rebasing, please check the documentation for the /integrate command for further details. 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 (@magicus, @gnu-andrew) but any other Committer may sponsor as well.
|
@judovana Unfortunately you got "tricked" by @gnu-andrew 's comment into issuing a I'm not sure if you can remove a summary, but I think you can by just issuing a blank |
I can sponsor the PR once this is done. |
/summary |
@judovana Removing existing summary |
Attmept done. Looks like the summary is there already once. Thanx again. |
@judovana please do not use "force push" in a PR as it makes the review process very difficult and can leave orphaned comments. You can simply push additional changes after the initial commit. The skara tooling with flatten all commits into one single, properly formulated, commit that will actually be pushed to the OpenJDK repo. Thanks. |
/sponsor |
thanx @dholmes-ora , will do |
/integrate |
/sponsor |
Going to push as commit f1f5e26.
Your commit was automatically rebased without conflicts. |
The run targets of makefile to run J2DBench.jar/J2DAnalyzer.jar were
lacking the dist directory. This patch is fixing it. Note, that
build.xml have correct paths
Progress
Issue
Reviewers
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.java.net/jdk pull/6068/head:pull/6068
$ git checkout pull/6068
Update a local copy of the PR:
$ git checkout pull/6068
$ git pull https://git.openjdk.java.net/jdk pull/6068/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 6068
View PR using the GUI difftool:
$ git pr show -t 6068
Using diff file
Download this PR as a diff file:
https://git.openjdk.java.net/jdk/pull/6068.diff