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

Two nsk/hprof/options/cpu failed with Stack Overflow in JFR on Linux-amd64 in Promotion testing of JDK8 b123

    XMLWordPrintable

Details

    • jfr
    • b13
    • x86
    • linux

    Backports

      Description

        Two of the nsk/hprof/options/cpu tests (006 and 008) failed in Promotion testing of JDK8 b123. There sems to have occurred some kind of vicious cycle of exceptions causing exceptions until the stack gets full:

        Exception in thread "main" java.lang.StackOverflowError
        at com.oracle.jrockit.jfr.InstantEvent.<init>(InstantEvent.java:106)
        at jdk.jfr.events.ExceptionThrownEvent.<init>(ExceptionThrownEvent.java:18)
        at oracle.jrockit.jfr.jdkevents.ThrowableTracer.traceThrowable(ThrowableTracer.java:58)
        at java.lang.Throwable.<init>(Throwable.java:251)
        at java.lang.Exception.<init>(Exception.java:54)
        at java.lang.RuntimeException.<init>(RuntimeException.java:51)
        at java.lang.NullPointerException.<init>(NullPointerException.java:60)
        at com.oracle.jrockit.jfr.InstantEvent.<init>(InstantEvent.java:106)
        at jdk.jfr.events.ExceptionThrownEvent.<init>(ExceptionThrownEvent.java:18)
        at oracle.jrockit.jfr.jdkevents.ThrowableTracer.traceThrowable(ThrowableTracer.java:58)
        at java.lang.Throwable.<init>(Throwable.java:251)
        at java.lang.Exception.<init>(Exception.java:54)
        at java.lang.RuntimeException.<init>(RuntimeException.java:51)
        at java.lang.NullPointerException.<init>(NullPointerException.java:60)
        at com.oracle.jrockit.jfr.InstantEvent.<init>(InstantEvent.java:106)
        at jdk.jfr.events.ExceptionThrownEvent.<init>(ExceptionThrownEvent.java:18)
        at oracle.jrockit.jfr.jdkevents.ThrowableTracer.traceThrowable(ThrowableTracer.java:58)
        at java.lang.Throwable.<init>(Throwable.java:251)
        at java.lang.Exception.<init>(Exception.java:54)
        at java.lang.RuntimeException.<init>(RuntimeException.java:51)
        at java.lang.NullPointerException.<init>(NullPointerException.java:60)
        at com.oracle.jrockit.jfr.InstantEvent.<init>(InstantEvent.java:106)
        at jdk.jfr.events.ExceptionThrownEvent.<init>(ExceptionThrownEvent.java:18)
        at oracle.jrockit.jfr.jdkevents.ThrowableTracer.traceThrowable(ThrowableTracer.java:58)
        ...

        repeating ad absurdum.

        Unfortunately, there are no core files or Flight recordings available.

        Priority justification:
        ILW = MMM => P3 (tentative)

        Link to failure:
        http://vmsqe-app.russia.sun.com/surl/6y

        Link to test history:
        http://vmsqe-app.russia.sun.com/surl/6z

        Matching rule:
        RULE nsk/hprof/options/cpu/cpu006 Exception java.lang.StackOverflowError
        RULE nsk/hprof/options/cpu/cpu008 Exception java.lang.StackOverflowError

        Attachments

          Issue Links

            Activity

              People

                egahlin Erik Gahlin
                iaberg Ingemar Åberg (Inactive)
                Votes:
                0 Vote for this issue
                Watchers:
                7 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved: