matthiasblaesing commented on issue #7568: URL: https://github.com/apache/netbeans/issues/7568#issuecomment-2226300846
This looks suspicious:  it looks as if the application is spending considerable time in the Metal Implentation of the Java2D renderer. You can try to fallback to OpenGL Rendering (see last paragraph of issue description): https://bugs.openjdk.org/browse/JDK-8284381 When launching NetBeans pass `-J-Dsun.java2d.metal=false` or `-J-Dsun.java2d.opengl=true` to the launcher. (the `-J` prefix instructs it to pass the arguments to the underlying java launcher). But I repeat: Your JDK is not current, so this might already be fixed. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
