-
Bug
-
Resolution: Fixed
-
P3
-
1.4.2, 1.4.2_04, 1.4-pool, 5.0
-
b24
-
generic, other, x86, sparc
-
solaris_8, solaris_9, windows_xp
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2192847 | 1.4.2_27 | Vikram Aroskar | P3 | Closed | Fixed | b01 |
JDK-2190157 | 1.4.2_26-rev | Vikram Aroskar | P3 | Resolved | Fixed | b04 |
JDK-2184348 | 1.4.2_25-rev | Vikram Aroskar | P3 | Closed | Fixed | b03 |
The following program causes the compiler to report two errors and then crash:
public class Test2 {
public void h() {
f(g() + g());
}
}
public class Test2 {
public void h() {
f(g() + g());
}
}
- backported by
-
JDK-2190157 StackoverflowError in javac after error report
-
- Resolved
-
-
JDK-2184348 StackoverflowError in javac after error report
-
- Closed
-
-
JDK-2192847 StackoverflowError in javac after error report
-
- Closed
-
- duplicates
-
JDK-6326330 Out of memory and high CPU when compiling a JSP
-
- Closed
-