mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 22:34:27 +02:00
7034464: Support transparent large pages on Linux
Support transparent huge pages on Linux available since 2.6.38 Reviewed-by: iveresov, ysr
This commit is contained in:
parent
12d1d9acc1
commit
cf6f747d17
3 changed files with 107 additions and 18 deletions
|
@ -86,6 +86,9 @@ class Linux {
|
|||
|
||||
static void rebuild_cpu_to_node_map();
|
||||
static GrowableArray<int>* cpu_to_node() { return _cpu_to_node; }
|
||||
|
||||
static bool hugetlbfs_sanity_check(bool warn, size_t page_size);
|
||||
|
||||
public:
|
||||
static void init_thread_fpu_state();
|
||||
static int get_fpu_control_word();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue