mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 18:14:38 +02:00
8217387: Remove dead develop flag CIFireOOMAt
Reviewed-by: shade, kbarrett
This commit is contained in:
parent
108c7bbe0b
commit
d3cd2cb795
4 changed files with 0 additions and 27 deletions
|
@ -1994,10 +1994,6 @@ define_pd_global(uint64_t,MaxRAM, 1ULL*G);
|
|||
product(bool, CICompilerCountPerCPU, false, \
|
||||
"1 compiler thread for log(N CPUs)") \
|
||||
\
|
||||
develop(intx, CIFireOOMAt, -1, \
|
||||
"Fire OutOfMemoryErrors throughout CI for testing the compiler " \
|
||||
"(non-negative value throws OOM after this many CI accesses " \
|
||||
"in each compile)") \
|
||||
notproduct(intx, CICrashAt, -1, \
|
||||
"id of compilation to trigger assert in compiler thread for " \
|
||||
"the purpose of testing, e.g. generation of replay data") \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue