8217387: Remove dead develop flag CIFireOOMAt

Reviewed-by: shade, kbarrett
This commit is contained in:
Claes Redestad 2019-01-20 16:55:21 +01:00
parent 108c7bbe0b
commit d3cd2cb795
4 changed files with 0 additions and 27 deletions

View file

@ -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") \