src/cpu/sparc/vm/templateTable_sparc.cpp

changeset 2438
dd031b2226de
parent 2314
f95d63e2154a
child 2440
bb8e3b66bde6
     1.1 --- a/src/cpu/sparc/vm/templateTable_sparc.cpp	Mon Jan 10 03:58:07 2011 -0800
     1.2 +++ b/src/cpu/sparc/vm/templateTable_sparc.cpp	Mon Jan 10 18:46:29 2011 -0800
     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 @@ -1689,7 +1689,7 @@
    1.11        const Register G4_invoke_ctr = G4;
    1.12        __ increment_backedge_counter(G4_invoke_ctr, G1_scratch);
    1.13        if (ProfileInterpreter) {
    1.14 -        __ test_invocation_counter_for_mdp(G4_invoke_ctr, Lbcp, G3_scratch, Lforward);
    1.15 +        __ test_invocation_counter_for_mdp(G4_invoke_ctr, G3_scratch, Lforward);
    1.16          if (UseOnStackReplacement) {
    1.17            __ test_backedge_count_for_osr(O2_bumped_count, O0_cur_bcp, G3_scratch);
    1.18          }

mercurial