JDK-7186420 : com/sun/net/httpserver/bugs/B6536211.java fails with ExceptionInInitializerError on Windows
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.net
  • Affected Version: 6u33
  • Priority: P2
  • Status: Resolved
  • Resolution: Fixed
  • OS: windows
  • CPU: generic
  • Submitted: 2012-07-24
  • Updated: 2016-03-25
  • Resolved: 2012-07-30
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 6
6u34 b31Fixed
Related Reports
Duplicate :  
Duplicate :  
Relates :  
Relates :  
Description
Test com/sun/net/httpserver/bugs/B6536211.java fails with ExceptionInInitializerError against 6u33b34 on Windows, passes against 6u33b33.
Passes against 6u33b34 on Linux.

Comments
EVALUATION probably need a doPrivileged block around the initIDs code. Will investigate.
24-07-2012