src/cpu/sparc/vm/stubGenerator_sparc.cpp

changeset 2199
75588558f1bf
parent 2149
065dd1ca3ab6
child 2314
f95d63e2154a
     1.1 --- a/src/cpu/sparc/vm/stubGenerator_sparc.cpp	Wed Oct 06 14:18:32 2010 -0700
     1.2 +++ b/src/cpu/sparc/vm/stubGenerator_sparc.cpp	Thu Oct 07 21:40:55 2010 -0700
     1.3 @@ -2586,6 +2586,8 @@
     1.4      __ restore();
     1.5  #endif
     1.6  
     1.7 +    assert_clean_int(O2_count, G1);     // Make sure 'count' is clean int.
     1.8 +
     1.9  #ifdef ASSERT
    1.10      // caller guarantees that the arrays really are different
    1.11      // otherwise, we would have to make conjoint checks
    1.12 @@ -2600,8 +2602,6 @@
    1.13      }
    1.14  #endif //ASSERT
    1.15  
    1.16 -    assert_clean_int(O2_count, G1);     // Make sure 'count' is clean int.
    1.17 -
    1.18      checkcast_copy_entry = __ pc();
    1.19      // caller can pass a 64-bit byte count here (from generic stub)
    1.20      BLOCK_COMMENT("Entry:");

mercurial