DataOutputStream outData = new DataOutputStream(outBytes);
writeWithReferenceType(this, outData);
JdwpReplyPacket replyPacket = requestVM(
JdwpCommandPacket.M_LINE_TABLE, outBytes);
switch (replyPacket.errorCode()) {
case JdwpReplyPacket.ABSENT_INFORMATION:
throw new AbsentInformationException(
JDIMessages.MethodImpl_No_line_number_information_available_2);
case JdwpReplyPacket.NATIVE_METHOD:
throw new AbsentInformationException(