-
Bug
-
Resolution: Duplicate
-
P3
-
None
-
1.4.0
-
x86
-
windows_98
Name: rmT116609 Date: 11/16/2001
java version "1.4.0-beta3"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0-beta3-b84)
Java HotSpot(TM) Client VM (build 1.4.0-beta3-b84, mixed mode)
javac StackOverflowError when compiling a long statement. using JDK1.4-Beta3.
On win32:
The test case is working fine with JDK1.3.1_01. But it has broken in 1.4.0-beta3.
2.Java Program:
Please see the attachment "StackError.java"
3. ERROR MESSAGES(on win32):
An exception has occurred in the compiler (1.4.0-beta3). Please file a bug at
the Java Developer Connection (http://java.sun.com/cgi-bin/bugreport.cgi) after
checking the Bug Parade for duplicates. Include your program and the following
diagnostic in your report. Thank you.
java.lang.StackOverflowError
at com.sun.tools.javac.v8.tree.Tree$Operation.visit(Tree.java:986)
at com.sun.tools.javac.v8.comp.Attr.attribTree(Attr.java:259)
at com.sun.tools.javac.v8.comp.Attr.attribArgs(Attr.java:323)
at com.sun.tools.javac.v8.comp.Attr._case(Attr.java:1051)
at com.sun.tools.javac.v8.tree.Tree$Operation.visit(Tree.java:986)
at com.sun.tools.javac.v8.comp.Attr.attribTree(Attr.java:259)
at com.sun.tools.javac.v8.comp.Attr.attribArgs(Attr.java:323)
at com.sun.tools.javac.v8.comp.Attr._case(Attr.java:1051)
.....KEEPS REPEATING SAME ERROR.
4. No trace log files produced.
5. Gateway 9300XL laptop, 650 Mhz CPU, 256MB memory. Not many programs running.
(Review ID: 135467)
======================================================================
- duplicates
-
JDK-4510182 javac crashes when no. of nesting blocks exceeds internal threshold.
-
- Closed
-