RFR: 1892: Handle jfx cpu versions

Kevin Rushforth kcr at openjdk.org
Tue Apr 25 20:07:44 UTC 2023


On Tue, 25 Apr 2023 19:50:57 GMT, Erik Joelsson <erikj at openjdk.org> wrote:

> The JdkVersion parser needs to handle versions on the form "jfx-cpu" and "jfxXXu-cpu". I chose to just accept any prefix string consisting of lower case letters.

Will this correctly consume pool values? For example, `20u-cpu` will consume `20-pool` (as expected). Will `jfx20u-cpu` consume `jfx20-pool` records?

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

PR Comment: https://git.openjdk.org/skara/pull/1509#issuecomment-1522349448


More information about the skara-dev mailing list