test/hotspot/jtreg/vmTestbase/nsk/stress/strace/strace001.java
changeset 59021 cfc7bb9a5a92
parent 50169 dd501973095c
equal deleted inserted replaced
59020:aebd72de84b0 59021:cfc7bb9a5a92
   293                 }
   293                 }
   294             }
   294             }
   295         }
   295         }
   296 
   296 
   297         if (strace001.DEPTH - currentDepth > 0) {
   297         if (strace001.DEPTH - currentDepth > 0) {
   298             yield();
   298             Thread.yield();
   299             recursiveMethod();
   299             recursiveMethod();
   300         }
   300         }
   301 
   301 
   302         currentDepth--;
   302         currentDepth--;
   303     }
   303     }