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	Wed Aug 16 10:56:40 2017
--- new/src/share/vm/runtime/arguments.hpp	Wed Aug 16 10:56:40 2017

*** 410,420 **** --- 410,419 ---- // was this VM created via the -XXaltjvm=<path> option static bool _sun_java_launcher_is_altjvm; // Option flags static bool _has_profile; static const char* _gc_log_filename; // Value of the conservative maximum heap alignment needed static size_t _conservative_max_heap_alignment; static uintx _min_heap_size;
*** 694,706 **** --- 693,702 ---- // -Dsun.java.launcher.is_altjvm static bool sun_java_launcher_is_altjvm(); // -Dsun.java.launcher.pid static int sun_java_launcher_pid() { return _sun_java_launcher_pid; } // -Xprof static bool has_profile() { return _has_profile; } // -Xms static size_t min_heap_size() { return _min_heap_size; } static void set_min_heap_size(size_t v) { _min_heap_size = v; } // -Xrun

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