Java Solaris Communities Sun Store Join SDN My Profile Why Join?
 
Bug Database
Bug Detail
Quick Lists
Top 25 Bugs
Top 25 RFE's
Recently Closed Bugs
Printable Page Printable Page


Bug Database
Bug ID: 6732732
Votes 0
Synopsis CTW with EA: assert(n != 0L,"Bad immediate dominator info.")
Category hotspot:compiler2
Reported Against
Release Fixed hs14(b04)
State 10-Fix Delivered, bug
Priority: 4-Low
Related Bugs
Submit Date 01-AUG-2008
Description
on x64:

% java -d64 -XX:CICompilerCount=8 -XX:+DoEscapeAnalysis -XX:+UseCompressedOops -XX:-CheckCompressedOops -XX:CompileThreshold=100 -Xss4m -Xverify:all -XX:+CompileTheWorld -XX:CompileTheWorldStartAt=1 -Xbootclasspath/p:/net/vmsqe.sfbay/export/backup/testbase/CompileTheWorld/jarfiles/Ev_3p_common.jar 
...
CompileTheWorld (2788) : symantec/itools/awt/DirectionButtonBeanInfo
CompileTheWorld (2789) : symantec/itools/awt/FormattedTextField$Key
CompileTheWorld (2790) : symantec/itools/awt/FormattedTextField
# To suppress the following error report, specify this argument
# after -XX: or in .hotspotrc:  SuppressErrorAt=/loopnode.hpp:634
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  Internal Error (/tmp/jprt-jprtadm/P1/B/230141.kvn/source/src/share/vm/opto/loopnode.hpp:634), pid=17145, tid=17
#  Error: assert(n != 0L,"Bad immediate dominator info.")
#

Current CompileTask:
C2:21739   b  symantec.itools.awt.FormattedTextField.applyMask(Ljava/lang/String;)Ljava/lang/String; (291 bytes)
Posted Date : 2008-08-01 16:46:33.0
Work Around
N/A
Evaluation
http://hg.openjdk.java.net/jdk7/hotspot-comp/hotspot/rev/892493c3d862
Posted Date : 2008-08-28 11:43:26.0

During Connection Graph construction the edge to a call's return value
is missing if the returned object is unknown (not an argument and
not an allocation).
Posted Date : 2008-08-28 17:31:31.0
Comments
  
  Include a link with my name & email   


PLEASE NOTE: JDK6 is formerly known as Project Mustang