mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 01:24:33 +02:00
8306482: Remove unused Method AccessFlags
Reviewed-by: dholmes, matsaave
This commit is contained in:
parent
d6cf4aa155
commit
afd2501fcc
4 changed files with 0 additions and 27 deletions
|
@ -2089,8 +2089,6 @@
|
|||
declare_constant(JVM_ACC_LOOPS_FLAG_INIT) \
|
||||
declare_constant(JVM_ACC_QUEUED) \
|
||||
declare_constant(JVM_ACC_NOT_C2_OSR_COMPILABLE) \
|
||||
declare_constant(JVM_ACC_HAS_LINE_NUMBER_TABLE) \
|
||||
declare_constant(JVM_ACC_HAS_CHECKED_EXCEPTIONS) \
|
||||
declare_constant(JVM_ACC_HAS_JSRS) \
|
||||
declare_constant(JVM_ACC_IS_OLD) \
|
||||
declare_constant(JVM_ACC_IS_OBSOLETE) \
|
||||
|
@ -2099,7 +2097,6 @@
|
|||
declare_constant(JVM_ACC_HAS_VANILLA_CONSTRUCTOR) \
|
||||
declare_constant(JVM_ACC_HAS_FINALIZER) \
|
||||
declare_constant(JVM_ACC_IS_CLONEABLE_FAST) \
|
||||
declare_constant(JVM_ACC_HAS_LOCAL_VARIABLE_TABLE) \
|
||||
\
|
||||
declare_constant(JVM_CONSTANT_Utf8) \
|
||||
declare_constant(JVM_CONSTANT_Unicode) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue