JDK-8101524 : java console draining cpu for javafx 2 webstart app
  • Type: Enhancement
  • Component: javafx
  • Sub-Component: controls
  • Affected Version: fx2.0.2
  • Priority: P4
  • Status: Resolved
  • Resolution: Duplicate
  • Submitted: 2011-12-23
  • Updated: 2015-06-16
  • Resolved: 2011-12-23
Related Reports
Duplicate :  
Description
If enable java console for output logging, with log constantly being printed in the console, the cpu keeps spinning at about 50% or higher. This did not seem to happen with webstart app that doesn't required javafx 2. Notice that the java console shown up are different for javafx app and swing app without javafx embedded.
Comments
The JavaFX console uses a TextArea control for displaying its output. There is already an issue logged to improve the performance of TextArea -- RT-16853 -- so I am resolving this issue as a duplicate of that.
23-12-2011