-
Bug
-
Resolution: Fixed
-
P4
-
7u6
-
Windows
As part of a project initialization routine, NetBeans creates a WebView and loads index.html from the attached Initializr_responsive.zip. It reportedly takes about 20s on one Windows computer, not reproducible on many others.
Attached javafx_thread.png is a profiler output taken on that computer. It shows the problem is likely in FXGraphicsManager.getSupportedMediaTypes(). Note that this method can cause initialization of JFX Media package.
There are two things to investigate:
1. Do we really need to know supported media types in this case? I can see no audio/video playing on the page.
2. Can we narrow down the problem to exclude either WebView or Media? E.g. by creating a Media-only test to reproduce the slowness.
Attached javafx_thread.png is a profiler output taken on that computer. It shows the problem is likely in FXGraphicsManager.getSupportedMediaTypes(). Note that this method can cause initialization of JFX Media package.
There are two things to investigate:
1. Do we really need to know supported media types in this case? I can see no audio/video playing on the page.
2. Can we narrow down the problem to exclude either WebView or Media? E.g. by creating a Media-only test to reproduce the slowness.
- blocks
-
JDK-8125755 Port the fix for RT-22458 to 2.2.4
-
- Closed
-
- relates to
-
JDK-8103709 Add unit test for RT-22458
-
- Resolved
-
-
JDK-8091204 Revert workaround for 7177996 when 7177996 is fixed in JDK
-
- Open
-