comparison src/share/vm/interpreter/bytecodeTracer.cpp @ 2011:dad31fc330cd

7001379: bootstrap method data needs to be moved from constant pool to a classfile attribute Reviewed-by: twisti
author jrose
date Fri, 03 Dec 2010 15:53:57 -0800
parents f95d63e2154a
children 8012aa3ccede
comparison
equal deleted inserted replaced
2010:7601ab0e1e33 2011:dad31fc330cd
344 case JVM_CONSTANT_Methodref: 344 case JVM_CONSTANT_Methodref:
345 case JVM_CONSTANT_Fieldref: 345 case JVM_CONSTANT_Fieldref:
346 break; 346 break;
347 case JVM_CONSTANT_NameAndType: 347 case JVM_CONSTANT_NameAndType:
348 case JVM_CONSTANT_InvokeDynamic: 348 case JVM_CONSTANT_InvokeDynamic:
349 case JVM_CONSTANT_InvokeDynamicTrans:
349 has_klass = false; 350 has_klass = false;
350 break; 351 break;
351 default: 352 default:
352 st->print_cr(" bad tag=%d at %d", tag.value(), i); 353 st->print_cr(" bad tag=%d at %d", tag.value(), i);
353 return; 354 return;