United StatesChange Country, Oracle Worldwide Web Sites Communities I am a... I want to...
Bug ID: 6880029 JDK 1.6.0_u14p Application crashed very early
6880029 : JDK 1.6.0_u14p Application crashed very early

Details
Type:
Bug
Submit Date:
2009-09-08
Status:
Closed
Updated Date:
2012-10-08
Project Name:
JDK
Resolved Date:
2009-12-22
Component:
hotspot
OS:
solaris_10
Sub-Component:
runtime
CPU:
x86
Priority:
P3
Resolution:
Fixed
Affected Versions:
6u14p
Fixed Versions:
hs14.3

Related Reports
Backport:
Backport:
Backport:
Backport:
Backport:
Backport:
Backport:
Backport:

Sub Tasks

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
                                     
2009-09-25
EVALUATION

See comments.
                                     
2009-09-09
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();
   }
                                     
2009-09-08



Hardware and Software, Engineered to Work Together