United StatesChange Country, Oracle Worldwide Web Sites Communities I am a... I want to...
Bug ID: 6811267 Fix for 6809798 broke linux build
6811267 : Fix for 6809798 broke linux build

Details
Type:
Bug
Submit Date:
2009-02-27
Status:
Resolved
Updated Date:
2010-04-03
Project Name:
JDK
Resolved Date:
2009-03-18
Component:
hotspot
OS:
solaris_10
Sub-Component:
compiler
CPU:
x86
Priority:
P4
Resolution:
Fixed
Affected Versions:
hs15
Fixed Versions:
hs15

Related Reports
Backport:
Backport:

Sub Tasks

Description
This small change:

+   void PhaseCFG::replace_block_proj_ctrl( Node *n );

broke compilation on recent GCCs again:

src/share/vm/opto/block.hpp:350: error: extra qualification 'PhaseCFG::' on member 'replace_block_proj_ctrl'

                                    

Comments
EVALUATION

See description
                                     
2009-02-27
EVALUATION

http://hg.openjdk.java.net/jdk7/hotspot-comp/hotspot/rev/ec59443af135
                                     
2009-02-27
PUBLIC COMMENTS

Problem:
Including class in method's declaration broke compilation on recent GCC.

Solution:
Fix declaration.
                                     
2009-02-27



Hardware and Software, Engineered to Work Together