--- old/src/share/vm/runtime/arguments.cpp 2013-10-14 08:07:16.122811424 +0200 +++ new/src/share/vm/runtime/arguments.cpp 2013-10-14 08:07:16.058811426 +0200 @@ -1957,12 +1957,6 @@ "please refer to the release notes for the combinations " "allowed\n"); status = false; - } else if (ReservedCodeCacheSize > 2*G) { - // Code cache size larger than MAXINT is not supported. - jio_fprintf(defaultStream::error_stream(), - "Invalid ReservedCodeCacheSize=%dM. Must be at most %uM.\n", ReservedCodeCacheSize/M, - (2*G)/M); - status = false; } return status; }