This test tests whether creation of Renderers and Editors are delayed but in nimbus and subseqeuently in GTK L&F the renderers are created in installDefaults() [1] itself so it fails in GTKL&F. As nimbus is already skipped in the test, it is modified to skip GTK L&F too. Along with this modification, the test is also updated to test all installed L&Fs. Mach5 job running for several iterations for all platform is ok. Link in JBS.
[1] https://github.com/openjdk/jdk/blob/master/src/java.desktop/share/classes/javax/swing/plaf/synth/SynthTableUI.java#L118 ------------- Commit messages: - Fixed jcheck issue - 8258554: javax/swing/JTable/4235420/bug4235420.java fails in GTK L&F Changes: https://git.openjdk.java.net/jdk/pull/1813/files Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=1813&range=00 Issue: https://bugs.openjdk.java.net/browse/JDK-8258554 Stats: 27 lines in 2 files changed: 15 ins; 2 del; 10 mod Patch: https://git.openjdk.java.net/jdk/pull/1813.diff Fetch: git fetch https://git.openjdk.java.net/jdk pull/1813/head:pull/1813 PR: https://git.openjdk.java.net/jdk/pull/1813