JDK-4777897 : JCK awt test DragGestureEvent crashes in Server VM at memnode.cpp
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 1.4.2
  • Priority: P1
  • Status: Closed
  • Resolution: Duplicate
  • OS: solaris_8
  • CPU: sparc
  • Submitted: 2002-11-13
  • Updated: 2002-11-19
  • Resolved: 2002-11-19
Related Reports
Duplicate :  
Relates :  
Description
------------------------------------------------------------------------------
 Test failed : javasoft.sqe.tests.api.java.awt.dnd.DragGestureEvent.otherTests 
 Platforms   : Solx86
 Mode        : Comp  
 VM          : Server VM
 JDK	     : 1.4.2 -b06                        ------------------------------------------------------------------------------

Test passes with -Xmixed and -Xint in Server VM. Test passes in solsparc too.

Steps to reproduce :
 
 * Go to /net/jano.sfbay/export/disk20/GammaBase/Bugs/{BugID}
 * Execute the test as "sh rerun.sh"

Error :

sh rerun.sh
......................................
[Enter:javasoft.sqe.tests.api.java.awt.dnd.DragGestureEvent.otherTests]
Warning: Cannot convert string "-monotype-arial-regular-r-normal--*-140-*-*-p-*-iso8859-1" to type FontStruct
#
# HotSpot Virtual Machine Error, assertion failure
# Please report this error at
# http://java.sun.com/cgi-bin/bugreport.cgi
#
# Java VM: Java HotSpot(TM) Server VM (20021101145841.jcoomes.gc_icms-fastdebug-debug compiled mode)
#
# assert(adr_type() == 0 || adr_type()->empty() || phase->C->must_alias(adr_type(), alias_idx), "adr_type must match alias idx")
#
# Error ID: /net/balvenie.sfbay/export/imgr_home/ws/20021101145841.jcoomes.gc_icms/src/share/vm/opto/memnode.cpp, 87
#
# Problematic Thread: prio=5 tid=0x0815bb90 nid=0xa runnable 
#

Heap at VM Abort:
Heap
 def new generation   total 576K, used 30K [0xd0c00000, 0xd0ca0000, 0xd1310000)
  eden space 512K,   5% used [0xd0c00000, 0xd0c07888, 0xd0c80000)
  from space 64K,   0% used [0xd0c80000, 0xd0c80000, 0xd0c90000)
  to   space 64K,   0% used [0xd0c90000, 0xd0c90000, 0xd0ca0000)
 tenured generation   total 1408K, used 451K [0xd1310000, 0xd1470000, 0xd4c00000)
   the space 1408K,  32% used [0xd1310000, 0xd1380d88, 0xd1380e00, 0xd1470000)
 compacting perm gen  total 16384K, used 3151K [0xd4c00000, 0xd5c00000, 0xd8c00000)
   the space 16384K,  19% used [0xd4c00000, 0xd4f13e68, 0xd4f14000, 0xd5c00000)
Dumping core....
Abort - core dumped

Comments
EVALUATION ###@###.### 2002-11-12 These failures may be duplicates of 4762537, but could be easier to reproduce/investigate. ----- This bug is a duplicate of 4762537. ###@###.### 2002-11-19
12-11-2002