< prev index next >

src/share/vm/runtime/arguments.hpp

Print this page
rev 7386 : 8064457: Introduce compressed oops mode disjoint base and improve compressed heap handling.

*** 569,578 **** --- 569,579 ---- // Update/Initialize System properties after JDK version number is known static void init_version_specific_system_properties(); // Property List manipulation + static void PropertyList_add(SystemProperty *element); static void PropertyList_add(SystemProperty** plist, SystemProperty *element); static void PropertyList_add(SystemProperty** plist, const char* k, char* v); static void PropertyList_unique_add(SystemProperty** plist, const char* k, char* v) { PropertyList_unique_add(plist, k, v, false); }
< prev index next >