JDK-8029876 : Add a test to verify that Logger.getLogger & LogManager.getLogManager don't throw NPE when System.out == null
Type:Enhancement
Component:core-libs
Sub-Component:java.util.logging
Affected Version:8
Priority:P3
Status:Closed
Resolution:Fixed
Submitted:2013-12-10
Updated:2015-01-06
Resolved:2014-02-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.
The test from JDK-8025512 should be forwarded ported to JDK 9 and JDK 8u.
It would also be good to refactor it so that it stubs JavaAWTAccess and no longer calls SunToolkit.createNewAppContext().