8344333: Spurious System.err.flush() in LWCToolkit.java

Reviewed-by: psadhukhan
This commit is contained in:
Phil Race 2025-08-26 05:09:05 +00:00
parent 0f7c0e956e
commit e7d2a52d35

View File

@ -141,8 +141,6 @@ public final class LWCToolkit extends LWToolkit {
private static CInputMethodDescriptor sInputMethodDescriptor;
static {
System.err.flush();
ResourceBundle platformResources = null;
try {
platformResources = ResourceBundle.getBundle("sun.awt.resources.awtosx");