comparison src/share/vm/runtime/os.hpp @ 647:bd441136a5ce

Merge
author kvn
date Thu, 19 Mar 2009 09:13:24 -0700
parents 0fbdb4381b99 660978a2a31a
children 6bdd6923ba16
comparison
equal deleted inserted replaced
640:ba50942c8138 647:bd441136a5ce
241 static bool get_page_info(char *start, page_info* info); 241 static bool get_page_info(char *start, page_info* info);
242 static char* scan_pages(char *start, char* end, page_info* page_expected, page_info* page_found); 242 static char* scan_pages(char *start, char* end, page_info* page_expected, page_info* page_found);
243 243
244 static char* non_memory_address_word(); 244 static char* non_memory_address_word();
245 // reserve, commit and pin the entire memory region 245 // reserve, commit and pin the entire memory region
246 static char* reserve_memory_special(size_t size); 246 static char* reserve_memory_special(size_t size, char* addr = NULL);
247 static bool release_memory_special(char* addr, size_t bytes); 247 static bool release_memory_special(char* addr, size_t bytes);
248 static bool large_page_init(); 248 static bool large_page_init();
249 static size_t large_page_size(); 249 static size_t large_page_size();
250 static bool can_commit_large_page_memory(); 250 static bool can_commit_large_page_memory();
251 static bool can_execute_large_page_memory(); 251 static bool can_execute_large_page_memory();