JDK-4631621 : KLA-Tencor Cougar application causes VM crash with -server
  • Type: Bug
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 6.5,1.3.1_02
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • OS: solaris_2.6,solaris_8,windows_98
  • CPU: x86,sparc
  • Submitted: 2002-02-01
  • Updated: 2012-10-08
  • Resolved: 2002-04-04
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
1.3.1_04 04Fixed
Related Reports
Duplicate :  
Relates :  
Description
KLA-Tencor Cougar application is a java application used as bigapp. Run with C2 compiler caused VM crashed.

Run with -hotspot caused bad Oopmap, see bug 4614097. 

Java verion - jre1.3.1_02
The stack trace (release build with symbols enabled):

MulLNode::Ideal(MulLNode * const 0x00000000, PhaseGVN * 0x1c51f748, PhaseDefUse
* 0x1c51f868) line 259 + 30 bytes
PhaseIterGVN::transform_old(PhaseIterGVN * const 0x00000000, Node * 0x0813c5f1)
line 802 + 18 bytes
PhaseIterGVN::optimize(PhaseIterGVN * const 0x00000000) line 720
Compile::Optimize(Compile * const 0x00000000) line 925
1c51fcd0()

The console output dump into a file console console.server.log with compiled methods printout.

Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: 1.3.1_04 FIXED IN: 1.3.1_04 INTEGRATED IN: 1.3.1_04
14-06-2004

WORK AROUND
11-06-2004

SUGGESTED FIX
11-06-2004

PUBLIC COMMENTS
10-06-2004

EVALUATION In Node *MulLNode::Ideal( PhaseGVN *phase, PhaseDefUse *du ): A check for top should be done before proceed, as in 1.4.: const TypeLong *tl2 = phase->type( in(2) )->isa_long(); if( !tl2 ) return NULL; // Might be top ###@###.### 2002-02-06
06-02-2002