On Wed, 24 Aug 2022 07:06:15 GMT, KIRIYAMA Takuya <[email protected]> wrote:
> Could you please review the JDK-8292848 bug fixes? > The purpose of the isOel7 method is to detect differences in GNOME version > changes, and the isOel7 > result should be true after version 8. > I modified the isOel7 method to use regular expressions instead of hard-coded > versions to be able to > detect the new os version. > I also changed the method name to match the new conditions. This pull request has now been integrated. Changeset: c13e0ef3 Author: KIRIYAMA Takuya <[email protected]> Committer: Jayathirth D V <[email protected]> URL: https://git.openjdk.org/jdk/commit/c13e0ef3f8046a979638d6885a732553fc2b126e Stats: 69 lines in 12 files changed: 19 ins; 0 del; 50 mod 8292848: AWT_Mixing and TrayIcon tests fail on el8 with hard-coded isOel7 Reviewed-by: prr, serb ------------- PR: https://git.openjdk.org/jdk/pull/9995
