--- old/src/share/vm/runtime/arguments.cpp 2014-05-05 13:14:39.404248311 +0200 +++ new/src/share/vm/runtime/arguments.cpp 2014-05-05 13:14:39.328248309 +0200 @@ -2394,7 +2394,7 @@ (size_t)InitialCodeCacheSize); if (errcode != arg_in_range) { jio_fprintf(defaultStream::error_stream(), - "Invalid maximum code cache size: %s. Should be greater than InitialCodeCacheSize=%dK\n", + "Invalid maximum code cache size: %s. Should be greater than or equal to InitialCodeCacheSize=%dK\n", option->optionString, InitialCodeCacheSize/K); describe_range_error(errcode); return JNI_EINVAL;