mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8081833: Clean up JVMFlag getter/setter code
Reviewed-by: gziemski, coleenp
This commit is contained in:
parent
0e98fc1ccd
commit
282b9dcfdc
26 changed files with 888 additions and 1607 deletions
|
@ -1008,7 +1008,7 @@ typedef HashtableEntry<InstanceKlass*, mtClass> KlassHashtableEntry;
|
|||
/* -XX flags */ \
|
||||
/*********************/ \
|
||||
\
|
||||
nonstatic_field(JVMFlag, _type, const char*) \
|
||||
nonstatic_field(JVMFlag, _type, int) \
|
||||
nonstatic_field(JVMFlag, _name, const char*) \
|
||||
unchecked_nonstatic_field(JVMFlag, _addr, sizeof(void*)) /* NOTE: no type */ \
|
||||
nonstatic_field(JVMFlag, _flags, JVMFlag::Flags) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue