JDK-6880029 : JDK 1.6.0_u14p Application crashed very early
  • Type: Bug
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 6u14p
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: solaris_10
  • CPU: x86
  • Submitted: 2009-09-08
  • Updated: 2012-10-08
  • Resolved: 2009-12-22
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 JDK 7 Other
6u17-revFixed 7Fixed hs14.3Fixed
Description
Application crashed in production possibly within the first 2 seconds of launch.

Comments
EVALUATION http://hg.openjdk.java.net/jdk7/hotspot-rt/hotspot/rev/528d98fe1037
25-09-2009

EVALUATION See comments.
09-09-2009

SUGGESTED FIX diff --git a/src/share/vm/runtime/safepoint.cpp b/src/share/vm/runtime/safepoint.cpp --- a/src/share/vm/runtime/safepoint.cpp +++ b/src/share/vm/runtime/safepoint.cpp @@ -684,6 +684,7 @@ void SafepointSynchronize::handle_pollin } if (PrintSafepointStatistics) { + deferred_initialize_stat(); inc_page_trap_count(); }
08-09-2009