JDK-6522779 : SA warnings because of Double entries for CMSCollector and CMSCollector* in vmStructs
  • Type: Bug
  • Component: core-svc
  • Sub-Component: tools
  • Affected Version: 7
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • OS: solaris
  • CPU: sparc
  • Submitted: 2007-02-08
  • Updated: 2011-03-08
  • Resolved: 2011-03-08
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
6u2Fixed 7 b10Fixed
Description
SA is generating following warnings because of double entries of 
declare_toplevel_type(CMSCollector)
declare_toplevel_type(CMSCollector*)

in vmstructs.cpp file.

java version "1.7.0-ea"
Java(TM) SE Runtime Environment (build 1.7.0-ea-b07)
Java HotSpot(TM) Server VM (build 1.7.0-internal-fastdebug, mixed mode)

Attaching to process ID 2417, please wait...
Warning: the type "CMSCollector" (declared in the remote VM in VMStructs::localHotSpotVMTyp
es) had its size declared as 1064 twice. Continuing.
Warning: the type "CMSCollector*" (declared in the remote VM in VMStructs::localHotSpotVMTy
pes) had its size declared as 4 twice. Continuing.
Debugger

Comments
EVALUATION Need to remove double entries of CMSCollector and CMSCollector* from vmStructs.cpp
08-02-2007