JDK-5009695 : AMD64: Java2Demo crashes with java_g and -XX:+FullGCALot
  • Type: Bug
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 5.0
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: x86
  • Submitted: 2004-03-08
  • Updated: 2012-10-08
  • Resolved: 2004-03-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
5.0 b43Fixed
Related Reports
Relates :  
Description
While trying to find the cause of bugid 4996629, I built a debug optimized VM
and ran Java2Demo using -XX:+FullGCALot and -XX:FullGCALotInterval=1000
on my dual AMD64 system.

This caused a crash soon after the Java2Demo programs main screen appeared.
This fails in -Xint mode as well as -Xmixed and -Xcomp.

I was testing B41 but it fails in all AMD64 builds.


Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: tiger-beta2 FIXED IN: tiger-beta2 INTEGRATED IN: tiger-b43 tiger-beta2
14-06-2004

EVALUATION This problem is caused by calling into the slow signature handler from the interpreter native call stub and not reloading rbx with a possibly moved methodOop.
11-06-2004