6983073: fix compiler error with GCC 4.4 or newer on SPARC

Wed, 08 Sep 2010 04:50:26 -0700

author
twisti
date
Wed, 08 Sep 2010 04:50:26 -0700
changeset 2142
84713fd87632
parent 2139
ac4f710073ed
child 2143
33a54060190d

6983073: fix compiler error with GCC 4.4 or newer on SPARC
Reviewed-by: twisti
Contributed-by: Matthias Klose <doko@ubuntu.com>

src/cpu/sparc/vm/frame_sparc.hpp file | annotate | diff | comparison | revisions
     1.1 --- a/src/cpu/sparc/vm/frame_sparc.hpp	Tue Sep 07 14:16:50 2010 -0700
     1.2 +++ b/src/cpu/sparc/vm/frame_sparc.hpp	Wed Sep 08 04:50:26 2010 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 1997, 2006, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 1997, 2010, Oracle and/or its affiliates. All rights reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -263,8 +263,7 @@
    1.11    };
    1.12  
    1.13   private:
    1.14 -
    1.15 -  constantPoolCacheOop* frame::interpreter_frame_cpoolcache_addr() const;
    1.16 +  constantPoolCacheOop* interpreter_frame_cpoolcache_addr() const;
    1.17  
    1.18  #ifndef CC_INTERP
    1.19  

mercurial