equal
deleted
inserted
replaced
483 |
483 |
484 /** |
484 /** |
485 * Read field represented as vm specific byte sequence. |
485 * Read field represented as vm specific byte sequence. |
486 */ |
486 */ |
487 Field readField() { |
487 Field readField() { |
488 ReferenceTypeImpl refType = (ReferenceTypeImpl)readReferenceType(); |
488 ReferenceTypeImpl refType = readReferenceType(); |
489 long fieldRef = readFieldRef(); |
489 long fieldRef = readFieldRef(); |
490 return refType.getFieldMirror(fieldRef); |
490 return refType.getFieldMirror(fieldRef); |
491 } |
491 } |
492 |
492 |
493 /** |
493 /** |