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	Thu Aug 22 13:03:59 2013
--- new/src/share/vm/runtime/os.hpp	Thu Aug 22 13:03:59 2013

*** 326,337 **** --- 326,336 ---- 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