mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-28 12:09:14 +00:00
8372860: TestCodeCacheUnloadDuringConcCycle fails on ARM32
Reviewed-by: tschatzl, shade
This commit is contained in:
parent
4b774cb46d
commit
6a6ff876c5
@ -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) {
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user