[jdk8u] RFR: 8316278 G1: Clean up code in ptrQueue.[ch]pp and ptrQueue.inline.hpp

Severin Gehwolf sgehwolf at openjdk.org
Tue Sep 19 12:31:43 UTC 2023


On Tue, 19 Sep 2023 12:18:54 GMT, Sun Jianye <jianyesun at openjdk.org> wrote:

> > 8316278
> 
> Well, I have 2 questions here: 1/ Can the bots automatically backport to JDK8, when using the title as `Backport <sha-of-original-change>`? The code path is different because of the modularization after JDK9.

For the Github bots, it's the **pull request** title that matters. So the backporting and path unshuffeling needs to happen by yourself. Then once you are happy you create a pull request. That's when the PR title comes into play.

> 2/ When using the title as `Backport <sha-of-original-change>`, how can this PR associate the JBS' issue id as https://bugs.openjdk.org/browse/JDK-8316278 ? You can see the title i setted at the beginning is `Backport <f541df955aca> G1 ...` , i got a jcheck error when i do that. Please give me more guidance, bro~ Thanks!

That's how the skara tooling works. See for example [this comment](https://github.com/openjdk/jdk8u-dev/pull/372#event-10376618046) in an jdk8u-dev PR. The bot changed the title to the title of the master bug that commit referred to. It probably uses the same mechanism (but reverse) to do that. Hope that makes sense.

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

PR Comment: https://git.openjdk.org/jdk8u/pull/50#issuecomment-1725417331


More information about the jdk8u-dev mailing list