The customer application uses 1.4.2_05 on WIndows 32 Bit. The application crashes.
It produces the following assertion failure when applying the full debug VM.
To suppress the following error report, specify this argument
# after -XX: or in .hotspotrc: SuppressErrorAt=/hotspot\src\os\win32\vm\os_win32.cpp:2410
#
# 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 (1.4.2_05-b04-debug mixed mode)
#
# assert(_default_stack_size == nt_hdrs.OptionalHeader.SizeOfStackReserve, "stack size mismatch - os::current_stack_size() vs. executable headers")
#
# Error ID: D:/BUILD_AREA/jdk142-update/ws/fcs/hotspot\src\os\win32\vm\os_win32.cpp, 2410
#
The interesting fact is that the application does not take the suppress statement provided by a .hotspotrc file or by -XX
It produces the following assertion failure when applying the full debug VM.
To suppress the following error report, specify this argument
# after -XX: or in .hotspotrc: SuppressErrorAt=/hotspot\src\os\win32\vm\os_win32.cpp:2410
#
# 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 (1.4.2_05-b04-debug mixed mode)
#
# assert(_default_stack_size == nt_hdrs.OptionalHeader.SizeOfStackReserve, "stack size mismatch - os::current_stack_size() vs. executable headers")
#
# Error ID: D:/BUILD_AREA/jdk142-update/ws/fcs/hotspot\src\os\win32\vm\os_win32.cpp, 2410
#
The interesting fact is that the application does not take the suppress statement provided by a .hotspotrc file or by -XX