src/share/vm/runtime/os.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/runtime/os.hpp	Tue Jul  2 17:37:41 2013
--- new/src/share/vm/runtime/os.hpp	Tue Jul  2 17:37:41 2013

*** 325,336 **** --- 325,335 ---- static bool get_page_info(char *start, page_info* info); static char* scan_pages(char *start, char* end, page_info* page_expected, page_info* page_found); static char* non_memory_address_word(); // reserve, commit and pin the entire memory region ! static char* reserve_memory_special(size_t size, char* addr = NULL, bool executable = false); ! static char* reserve_memory_special(size_t size, size_t alignment, char* addr, bool executable); static bool release_memory_special(char* addr, size_t bytes); static void large_page_init(); static size_t large_page_size(); static bool can_commit_large_page_memory(); static bool can_execute_large_page_memory();

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