arguments.hpp (11758:3cfddcb268e3) arguments.hpp (11982:ca4cdb0cefb3)
1/*
2 * Copyright (c) 1997, 2016, Oracle and/or its affiliates. All rights reserved.
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * This code is free software; you can redistribute it and/or modify it
6 * under the terms of the GNU General Public License version 2 only, as
7 * published by the Free Software Foundation.
8 *

--- 475 unchanged lines hidden (view full) ---

484 static bool add_property(const char* prop, PropertyWriteable writeable=WriteableProperty,
485 PropertyInternal internal=ExternalProperty);
486
487 static bool create_property(const char* prop_name, const char* prop_value, PropertyInternal internal);
488 static bool create_numbered_property(const char* prop_base_name, const char* prop_value, unsigned int count);
489
490 static int process_patch_mod_option(const char* patch_mod_tail, bool* patch_mod_javabase);
491
1/*
2 * Copyright (c) 1997, 2016, Oracle and/or its affiliates. All rights reserved.
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * This code is free software; you can redistribute it and/or modify it
6 * under the terms of the GNU General Public License version 2 only, as
7 * published by the Free Software Foundation.
8 *

--- 475 unchanged lines hidden (view full) ---

484 static bool add_property(const char* prop, PropertyWriteable writeable=WriteableProperty,
485 PropertyInternal internal=ExternalProperty);
486
487 static bool create_property(const char* prop_name, const char* prop_value, PropertyInternal internal);
488 static bool create_numbered_property(const char* prop_base_name, const char* prop_value, unsigned int count);
489
490 static int process_patch_mod_option(const char* patch_mod_tail, bool* patch_mod_javabase);
491
492 // Miscellaneous system property setter
493 static bool append_to_addmods_property(const char* module_name);
494
495 // Aggressive optimization flags.
496 static jint set_aggressive_opts_flags();
497
498 static jint set_aggressive_heap_flags();
499
500 // Argument parsing
501 static void do_pd_flag_adjustments();
502 static bool parse_argument(const char* arg, Flag::Flags origin);

--- 304 unchanged lines hidden ---
492 // Aggressive optimization flags.
493 static jint set_aggressive_opts_flags();
494
495 static jint set_aggressive_heap_flags();
496
497 // Argument parsing
498 static void do_pd_flag_adjustments();
499 static bool parse_argument(const char* arg, Flag::Flags origin);

--- 304 unchanged lines hidden ---