8072055: Argument checking for SE Embedded and ARM should be moved out of arguments.cpp

Reviewed-by: bdelsart, dlong, hseigel, coleenp
This commit is contained in:
David Holmes 2015-02-18 22:19:47 -05:00
parent cf0e1e5323
commit 2a2e56342c

View file

@ -3840,12 +3840,6 @@ jint Arguments::parse(const JavaVMInitArgs* args) {
UNSUPPORTED_OPTION(UseLargePages, "-XX:+UseLargePages");
#endif
#if INCLUDE_ALL_GCS
#if (defined JAVASE_EMBEDDED || defined ARM)
UNSUPPORTED_OPTION(UseG1GC, "G1 GC");
#endif
#endif
ArgumentsExt::report_unsupported_options();
#ifndef PRODUCT