mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 22:34:27 +02:00
6721093: -XX:AppendRatio=N not supported
Add mechanism to ignore unsupported flags for a set period of time Reviewed-by: acorn, never, coleenp
This commit is contained in:
parent
20dba03e99
commit
74faacc945
18 changed files with 432 additions and 158 deletions
|
@ -761,8 +761,9 @@ static inline uint64_t cast_uint64_t(size_t x)
|
|||
static_field(Abstract_VM_Version, _vm_minor_version, int) \
|
||||
static_field(Abstract_VM_Version, _vm_build_number, int) \
|
||||
\
|
||||
static_field(JDK_Version, _pre_jdk16_version, bool) \
|
||||
static_field(JDK_Version, _jdk_version, int) \
|
||||
static_field(JDK_Version, _current, JDK_Version) \
|
||||
nonstatic_field(JDK_Version, _partially_initialized, bool) \
|
||||
nonstatic_field(JDK_Version, _major, unsigned char) \
|
||||
\
|
||||
\
|
||||
\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue