comparison src/share/vm/runtime/vmStructs.cpp @ 14012:1f34717ccafa

remove CompilerToVM.getInstanceFields
author twisti
date Mon, 24 Feb 2014 15:08:02 -0800
parents ebd2dfc2b780
children 6b8e10e585df
comparison
equal deleted inserted replaced
14011:134491e79cde 14012:1f34717ccafa
2338 declare_constant(JVM_ACC_IS_CLONEABLE) \ 2338 declare_constant(JVM_ACC_IS_CLONEABLE) \
2339 declare_constant(JVM_ACC_HAS_LOCAL_VARIABLE_TABLE) \ 2339 declare_constant(JVM_ACC_HAS_LOCAL_VARIABLE_TABLE) \
2340 declare_constant(JVM_ACC_PROMOTED_FLAGS) \ 2340 declare_constant(JVM_ACC_PROMOTED_FLAGS) \
2341 declare_constant(JVM_ACC_FIELD_ACCESS_WATCHED) \ 2341 declare_constant(JVM_ACC_FIELD_ACCESS_WATCHED) \
2342 declare_constant(JVM_ACC_FIELD_MODIFICATION_WATCHED) \ 2342 declare_constant(JVM_ACC_FIELD_MODIFICATION_WATCHED) \
2343 declare_constant(JVM_ACC_FIELD_INTERNAL) \
2344 declare_constant(JVM_ACC_FIELD_STABLE) \
2345 declare_constant(JVM_ACC_FIELD_HAS_GENERIC_SIGNATURE) \
2343 \ 2346 \
2344 declare_constant(JVM_CONSTANT_Utf8) \ 2347 declare_constant(JVM_CONSTANT_Utf8) \
2345 declare_constant(JVM_CONSTANT_Unicode) \ 2348 declare_constant(JVM_CONSTANT_Unicode) \
2346 declare_constant(JVM_CONSTANT_Integer) \ 2349 declare_constant(JVM_CONSTANT_Integer) \
2347 declare_constant(JVM_CONSTANT_Float) \ 2350 declare_constant(JVM_CONSTANT_Float) \