On Fri, 11 Sep 2020 14:28:41 GMT, Kevin Rushforth <k...@openjdk.org> wrote:
> In the fix for > [JDK-8252844](https://bugs.openjdk.java.net/browse/JDK-8252844) the tags > entry in `.jcheck/conf` was > copied from the Skara Java code. The `` chars were escaped as `\` in the Java > String so that it would contain ``. This > additional level of escape is not needed in the `.jcheck/conf` file, and > causes the regex to not be as intended. The > fix is to replace `\` with `` in the regex. This pull request has now been integrated. Changeset: 95251864 Author: Kevin Rushforth <k...@openjdk.org> Committer: Erik Joelsson <er...@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/95251864 Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod 8253031: git jcheck complains about invalid tags in jdk repo after fix for JDK-8252844 Reviewed-by: ehelin, erikj ------------- PR: https://git.openjdk.java.net/jdk/pull/131