src/share/vm/runtime/arguments.cpp

changeset 5998
68f07c29521b
parent 5991
b2ee5dc63353
child 6001
f7d928a3181c
     1.1 --- a/src/share/vm/runtime/arguments.cpp	Fri Oct 18 10:41:56 2013 +0200
     1.2 +++ b/src/share/vm/runtime/arguments.cpp	Tue Oct 15 08:38:35 2013 +0200
     1.3 @@ -1957,12 +1957,6 @@
     1.4                  "please refer to the release notes for the combinations "
     1.5                  "allowed\n");
     1.6      status = false;
     1.7 -  } else if (ReservedCodeCacheSize > 2*G) {
     1.8 -    // Code cache size larger than MAXINT is not supported.
     1.9 -    jio_fprintf(defaultStream::error_stream(),
    1.10 -                "Invalid ReservedCodeCacheSize=%dM. Must be at most %uM.\n", ReservedCodeCacheSize/M,
    1.11 -                (2*G)/M);
    1.12 -    status = false;
    1.13    }
    1.14    return status;
    1.15  }

mercurial