Test is trying to Overflow the stack and catch StackOverFlowError .
this test works fine with Merlin b92. but shows error with Hopper builds b02,b03 and b04 on Windows 2000 Professional , Windows 2000 Server & Windows 98 Second Edition.
With Hopper builds also this test passed on Windows NT.
Throws error as :
An unexpected exception has been detected in native code outside the VM.
Unexpected Signal : EXCEPTION_STACK_OVERFLOW occurred at PC=0x6D21DC27
Function=[Unknown.]
Library=c:\bundle\win\j2sdk1.4.1\jre\bin\java.dll
Error report file from windows2000 professional is attached.
------------------------------------------------------------
Testcase
--------- ->/net/sqesvr/export/vsn/SECURITY/merlin_jdk/TestSuite/src/headline/Denial_Of_Service/OverFlow
How to reproduce
----------------
set JAVA_HOME & PATH to Hopper b02/b03 build.
execute sh Doit.sh
this test works fine with Merlin b92. but shows error with Hopper builds b02,b03 and b04 on Windows 2000 Professional , Windows 2000 Server & Windows 98 Second Edition.
With Hopper builds also this test passed on Windows NT.
Throws error as :
An unexpected exception has been detected in native code outside the VM.
Unexpected Signal : EXCEPTION_STACK_OVERFLOW occurred at PC=0x6D21DC27
Function=[Unknown.]
Library=c:\bundle\win\j2sdk1.4.1\jre\bin\java.dll
Error report file from windows2000 professional is attached.
------------------------------------------------------------
Testcase
--------- ->/net/sqesvr/export/vsn/SECURITY/merlin_jdk/TestSuite/src/headline/Denial_Of_Service/OverFlow
How to reproduce
----------------
set JAVA_HOME & PATH to Hopper b02/b03 build.
execute sh Doit.sh
- duplicates
-
JDK-4502373 client VM doesn't throw expected java.lang.StackOverflowError on windows_XP
- Closed