JDK-8221246 : NullPointerException within Win32ShellFolder2
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 8u152,11,12,13
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2019-03-21
  • Updated: 2020-02-17
  • Resolved: 2019-06-11
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 11 JDK 13 JDK 14 JDK 8 Other
11.0.6-oracleFixed 13 b25Fixed 14Fixed 8u221Fixed openjdk8u242Fixed
Related Reports
Relates :  
Description
NullPointerExceptions while invoking JFileChooser. 

Some problematic code in JDK and within current versions of OpenJDK. 
Class Win32ShellFolderManager2, lines 140 etc. There the underlying exception 
is silently ignored. This "ignore me" leads to the problem that it is 
impossible to analyze the original reason. 
Comments
Fix request (8u). Requesting for parity with 8u241. Passed jtreg Tier1 and Tier2. No regressions found. Patch applies cleanly except for imports
06-12-2019

Fix request: Backport to 11u is requested because it is a part of 11.0.6-oracle. Patch applies cleanly to 11u. No regressions (tested with JCK).
29-10-2019