Re: RFR: 8304912: Use OperatingSystem enum in java.desktop module [v2]

2023-04-04 Thread Andrey Turbanov
On Tue, 4 Apr 2023 00:23:07 GMT, Roger Riggs wrote: >> Update classes in the java.desktop module to use the >> jdk.internal.util.OperatingSystem enum instead of the `os.name` system >> property to select OS specific behaviors. > > Roger Riggs has updated the pull request with a new target base

Re: RFR: 8304912: Use OperatingSystem enum in java.desktop module [v2]

2023-04-04 Thread Andrey Turbanov
On Tue, 4 Apr 2023 00:23:07 GMT, Roger Riggs wrote: >> Update classes in the java.desktop module to use the >> jdk.internal.util.OperatingSystem enum instead of the `os.name` system >> property to select OS specific behaviors. > > Roger Riggs has updated the pull request with a new target base

Re: RFR: 8304912: Use OperatingSystem enum in java.desktop module [v2]

2023-04-04 Thread Roger Riggs
On Tue, 4 Apr 2023 17:04:59 GMT, Brian Burkhalter wrote: > Looks fine modulo any cleanup to be performed subsequently. Tracked with [JDK-8305606](https://bugs.openjdk.org/browse/JDK-8305606) - PR Comment: https://git.openjdk.org/jdk/pull/13213#issuecomment-1496496309

Re: RFR: 8304912: Use OperatingSystem enum in java.desktop module [v2]

2023-04-04 Thread Brian Burkhalter
On Tue, 4 Apr 2023 00:23:07 GMT, Roger Riggs wrote: >> Update classes in the java.desktop module to use the >> jdk.internal.util.OperatingSystem enum instead of the `os.name` system >> property to select OS specific behaviors. > > Roger Riggs has updated the pull request with a new target base

Re: RFR: 8304912: Use OperatingSystem enum in java.desktop module [v2]

2023-04-03 Thread Roger Riggs
> Update classes in the java.desktop module to use the > jdk.internal.util.OperatingSystem enum instead of the `os.name` system > property to select OS specific behaviors. Roger Riggs has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes