-
Bug
-
Resolution: Fixed
-
P4
-
fx2.0
If you look at the stack trace from RT-16536 you will note that the Prism texture allocation methods try to access the return value of the allocated texture without checking for null, leading to an NPE. It would be easier for clients to do error handling if we returned the null without throwing NPE.
As a workaround, the client (the WebView renderer in this case) can catch the NPE.
As a workaround, the client (the WebView renderer in this case) can catch the NPE.
- duplicates
-
JDK-8115970 NPE in BaseResourceFactory
- Closed
- relates to
-
JDK-8128944 NPE when loading webpages that use large textures when rendering
- Closed
-
JDK-8115846 WebView fails to render fast/canvas/canvas-skia-excessive-size.html correctly in d3d mode
- Closed