mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8213760: os::obsolete_option is obsolete and should be removed
Reviewed-by: jiangli, igerasim, stuefe
This commit is contained in:
parent
a8a34764b2
commit
ea22b27348
7 changed files with 4 additions and 43 deletions
|
@ -802,9 +802,6 @@ class os: AllStatic {
|
|||
// System loadavg support. Returns -1 if load average cannot be obtained.
|
||||
static int loadavg(double loadavg[], int nelem);
|
||||
|
||||
// Hook for os specific jvm options that we don't want to abort on seeing
|
||||
static bool obsolete_option(const JavaVMOption *option);
|
||||
|
||||
// Amount beyond the callee frame size that we bang the stack.
|
||||
static int extra_bang_size_in_bytes();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue