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

[Graal] Tests vmTestbase/nsk/stress/except/except* may be encountering SEGV during out-of-memory conditions

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 12
    • 12
    • hotspot
    • b21

      As noted in JDK-8213718 the except002 and except003 stress tests sometimes show that they encounter a NullPointerException at places where NPE is not semantically possible eg:

      log[messages++] = "error message";

      This suggest that in fact we are getting a SEGV, likely triggered by the out-of-memory conditions that these tests generate. Due to the code location the SEGV is interpreted as a NullPointerException.

        1. except002.1.txt
          54 kB
          Douglas Simon
        2. except002.2.txt
          75 kB
          Douglas Simon

            jcbeyler Jean Christophe Beyler
            dholmes David Holmes
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: