src/share/vm/runtime/commandLineFlagConstraintsCompiler.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/share/vm/runtime/commandLineFlagConstraintsCompiler.cpp	Thu Jun 25 10:06:59 2015
--- new/src/share/vm/runtime/commandLineFlagConstraintsCompiler.cpp	Thu Jun 25 10:06:59 2015

*** 31,41 **** --- 31,41 ---- Flag::Error AliasLevelConstraintFunc(bool verbose, intx* value) { if (CommandLineFlags::finishedInitializing() == true) { if ((*value <= 1) && (Arguments::mode() == Arguments::_comp)) { if (verbose == true) { jio_fprintf(defaultStream::error_stream(), ! "AliasLevel (" INTX_FORMAT ") is not compatible " "with -Xcomp \n", *value); } return Flag::VIOLATES_CONSTRAINT; }

src/share/vm/runtime/commandLineFlagConstraintsCompiler.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File