hotspot/src/share/vm/runtime/vmStructs.cpp
changeset 7114 65d21c4c6337
parent 6418 6671edbd230e
child 7118 aa8f53fcb28f
equal deleted inserted replaced
7113:f05a0ba2802f 7114:65d21c4c6337
  1525   /* symbolOop - symbol max length */                                     \
  1525   /* symbolOop - symbol max length */                                     \
  1526   /*********************************/                                     \
  1526   /*********************************/                                     \
  1527                                                                           \
  1527                                                                           \
  1528   declare_constant(symbolOopDesc::max_symbol_length)                      \
  1528   declare_constant(symbolOopDesc::max_symbol_length)                      \
  1529                                                                           \
  1529                                                                           \
       
  1530   /*************************************************/                     \
       
  1531   /* constantPoolOop layout enum for InvokeDynamic */                     \
       
  1532   /*************************************************/                     \
       
  1533                                                                           \
       
  1534   declare_constant(constantPoolOopDesc::_multi_operand_count_offset)      \
       
  1535   declare_constant(constantPoolOopDesc::_multi_operand_base_offset)       \
       
  1536   declare_constant(constantPoolOopDesc::_indy_bsm_offset)                 \
       
  1537   declare_constant(constantPoolOopDesc::_indy_nt_offset)                  \
       
  1538   declare_constant(constantPoolOopDesc::_indy_argc_offset)                \
       
  1539   declare_constant(constantPoolOopDesc::_indy_argv_offset)                \
       
  1540                                                                           \
  1530   /*********************************************/                         \
  1541   /*********************************************/                         \
  1531   /* ConstantPoolCacheEntry FlagBitValues enum */                         \
  1542   /* ConstantPoolCacheEntry FlagBitValues enum */                         \
  1532   /*********************************************/                         \
  1543   /*********************************************/                         \
  1533                                                                           \
  1544                                                                           \
  1534   declare_constant(ConstantPoolCacheEntry::hotSwapBit)                    \
  1545   declare_constant(ConstantPoolCacheEntry::hotSwapBit)                    \