| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index 84a0eaaa6083480e6a22a3dad05c007ad1a4f076..fda073e30c210b9d8aab39268926fac050e05b52 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -211,6 +211,11 @@ DEFINE_bool(native_code_counters, false,
|
|
|
| // mark-compact.cc
|
| DEFINE_bool(always_compact, false, "Perform compaction on every full GC")
|
| +DEFINE_bool(parallel_marking, false,
|
| + "Use helper threads during marking phase of mark-sweep/compact.")
|
| +DEFINE_int(number_of_markers, 1,
|
| + "Number of helper threads tp use during marking phase of "
|
| + " mark-sweep/compact.")
|
| DEFINE_bool(never_compact, false,
|
| "Never perform compaction on full GC - testing only")
|
| DEFINE_bool(cleanup_ics_at_gc, true,
|
|
|