Java Solaris Communities Sun Store Join SDN My Profile Why Join?
 
Bug Database
Bug Detail
Quick Lists
Top 25 Bugs
Top 25 RFE's
Recently Closed Bugs
Printable Page Printable Page


Bug Database
Bug ID: 6719149
Votes 0
Synopsis Wrong "java/lang/String should not be loaded yet" assertion in fastdebug bits with UseStringCache
Category hotspot:runtime_system
Reported Against b02
Release Fixed hs14(b06)
State 10-Fix Delivered, bug
Priority: 3-Medium
Related Bugs 6714404
Submit Date 25-JUN-2008
Description
Wrong "java/lang/String should not be loaded yet" assertion with 
-XX:+AggressiveOpts -XX:+UseStringCache flags.

It is reproduced on all platforms, with 32 and 64bit jvm, with client and server compilers, with -Xmixed/comp/int modes. But only with fastdebug bits.
Posted Date : 2008-06-25 17:20:02.0
Work Around
N/A
Evaluation
http://hg.openjdk.java.net/jdk7/hotspot-rt/hotspot/rev/e4355b352b7d
Posted Date : 2008-09-29 13:54:15.0

The assert was bogus since the code loads string class optionally just before the assert.  Removed the assert.
Posted Date : 2008-09-29 14:16:58.0
Comments
  
  Include a link with my name & email   


PLEASE NOTE: JDK6 is formerly known as Project Mustang