6642862: Code cache allocation fails with large pages after 6588638

Reviewed-by: apetrusenko
This commit is contained in:
John Coomes 2008-03-28 23:35:42 -07:00
parent 2ea233816f
commit 5ac01e984f
7 changed files with 22 additions and 6 deletions

View file

@ -2480,6 +2480,10 @@ bool os::can_commit_large_page_memory() {
return false;
}
bool os::can_execute_large_page_memory() {
return false;
}
// Reserve memory at an arbitrary address, only if that area is
// available (and not reserved for something else).