test/hotspot/jtreg/vmTestbase/nsk/monitoring/stress/thread/strace001.java
changeset 59021 cfc7bb9a5a92
parent 51287 7b1ddbafa134
equal deleted inserted replaced
59020:aebd72de84b0 59021:cfc7bb9a5a92
   360             strace001.testFailed = true;
   360             strace001.testFailed = true;
   361         }
   361         }
   362 
   362 
   363         currentDepth++;
   363         currentDepth++;
   364         if (maxDepth > currentDepth) {
   364         if (maxDepth > currentDepth) {
   365             yield();
   365             Thread.yield();
   366             if (mixed) {
   366             if (mixed) {
   367                 int result = recursionNative(maxDepth, currentDepth, true);
   367                 int result = recursionNative(maxDepth, currentDepth, true);
   368 
   368 
   369                  if (result == 1) {
   369                  if (result == 1) {
   370                      log.display("Fatal error (OutOfMemoryError or "
   370                      log.display("Fatal error (OutOfMemoryError or "