RFR: JDK-8307807 Replace use of System.getProperty("os.name") with PlatformUtil calls
Kevin Rushforth
kcr at openjdk.org
Thu May 11 14:07:51 UTC 2023
On Thu, 11 May 2023 00:45:42 GMT, Nir Lisker <nlisker at openjdk.org> wrote:
> * ... `"os.arch"` could be moved to `PlatformUtil` probably.
Creating additional methods for os.arch would be best done via a separate JBS enhancement / separate PR.
> * `ClipboardExtImageTest` line 59.
> * `BigGlyphIDTest` line 39.
> * `INVISIBLE_GLYPH_IDTest` line 39.
> * There are occurrences in the apps folder in ensemble.
None of the above can or should be changed. They are applications that need to use only public API.
-------------
PR Comment: https://git.openjdk.org/jfx/pull/1132#issuecomment-1544048868
More information about the openjfx-dev
mailing list