JDK-6500866 : jvm crash running forte stress kit.
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 7
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: solaris
  • CPU: generic
  • Submitted: 2006-12-05
  • Updated: 2010-05-08
  • Resolved: 2007-01-17
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.
JDK 6 JDK 7 Other
6u4Fixed 7Fixed hs10Fixed
Related Reports
Relates :  
Description
Running forte stress tester I found jvm crashes caused by having values for an interpreter frame's methodOop be in the area reserved for permgen but not in the committed area for permgen.

Comments
EVALUATION The is_perm() test is not restrictive enough for the forte code. Added is_perm_and_alloced().
05-12-2006