Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4706731

LIN64: nsk/jdwp/VirtualMachine/Exit/exit001 gens wrong exit code

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P3 P3
    • None
    • 1.4.1
    • vm-legacy
    • None
    • itanium
    • linux

      Debuggee exit code is -18; expected 238.
      looks like a sign extension problem; 238 is 0xEE, -18 is 0xFFFF...EE.

      Don't confuse this with 4509019 which is about a return
      code getting truncated to 8 bits in test nsk/jdi/VirtualMachine/exit/exit002.

      This bug is a case where the
      return code is 8 bits in JDWP, ie, 0xEE but it comes out of JDI
      as 0xFFFF...EE

            Unassigned Unassigned
            jjh James Holmlund (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: