hotspot/src/share/vm/oops/constantPool.cpp
changeset 46630 75aa3e39d02c
parent 46560 388aa8d67c80
child 46746 ea379ebb9447
equal deleted inserted replaced
46629:8eeacdc76bf2 46630:75aa3e39d02c
  1736     jint ent_size = cpool_entry_size(idx);
  1736     jint ent_size = cpool_entry_size(idx);
  1737 
  1737 
  1738     assert(size + ent_size <= cpool_size, "Size mismatch");
  1738     assert(size + ent_size <= cpool_size, "Size mismatch");
  1739 
  1739 
  1740     *bytes = tag;
  1740     *bytes = tag;
  1741     DBG(printf("#%03hd tag=%03hd, ", idx, tag));
  1741     DBG(printf("#%03hd tag=%03hd, ", (short)idx, (short)tag));
  1742     switch(tag) {
  1742     switch(tag) {
  1743       case JVM_CONSTANT_Invalid: {
  1743       case JVM_CONSTANT_Invalid: {
  1744         DBG(printf("JVM_CONSTANT_Invalid"));
  1744         DBG(printf("JVM_CONSTANT_Invalid"));
  1745         break;
  1745         break;
  1746       }
  1746       }