Mode : -Xint
Platform : Windows NT and 95
Tests Failed :
Concurrency AWT crashes.
Steps to reproduce :
-Install JDK 1.2
-Install Hotspot Build_N
-Run Concurrency AWT in int mode, if you run in java_g it crashes fast with
the following OUTPUT.
OUTPUT :
Error Message with java :
Test: 828
EXECUTION STOPPED: wrong implicit exception
eip = 0x08168cf1
eax = 0x080c2af0
ebx = 0x080c2af0
ecx = 0x4724468b
edx = 0x006740d8
edi = 0x03c8fb84
esi = 0x0c34ed18
ebp = 0x03c8fb6c
esp = 0x03c8fb40
#
# HotSpot Virtual Machine Error, Unexpected exception occured
#
# EXCEPTION_BREAKPOINT#
TimeThis : Command Line : java -Xint concurrency.Tool -testdir tests/awt -thre
ad 5 -single -garbage -wait 100000000 -time 8 -seed 1
TimeThis : Start Time : Tue Dec 08 18:21:27 1998
TimeThis : End Time : Tue Dec 08 21:55:03 1998
TimeThis : Elapsed Time : 03:33:35.540
*******************
Error message with java_g :
Test: 16
(80,CFrame2,Quit,0,No Err,SUCCESS)
(78,CFrame,MakeNonGrowable,250,No Err,SUCCESS)
(77,CScrollbar,HUnit_dec,1000,No Err,SUCCESS)
#
# HotSpot Virtual Machine Error, assertion failure
#
# assert((*pp1)->_klass == klass, "loader constraints corrupted")
# D:/localbuilds/hotspot_beta1_hp\src\share\vm\memory\systemDictionary.cpp, 1231
#
[error occured during error reporting]
TimeThis : Command Line : java_g -Xint concurrency.Tool -testdir tests/awt -th
read 5 -single -garbage -wait 100000000 -time 8 -seed 1
TimeThis : Start Time : Wed Dec 09 09:09:20 1998
TimeThis : End Time : Wed Dec 09 09:12:35 1998
TimeThis : Elapsed Time : 00:03:14.490
NOTE : Concurrency AWT ran for full 6 hours in Windows NT, since it crashed on Windows 95 I ran with java_g on Windows Nt and it crashed on Windows NT also with the same error message.