PrintStream.println() prints nothing in interrupted thread (sol)

XMLWordPrintable

    • Type: Bug
    • Resolution: Duplicate
    • Priority: P3
    • None
    • Affects Version/s: 5.0
    • Component/s: core-libs
    • None
    • generic
    • solaris_9

      This program:

      public class HelloInterrupted {
          public static void main(String[] args) throws Exception {
      Thread.currentThread().interrupt();
      System.out.println("Hello");
          }
      }

      produces no output on solaris-sparc, It prints the expected output on
      linux-i586 and windows-i586

      ###@###.### 2004-02-04

            Assignee:
            Iris Clark
            Reporter:
            Martin Buchholz
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: