-
Bug
-
Resolution: Fixed
-
P2
-
1.3.1, 1.3.1_03, 1.3.1_04, 1.3.1_06, 1.3.1_07
-
08
-
x86, sparc
-
generic, linux_redhat_7.2, solaris_8, windows_2000
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2117786 | 1.4.2 | Kenneth Russell | P2 | Resolved | Fixed | mantis |
Operating System: Solaris
OS version: SunOS 5.8 Generic Patch October 2001
Hardware platform: Netra T1405
JDK1.3.1_02 and JDK1.3.1_03
The customer's gateway server is crashing after 27 hours of testing. From the
stack trace the compiler is being aborted in the ciEnv::get_constant_by_index_impl method of file ciEnv.cpp at line 236.
} else if (tag.is_string() || tag.is_unresolved_string()) {
236 oop string = cpool->string_at(index, KILL_COMPILE_ON_ANY);
The full stack trace is in the attachments along with the hotspot.log and the core file is available upon request. Unfortuately there is no testcase but
the customer is able to reproduce the problem and is willing to run tests in their lab environment.
OS version: SunOS 5.8 Generic Patch October 2001
Hardware platform: Netra T1405
JDK1.3.1_02 and JDK1.3.1_03
The customer's gateway server is crashing after 27 hours of testing. From the
stack trace the compiler is being aborted in the ciEnv::get_constant_by_index_impl method of file ciEnv.cpp at line 236.
} else if (tag.is_string() || tag.is_unresolved_string()) {
236 oop string = cpool->string_at(index, KILL_COMPILE_ON_ANY);
The full stack trace is in the attachments along with the hotspot.log and the core file is available upon request. Unfortuately there is no testcase but
the customer is able to reproduce the problem and is willing to run tests in their lab environment.
- backported by
-
JDK-2117786 1.3.1_02 and 1.3.1_03 crashing with Fatal: unhandled ci exception
- Resolved
- duplicates
-
JDK-4761637 JAVA VM throws following message in the log file during stress test
- Closed
-
JDK-4682937 Hotspot compilers should not call abort().
- Closed