[jdk11u-dev] RFR: 8214026: Canonicalized archive paths appearing in diagnostics

Liam Miller-Cushon cushon at openjdk.java.net
Fri Jan 14 14:57:08 UTC 2022


On Fri, 14 Jan 2022 12:57:36 GMT, Christoph Langer <clanger at openjdk.org> wrote:

>> This is a backport of [JDK-8214026: Canonicalized archive paths appearing in diagnostics](https://bugs.openjdk.java.net/browse/JDK-8214026)
>> 
>> The original patch applied cleanly.
>> 
>> Testing: tier1 tests pass
>
> Hi @cushon,
> The backport is not recognized as clean because you obviously added the fix for https://bugs.openjdk.java.net/browse/JDK-8220634 in it as well. If possible, it would be preferred if you could do the backports in two separate PRs. You can link them as dependent pull requests, if you want.
> The (less preferred) alternative is to at least add the other issue via the pull request command "/issue add ..."
> Cheers
> Christoph

@RealCLanger thanks, and sorry for the confusion.

I updated this to just apply the first commit, and will open a separate backport of the follow-up fix.

> You can link them as dependent pull requests, if you want.

One more question - do you have any pointers on the preferred workflow for that? I opened https://github.com/openjdk/jdk11u-dev/pull/765 with this PR as the target branch, but I'm not sure that's correct

-------------

PR: https://git.openjdk.java.net/jdk11u-dev/pull/760


More information about the jdk-updates-dev mailing list