comparison src/share/vm/runtime/vmStructs.cpp @ 14052:361acb279104

moved to-constant-pool-index conversion up to Java
author twisti
date Tue, 04 Mar 2014 22:23:24 -0800
parents 6b8e10e585df
children 800057208a2c
comparison
equal deleted inserted replaced
14051:e85575f63b60 14052:361acb279104
2492 /* Symbol* - symbol max length */ \ 2492 /* Symbol* - symbol max length */ \
2493 /*********************************/ \ 2493 /*********************************/ \
2494 \ 2494 \
2495 declare_constant(Symbol::max_symbol_length) \ 2495 declare_constant(Symbol::max_symbol_length) \
2496 \ 2496 \
2497 /*************************************************/ \ 2497 /***********************************************/ \
2498 /* ConstantPool* layout enum for InvokeDynamic */ \ 2498 /* ConstantPool* layout enum for InvokeDynamic */ \
2499 /*************************************************/ \ 2499 /***********************************************/ \
2500 \ 2500 \
2501 declare_constant(ConstantPool::_indy_bsm_offset) \ 2501 declare_constant(ConstantPool::_indy_bsm_offset) \
2502 declare_constant(ConstantPool::_indy_argc_offset) \ 2502 declare_constant(ConstantPool::_indy_argc_offset) \
2503 declare_constant(ConstantPool::_indy_argv_offset) \ 2503 declare_constant(ConstantPool::_indy_argv_offset) \
2504 declare_constant(ConstantPool::CPCACHE_INDEX_TAG) \
2504 \ 2505 \
2505 /********************************/ \ 2506 /********************************/ \
2506 /* ConstantPoolCacheEntry enums */ \ 2507 /* ConstantPoolCacheEntry enums */ \
2507 /********************************/ \ 2508 /********************************/ \
2508 \ 2509 \