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

The AgentIn class calls exit on unexpected EOF. It shouldn't.

    XMLWordPrintable

Details

    • 1.0.2
    • sparc
    • solaris_2.4
    • Not verified

    Description

      The AgentIn class is calling System.exit on unexpected EOF conditions. The following
      changes fix the problem:

      52,53c52
      < isQuitting = true;
      < client.quitEvent();
      ---
      > System.exit(0);
      95a95
      > System.exit(0);

      Attachments

        Activity

          People

            tballsunw Tom Ball (Inactive)
            duke J. Duke
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: