8213760: os::obsolete_option is obsolete and should be removed

Reviewed-by: jiangli, igerasim, stuefe
This commit is contained in:
David Holmes 2018-11-13 16:49:58 -05:00
parent a8a34764b2
commit ea22b27348
7 changed files with 4 additions and 43 deletions

View file

@ -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();