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

[server] StackOverflow.java causes SEGV on solaris sparc

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P4 P4
    • None
    • 1.4.0
    • 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);
              }
      }

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

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: