https://bz.apache.org/bugzilla/show_bug.cgi?id=66044
--- Comment #3 from Felix Schumacher <felix.schumac...@internetallee.de> --- Under linux the patch will bring back the content of the splash screen with Java 8, 11 and 17. Could you test with Windows? commit aaead67610cd61d486d6ae54dab7b05338bcf40a AuthorDate: Fri Apr 29 19:31:10 2022 +0200 Split start up phase, to give splash screen more time The move of method startGui into the Swing thread led to an empty or not visible splash screen. Bugzilla Id: 66044 --- .../src/main/java/org/apache/jmeter/JMeter.java | 36 +++++++++++++++++----- .../main/java/org/apache/jmeter/SplashScreen.java | 6 +++- 2 files changed, 33 insertions(+), 9 deletions(-) -- You are receiving this mail because: You are the assignee for the bug.