src/cpu/sparc/vm/sharedRuntime_sparc.cpp

changeset 6485
da862781b584
parent 6472
2b8e28fdf503
parent 6096
e2509677809c
child 6503
a9becfeecd1b
     1.1 --- a/src/cpu/sparc/vm/sharedRuntime_sparc.cpp	Wed Nov 20 11:08:09 2013 -0800
     1.2 +++ b/src/cpu/sparc/vm/sharedRuntime_sparc.cpp	Thu Nov 21 12:30:35 2013 -0800
     1.3 @@ -1002,18 +1002,6 @@
     1.4    // and the vm will find there should this case occur.
     1.5    Address callee_target_addr(G2_thread, JavaThread::callee_target_offset());
     1.6    __ st_ptr(G5_method, callee_target_addr);
     1.7 -
     1.8 -  if (StressNonEntrant) {
     1.9 -    // Open a big window for deopt failure
    1.10 -    __ save_frame(0);
    1.11 -    __ mov(G0, L0);
    1.12 -    Label loop;
    1.13 -    __ bind(loop);
    1.14 -    __ sub(L0, 1, L0);
    1.15 -    __ br_null_short(L0, Assembler::pt, loop);
    1.16 -    __ restore();
    1.17 -  }
    1.18 -
    1.19    __ jmpl(G3, 0, G0);
    1.20    __ delayed()->nop();
    1.21  }

mercurial