On Tue, 20 May 2025 07:32:41 GMT, Manukumar V S <m...@openjdk.org> wrote:
> There are some compilation failures noticed in the recently open sourced test > javax/swing/JMenuItem/bug6197830.java. The compilation failures are due to > missing import statements and a missing dependency file MenuItemTest.java. > > Fix: I have added the required import statements and added the code-piece > from MenuItemTest.java as a method getMenuItemTestFrame(). This pull request has now been integrated. Changeset: a94d1a04 Author: Manukumar V S <m...@openjdk.org> Committer: SendaoYan <s...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/a94d1a04076c64f983e508c4da2e59a8aab5e4c5 Stats: 551 lines in 5 files changed: 291 ins; 260 del; 0 mod 8357305: Compilation failure in javax/swing/JMenuItem/bug6197830.java Reviewed-by: aivanov ------------- PR: https://git.openjdk.org/jdk/pull/25319