Thanks for the quick reply! I downloaded the java 21 version linked from that ticket and ran it and the error is not present. I presume this is 2.13 based on the jetty version listed (jetty-9.4.58.v20250814)
Running CodeServer with parameters: [-noprecompile, -port, 9876, -sourceLevel, 17, -bindAddress, 127.0.0.1, -launcherDir, C:\myproject\war, -logLevel, INFO, -style, OBFUSCATED, -strict, com.myclass, com.myclass]
Super Dev Mode starting up
workDir: C:\Users\me\AppData\Local\Temp\gwt-codeserver-1135198551249951907
[main] INFO org.eclipse.jetty.util.log - Logging initialized @1813ms to org.eclipse.jetty.util.log.Slf4jLog
Loading Java files in com.myclass.
Module setup completed in 19356 ms
Loading Java files in com.myclass.
Module setup completed in 632 ms
[main] INFO org.eclipse.jetty.server.Server - jetty-9.4.58.v20250814; built: 2025-08-14T02:28:49.637Z; git: 8f1440587e9e4ae7db3d74cf205643f3d707148d; jvm 21.0.5+11-LTS
[main] INFO org.eclipse.jetty.server.handler.ContextHandler - Started o.e.j.s.ServletContextHandler@18817f93{/,null,AVAILABLE}
[main] INFO org.eclipse.jetty.server.AbstractConnector - Started ServerConnector@3032b238{HTTP/1.1, (http/1.1)}{
127.0.0.1:9876}
[main] INFO org.eclipse.jetty.server.Server - Started @20983ms
Code server started in 20.30 s ms
[main] INFO org.eclipse.jetty.server.Server - jetty-9.4.58.v20250814; built: 2025-08-14T02:28:49.637Z; git: 8f1440587e9e4ae7db3d74cf205643f3d707148d; jvm 21.0.5+11-LTS
If you are interested in digging deeper let me know and I can reproduce the issue for you, just let me know what info you want.