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

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P4
    • 9
    • Affects Version/s: 9
    • Component/s: hotspot
    • b54

        Now that we have the ArgumentsExt logic for allowing local customization of argument processing, the long standing argument validation for Java SE Embedded and ARM builds should be relocated from arguments.cpp:

        #if INCLUDE_ALL_GCS
          #if (defined JAVASE_EMBEDDED || defined ARM)
            UNSUPPORTED_OPTION(UseG1GC, "G1 GC");
          #endif
        #endif

              Assignee:
              David Holmes
              Reporter:
              David Holmes
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: