-
Bug
-
Resolution: Duplicate
-
P4
-
None
-
1.4.0, 1.4.1
-
generic, x86
-
linux, windows_2000, windows_xp
Mode : -Xcomp, -Xmixed, -Xint
Platform : Windows_XP
JAVA_HOME : X:/VM/merlin/weekly/jdk/latest/win
Steps to reproduce
Map X: \\sqesvr.sfbay.sun.com\vsn
1) X:/GammaBase/Bugs/{Bugid}
2) sh doit {JAVA_HOME}
Output:
java version "1.4.0-beta3"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0-beta3-b78)
Java HotSpot(TM) Client VM (build 1.4.0-beta3-b78, mixed mode)
i = 5900
i = 5901
i = 5902
i = 5903
end of main
STATUS=0
Where as server VM throws expected java.lang.StackOverflowError with the same testcase.
Output:
java version "1.4.0-beta3"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0-beta3-b78)
Java HotSpot(TM) Server VM (build 1.4.0-beta3-b78, mixed mode)
i = 5900
i = 5901
i = 5902
i = 5903
java.lang.StackOverflowError
end of main
STATUS=0
NOTE: This testcase throws expected java.lang.StackOverflowError on rest of the platforms with C1 & C2 using all modes.
Platform : Windows_XP
JAVA_HOME : X:/VM/merlin/weekly/jdk/latest/win
Steps to reproduce
Map X: \\sqesvr.sfbay.sun.com\vsn
1) X:/GammaBase/Bugs/{Bugid}
2) sh doit {JAVA_HOME}
Output:
java version "1.4.0-beta3"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0-beta3-b78)
Java HotSpot(TM) Client VM (build 1.4.0-beta3-b78, mixed mode)
i = 5900
i = 5901
i = 5902
i = 5903
end of main
STATUS=0
Where as server VM throws expected java.lang.StackOverflowError with the same testcase.
Output:
java version "1.4.0-beta3"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0-beta3-b78)
Java HotSpot(TM) Server VM (build 1.4.0-beta3-b78, mixed mode)
i = 5900
i = 5901
i = 5902
i = 5903
java.lang.StackOverflowError
end of main
STATUS=0
NOTE: This testcase throws expected java.lang.StackOverflowError on rest of the platforms with C1 & C2 using all modes.
- duplicates
-
JDK-4648732 Throws unexpected exception when trying to Overflow the stack
- Closed
-
JDK-4530744 StackOverflowError is not thrown on Windows XP
- Closed
-
JDK-4526821 Segmentation Fault: An irrecoverable stack overflow has occurred
- Closed
-
JDK-4615173 HS 1.4 (C1) crashed at Windows by stack016 tests
- Closed
-
JDK-4659732 Missing stack trace for StackOverflowError with client VM (or hotspot in 1.3.1.)
- Closed