8133612: new clone logic added in 8042235 is missing from compiler intrinsics

Reviewed-by: roland
This commit is contained in:
Vladimir Ivanov 2015-12-18 20:23:28 +03:00
parent 7adcd9a503
commit 0e01750370
5 changed files with 26 additions and 11 deletions

View file

@ -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) \