[server] StackOverflow.java causes SEGV on solaris sparc

XMLWordPrintable

    • Type: Bug
    • Resolution: Duplicate
    • Priority: P4
    • None
    • Affects Version/s: 1.4.0
    • Component/s: hotspot
    • None
    • generic
    • generic

      public class StackOverflow {
              public static void main(String[] argv) {
                      StackOverflow so = new StackOverflow();
                      so.run(0);
              }
              private void run(int i) {
                      System.out.println("depth: "+i);
                      run(i+1);
              }
      }

            Assignee:
            Coleen Phillimore
            Reporter:
            John Coomes (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: