mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-23 20:44:41 +02:00
8133612: new clone logic added in 8042235 is missing from compiler intrinsics
Reviewed-by: roland
This commit is contained in:
parent
7adcd9a503
commit
0e01750370
5 changed files with 26 additions and 11 deletions
|
@ -2397,7 +2397,7 @@ typedef CompactHashtable<Symbol*, char> SymbolCompactHashTable;
|
|||
declare_constant(JVM_ACC_HAS_MIRANDA_METHODS) \
|
||||
declare_constant(JVM_ACC_HAS_VANILLA_CONSTRUCTOR) \
|
||||
declare_constant(JVM_ACC_HAS_FINALIZER) \
|
||||
declare_constant(JVM_ACC_IS_CLONEABLE) \
|
||||
declare_constant(JVM_ACC_IS_CLONEABLE_FAST) \
|
||||
declare_constant(JVM_ACC_HAS_LOCAL_VARIABLE_TABLE) \
|
||||
declare_constant(JVM_ACC_PROMOTED_FLAGS) \
|
||||
declare_constant(JVM_ACC_FIELD_ACCESS_WATCHED) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue