Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8072055

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

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 9
    • 9
    • 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

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

                Created:
                Updated:
                Resolved: