src/cpu/sparc/vm/c1_MacroAssembler_sparc.cpp

changeset 1730
3cf667df43ef
parent 1215
c96bf21b756f
child 1907
c18cbe5936b8
     1.1 --- a/src/cpu/sparc/vm/c1_MacroAssembler_sparc.cpp	Mon Mar 08 04:46:30 2010 -0800
     1.2 +++ b/src/cpu/sparc/vm/c1_MacroAssembler_sparc.cpp	Tue Mar 09 20:16:19 2010 +0100
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright 1999-2009 Sun Microsystems, Inc.  All Rights Reserved.
     1.6 + * Copyright 1999-2010 Sun Microsystems, Inc.  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 @@ -42,17 +42,6 @@
    1.11  }
    1.12  
    1.13  
    1.14 -void C1_MacroAssembler::method_exit(bool restore_frame) {
    1.15 -  // this code must be structured this way so that the return
    1.16 -  // instruction can be a safepoint.
    1.17 -  if (restore_frame) {
    1.18 -    restore();
    1.19 -  }
    1.20 -  retl();
    1.21 -  delayed()->nop();
    1.22 -}
    1.23 -
    1.24 -
    1.25  void C1_MacroAssembler::explicit_null_check(Register base) {
    1.26    Unimplemented();
    1.27  }

mercurial