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: 6851386
Votes 0
Synopsis assert(b->find_node(def) < j,"uses must follow definitions")
Category hotspot:compiler2
Reported Against
Release Fixed hs16(b08), 6u18(b01) (Bug ID:2181927) , 7(b71) (Bug ID:2182185)
State 10-Fix Delivered, bug
Priority: 4-Low
Related Bugs
Submit Date 15-JUN-2009
Description
During my work on 6840775 I tried different tests which could be related to the possible fix.
So I ran the test from 5071820 TP833_3.java and got this assert.
The assert was added as part of the fix for 6791852.

/java/re/jdk/7/latest/binaries/solaris-i586/fastdebug/bin/java -server -Xcomp -XX:LoopOptsCount=0 -XX:CompileOnly=TP833_3 -XX:+PrintCompilation TP833_3
VM option 'LoopOptsCount=0'
VM option 'CompileOnly=TP833_3'
VM option '+PrintCompilation'
CompileOnly: compileonly *TP833_3*.*
  1   b   TP833_3::<clinit> (7 bytes)
  2   b   TP833_3::main (80 bytes)
  2   made not entrant  (2)  TP833_3::main (80 bytes)
  3   b   TP833_3::<init> (5 bytes)
  4   b   TP833_3::method50 (85 bytes)
  4   made not entrant  (2)  TP833_3::method50 (85 bytes)
  5   b   TP833_3$Dummy::<init> (18 bytes)
  1%  b   TP833_3::method50 @ 58 (85 bytes)
# To suppress the following error report, specify this argument
# after -XX: or in .hotspotrc:  SuppressErrorAt=/block.cpp:910
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  Internal Error (/BUILD_AREA/jdk7/hotspot/src/share/vm/opto/block.cpp:910), pid=10221, tid=15
#  Error: assert(b->find_node(def) < j,"uses must follow definitions")
#
# JRE version: 7.0-b60
# Java VM: Java HotSpot(TM) Server VM (16.0-b03-fastdebug compiled mode solaris-x86 )
# An error report file with more information is saved as:
# /net/irkutsk/export/home/kvn/work2/hg/70996348/VM_x86/hs_err_pid10221.log
#
# If you would like to submit a bug report, please visit:
#   http://java.sun.com/webapps/bugreport/crash.jsp
#
Current thread is 15
Dumping core ...
Abort
Posted Date : 2009-06-15 22:44:24.0
Work Around
N/A
Evaluation
http://hg.openjdk.java.net/jdk7/hotspot-comp/hotspot/rev/dd0a4e1e219b
Posted Date : 2009-07-26 22:44:00.0

http://hg.openjdk.java.net/jdk7/hotspot-gc/hotspot/rev/dd0a4e1e219b
Posted Date : 2009-08-10 07:33:54.0
Comments
  
  Include a link with my name & email   


PLEASE NOTE: JDK6 is formerly known as Project Mustang