3221 "Prepend to .hotspot_compiler; e.g. log,java/lang/String.<init>") \ |
3221 "Prepend to .hotspot_compiler; e.g. log,java/lang/String.<init>") \ |
3222 \ |
3222 \ |
3223 develop(bool, ReplayCompiles, false, \ |
3223 develop(bool, ReplayCompiles, false, \ |
3224 "Enable replay of compilations from ReplayDataFile") \ |
3224 "Enable replay of compilations from ReplayDataFile") \ |
3225 \ |
3225 \ |
3226 develop(ccstr, ReplayDataFile, "replay.txt", \ |
3226 product(ccstr, ReplayDataFile, NULL, \ |
3227 "file containing compilation replay information") \ |
3227 "File containing compilation replay information" \ |
|
3228 "[default: ./replay_pid%p.log] (%p replaced with pid)") \ |
3228 \ |
3229 \ |
3229 develop(intx, ReplaySuppressInitializers, 2, \ |
3230 develop(intx, ReplaySuppressInitializers, 2, \ |
3230 "Controls handling of class initialization during replay" \ |
3231 "Controls handling of class initialization during replay" \ |
3231 "0 - don't do anything special" \ |
3232 "0 - don't do anything special" \ |
3232 "1 - treat all class initializers as empty" \ |
3233 "1 - treat all class initializers as empty" \ |
3235 " pretend they are empty after starting replay") \ |
3236 " pretend they are empty after starting replay") \ |
3236 \ |
3237 \ |
3237 develop(bool, ReplayIgnoreInitErrors, false, \ |
3238 develop(bool, ReplayIgnoreInitErrors, false, \ |
3238 "Ignore exceptions thrown during initialization for replay") \ |
3239 "Ignore exceptions thrown during initialization for replay") \ |
3239 \ |
3240 \ |
3240 develop(bool, DumpReplayDataOnError, true, \ |
3241 product(bool, DumpReplayDataOnError, true, \ |
3241 "record replay data for crashing compiler threads") \ |
3242 "Record replay data for crashing compiler threads") \ |
3242 \ |
3243 \ |
3243 product(bool, CICompilerCountPerCPU, false, \ |
3244 product(bool, CICompilerCountPerCPU, false, \ |
3244 "1 compiler thread for log(N CPUs)") \ |
3245 "1 compiler thread for log(N CPUs)") \ |
3245 \ |
3246 \ |
3246 develop(intx, CIFireOOMAt, -1, \ |
3247 develop(intx, CIFireOOMAt, -1, \ |