-
Enhancement
-
Resolution: Fixed
-
P4
-
9
-
b54
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8082963 | emb-9 | David Holmes | P4 | Resolved | Fixed | team |
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
#if INCLUDE_ALL_GCS
#if (defined JAVASE_EMBEDDED || defined ARM)
UNSUPPORTED_OPTION(UseG1GC, "G1 GC");
#endif
#endif
- backported by
-
JDK-8082963 Argument checking for SE Embedded and ARM should be moved out of arguments.cpp
-
- Resolved
-