src/cpu/sparc/vm/frame_sparc.hpp

changeset 2142
84713fd87632
parent 1907
c18cbe5936b8
child 2314
f95d63e2154a
     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