On Fri, 29 Oct 2021 22:18:58 GMT, John Hendrikx <jhendr...@openjdk.org> wrote:
>> This PR does not add any additional feature. It restores the behavior of >> jfx16, where any character is acceptable as a mnemonic, and the first >> mnemonic is selected. > > Okay, the wording of the JBS ticket suggested something else, but I see it is > just a regression fix. Yes, exactly. There were two bugs introduced with the previous fix: First, digits or other symbols are no longer recognized as mnemonics. Second, the last `_` is used rather than the first. It looks like this fixes both problems. ------------- PR: https://git.openjdk.java.net/jfx/pull/647