8372860: TestCodeCacheUnloadDuringConcCycle fails on ARM32

Reviewed-by: tschatzl, shade
This commit is contained in:
Roman Marchenko 2025-12-11 08:48:26 +00:00 committed by Thomas Schatzl
parent 4b774cb46d
commit 6a6ff876c5

View File

@ -140,7 +140,7 @@ class TestCodeCacheUnloadDuringConcCycleRunner {
System.out.println("Compiled " + i + " classes");
}
i++;
} while (i < 200);
} while (i < 1000);
System.out.println("Compilation done, compiled " + i + " classes");
} catch (Throwable t) {
}