8165634: Support multiple --add-modules options on the command line

Use numbered properties for --add-module options so that multiple --add-module options can be supported.

Reviewed-by: coleenp, gziemski, lfoltan, ccheung
This commit is contained in:
Harold Seigel 2016-09-10 08:25:51 -04:00
parent ddb3cd1998
commit 37c77e03d3
3 changed files with 17 additions and 46 deletions

View file

@ -489,9 +489,6 @@ class Arguments : AllStatic {
static int process_patch_mod_option(const char* patch_mod_tail, bool* patch_mod_javabase);
// Miscellaneous system property setter
static bool append_to_addmods_property(const char* module_name);
// Aggressive optimization flags.
static jint set_aggressive_opts_flags();