-
Bug
-
Resolution: Duplicate
-
P4
-
None
-
19
-
windows
The method assigns m_hIcon and m_hIconSm to local variables, then reset them to NULL. If an exception is raised from CreateIconFromRaster(), JNU_CHECK_EXCEPTION() will result an early return with destroying cached icon handles.
There is a discussion in following PR:
https://github.com/openjdk/jdk/pull/7691
There is a discussion in following PR:
https://github.com/openjdk/jdk/pull/7691
- duplicates
-
JDK-8282862 AwtWindow::SetIconData leaks old icon handles if an exception is detected
- In Progress