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

src/share/vm/runtime/os.hpp

Print this page

        

*** 325,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 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(); --- 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, 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