JDK-7154661 : applets are crashing on linux (nightly build)
  • Type: Bug
  • Component: deploy
  • Sub-Component: deployment_toolkit
  • Affected Version: 8
  • Priority: P2
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2012-03-16
  • Updated: 2012-05-10
  • Resolved: 2012-05-10
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 7 JDK 8
7u6Fixed 8 b31Fixed
Related Reports
Relates :  
Relates :  
Description
Fix for 7154248 did not fully resolve regression caused by 7153446.
Somehow we still do not guarantee initialization order.

Comments
EVALUATION It seem that use of function from "other" module does not guaranty static state of that module will be initialized. Solution is to keep static state local to the function. Then it has to be initialized prior to first use.
16-03-2012