< prev index next >

src/share/vm/runtime/arguments.cpp

Print this page

        

*** 3838,3853 **** #ifdef _ALLBSD_SOURCE // UseLargePages is not yet supported on BSD. 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 if (TraceBytecodesAt != 0) { TraceBytecodes = true; --- 3838,3847 ----
< prev index next >