src/os/linux/vm/os_linux.hpp

changeset 9289
427b2fb1944f
parent 8878
d3cc20285653
child 9303
c2ee42fa54cd
equal deleted inserted replaced
9288:69b4a8cb80c2 9289:427b2fb1944f
1 /* 1 /*
2 * Copyright (c) 1999, 2013, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 1999, 2018, Oracle and/or its affiliates. All rights reserved.
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 * 4 *
5 * This code is free software; you can redistribute it and/or modify it 5 * This code is free software; you can redistribute it and/or modify it
6 * under the terms of the GNU General Public License version 2 only, as 6 * under the terms of the GNU General Public License version 2 only, as
7 * published by the Free Software Foundation. 7 * published by the Free Software Foundation.
135 static Mutex* createThread_lock(void) { return _createThread_lock; } 135 static Mutex* createThread_lock(void) { return _createThread_lock; }
136 static void hotspot_sigmask(Thread* thread); 136 static void hotspot_sigmask(Thread* thread);
137 137
138 static address initial_thread_stack_bottom(void) { return _initial_thread_stack_bottom; } 138 static address initial_thread_stack_bottom(void) { return _initial_thread_stack_bottom; }
139 static uintptr_t initial_thread_stack_size(void) { return _initial_thread_stack_size; } 139 static uintptr_t initial_thread_stack_size(void) { return _initial_thread_stack_size; }
140 static bool is_initial_thread(void);
141 140
142 static int page_size(void) { return _page_size; } 141 static int page_size(void) { return _page_size; }
143 static void set_page_size(int val) { _page_size = val; } 142 static void set_page_size(int val) { _page_size = val; }
144 143
145 static int vm_default_page_size(void) { return _vm_default_page_size; } 144 static int vm_default_page_size(void) { return _vm_default_page_size; }

mercurial