(original) (raw)
src/share/vm/runtime/commandLineFlagRangeList.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/share/vm/runtime/commandLineFlagRangeList.cpp Tue Oct 13 09:17:01 2015** --- new/src/share/vm/runtime/commandLineFlagRangeList.cpp Tue Oct 13 09:17:01 2015
*** 27,36 **** --- 27,37 ---- #include "classfile/symbolTable.hpp" #include "gc/shared/referenceProcessor.hpp" #include "runtime/arguments.hpp" #include "runtime/commandLineFlagRangeList.hpp" #include "runtime/os.hpp" + #include "runtime/task.hpp" #include "utilities/defaultStream.hpp" #include "utilities/macros.hpp"
void CommandLineError::print(bool verbose, const char msg, ...) {* if (verbose) {
*** 276,286 **** --- 277,287 ---- #define EMIT_RANGE_LP64_PRODUCT_FLAG(type, name, value, doc) ); emit_range_##type(#name
// Generate func argument to pass into emit_range_xxx functions #define EMIT_RANGE_CHECK(a, b) , a, b
! #define INITIAL_RANGES_SIZE 165
! #define INITIAL_RANGES_SIZE 204
GrowableArray<CommandLineFlagRange*> CommandLineFlagRangeList::_ranges = NULL;*
// Check the ranges of all flags that have them void CommandLineFlagRangeList::init(void) {
src/share/vm/runtime/commandLineFlagRangeList.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File