United StatesChange Country, Oracle Worldwide Web Sites Communities I am a... I want to...
Bug ID: 6983073 fix compiler error with GCC 4.4 or newer on SPARC
6983073 : fix compiler error with GCC 4.4 or newer on SPARC

Details
Type:
Bug
Submit Date:
2010-09-08
Status:
Closed
Updated Date:
2011-04-23
Project Name:
JDK
Resolved Date:
2011-04-23
Component:
hotspot
OS:
generic
Sub-Component:
compiler
CPU:
generic
Priority:
P4
Resolution:
Fixed
Affected Versions:
hs20
Fixed Versions:
hs20

Related Reports
Backport:
Backport:

Sub Tasks

Description
Matthias Klose wrote:

the following patch is needed to fix a compiler error with GCC 4.4 or newer, 
required for openjdk7.

   Matthias

http://mail.openjdk.java.net/pipermail/hotspot-dev/2010-September/003307.html

                                    

Comments
EVALUATION

http://hg.openjdk.java.net/jdk7/hotspot-gc/hotspot/rev/84713fd87632
                                     
2010-10-09
EVALUATION

http://hg.openjdk.java.net/jdk7/hotspot-rt/hotspot/rev/84713fd87632
                                     
2010-09-28
EVALUATION

http://hg.openjdk.java.net/jdk7/hotspot-comp/hotspot/rev/84713fd87632
                                     
2010-09-09
SUGGESTED FIX

--- openjdk/hotspot/src/cpu/sparc/vm/frame_sparc.hpp.orig       2010-08-27 18:01:43.000000000 +0000
+++ openjdk/hotspot/src/cpu/sparc/vm/frame_sparc.hpp    2010-09-07 15:15:04.000000000 +0000
@@ -264,7 +264,7 @@
 
  private:
 
-  constantPoolCacheOop* frame::interpreter_frame_cpoolcache_addr() const;
+  constantPoolCacheOop* interpreter_frame_cpoolcache_addr() const;
 
 #ifndef CC_INTERP
                                     
2010-09-08
EVALUATION

Suggested fix is correct.
                                     
2010-09-08



Hardware and Software, Engineered to Work Together