JDK-2121365 : 1.4.2 fastdebug assert on linkResolver.cpp, 49
  • Type: Backport
  • Backport of: JDK-6189687
  • Component: hotspot
  • Sub-Component: compiler
  • Priority: P2
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2004-11-11
  • Updated: 2010-04-02
  • Resolved: 2004-12-18
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 JDK 6
5.0u2 b04Fixed 6Fixed
Comments
EVALUATION Due to uneven evolution in two classes, the compiler sees two methods with same signature in classes with a subclass-superclass relationship. In the subclass, the method is private static, in the superclass, the same method is public virtual. In trying to do optimized calls with profile data and/or CHA, the compiler incorrectly attempts to call the static method at the virtual call site. Sometimes bad code happens, sometimes runtime errors happen, and in certain cases, their may be no ill effec ###@###.### 2004-12-18 00:04:50 GMT
18-12-2004