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

"assert(adr->is_AddP() && adr->in(AddPNode::Offset)->is_Con()) failed: offset is a constant" with FoldStableValues on

    XMLWordPrintable

Details

    • b06
    • Verified

    Backports

      Description

        I get this with a lot of different jtreg tests. One example is:
        java/util/stream/test/org/openjdk/tests/java/util/stream/TeeOpTest.java
        on solaris x64 with -Xcomp
        # A fatal error has been detected by the Java Runtime Environment:
        #
        # Internal Error (/space/rw140007/jdk9-repo/hotspot/src/share/vm/opto/memnode.cpp:1659), pid=10593, tid=16
        # assert(adr->is_AddP() && adr->in(AddPNode::Offset)->is_Con()) failed: offset is a constant
        #

        I'm using an old JDK8 build (b119) with latest hotspot from hotspot-comp.

        Attachments

          Issue Links

            Activity

              People

                vlivanov Vladimir Ivanov
                roland Roland Westrelin
                Votes:
                0 Vote for this issue
                Watchers:
                2 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved: