test/hotspot/jtreg/vmTestbase/nsk/stress/strace/strace002.java
changeset 59021 cfc7bb9a5a92
parent 50169 dd501973095c
equal deleted inserted replaced
59020:aebd72de84b0 59021:cfc7bb9a5a92
   302                 }
   302                 }
   303             }
   303             }
   304         }
   304         }
   305 
   305 
   306         if (strace002.DEPTH - currentDepth > 0) {
   306         if (strace002.DEPTH - currentDepth > 0) {
   307             yield();
   307             Thread.yield();
   308             recursiveMethod();
   308             recursiveMethod();
   309         }
   309         }
   310 
   310 
   311         currentDepth--;
   311         currentDepth--;
   312     }
   312     }