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

x86_32 fails with -XX:+VerifyGraphEdges after JDK-8293979

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P4 P4
    • None
    • 20
    • hotspot
    • None

      ```
      $ CONF=linux-x86-server-fastdebug make images test TEST=compiler/c2/TestVerifyGraphEdges.java

      ...

      TEST RESULT: Failed. Unexpected exit from test [exit code: 139]
      ```

      It produces no hs_err, must be crashing somewhere outside the usual error handler reach.

      The easier way to reproduce is:

      ```
      $ build/linux-x86-server-fastdebug/images/jdk/bin/java -Xshare:on -Xbatch -Xcomp -XX:+VerifyGraphEdges
      ```

      Doing `-Xshare:off` passes. Doing `-XX:-VerifyGraphEdges` passes.

      Bisection points to JDK-8293979, so I am presuming this is a runtime, not compiler bug.

            shade Aleksey Shipilev
            shade Aleksey Shipilev
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: