On Fri, 5 Nov 2021 19:36:34 GMT, Andrew Leonard <aleon...@openjdk.org> wrote:
>> yep, i'll have a look to see what I can do, not helped with existing >> variables being so long!! (GENERATE_SYMBOLS_FROM_JDK_VERSION) > > yep, split on CommaList seems better and works fine, see revision Does it work if you have space after the comma in the call to sequence? We try to have a whitespace after comma where possible (and try to make function handle that case). If it does not work, we should really fix sequence... ------------- PR: https://git.openjdk.java.net/jdk/pull/6278