--- old/src/share/vm/runtime/commandLineFlagConstraintsCompiler.cpp 2015-06-25 10:06:59.000000000 -0500 +++ new/src/share/vm/runtime/commandLineFlagConstraintsCompiler.cpp 2015-06-25 10:06:59.000000000 -0500 @@ -33,7 +33,7 @@ if ((*value <= 1) && (Arguments::mode() == Arguments::_comp)) { if (verbose == true) { jio_fprintf(defaultStream::error_stream(), - "AliasLevel (" INTX_FORMAT ") is not compatible " + "AliasLevel ("INTX_FORMAT") is not compatible " "with -Xcomp \n", *value); }