src/cpu/sparc/vm/assembler_sparc.hpp

changeset 2423
b1a2afa37ec4
parent 2350
2f644f85485d
child 2425
84f36150fcc3
     1.1 --- a/src/cpu/sparc/vm/assembler_sparc.hpp	Fri Jan 07 03:38:19 2011 -0800
     1.2 +++ b/src/cpu/sparc/vm/assembler_sparc.hpp	Fri Jan 07 10:42:32 2011 -0500
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 1997, 2010, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 1997, 2011, 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 @@ -2388,6 +2388,7 @@
    1.11      Label&   slow_case                 // continuation point if fast allocation fails
    1.12    );
    1.13    void tlab_refill(Label& retry_tlab, Label& try_eden, Label& slow_case);
    1.14 +  void incr_allocated_bytes(Register var_size_in_bytes, int con_size_in_bytes, Register t1);
    1.15  
    1.16    // interface method calling
    1.17    void lookup_interface_method(Register recv_klass,

mercurial