src/share/vm/runtime/arguments.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/share/vm/runtime/arguments.hpp	Thu Sep  8 09:10:12 2016
--- new/src/share/vm/runtime/arguments.hpp	Thu Sep  8 09:10:10 2016

*** 487,499 **** --- 487,496 ---- static bool create_property(const char* prop_name, const char* prop_value, PropertyInternal internal); static bool create_numbered_property(const char* prop_base_name, const char* prop_value, unsigned int count); 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(); static jint set_aggressive_heap_flags();

src/share/vm/runtime/arguments.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File