mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 19:14:38 +02:00
6642862: Code cache allocation fails with large pages after 6588638
Reviewed-by: apetrusenko
This commit is contained in:
parent
2ea233816f
commit
5ac01e984f
7 changed files with 22 additions and 6 deletions
|
@ -228,6 +228,7 @@ class os: AllStatic {
|
|||
static bool large_page_init();
|
||||
static size_t large_page_size();
|
||||
static bool can_commit_large_page_memory();
|
||||
static bool can_execute_large_page_memory();
|
||||
|
||||
// OS interface to polling page
|
||||
static address get_polling_page() { return _polling_page; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue