JVMState should not be shared between SafePointNodes

XMLWordPrintable

    • b22

      The following assert fails when added to SafePointNode::Ideal because SafePointNodes are often cloned without cloning the linked JVMState:
      assert(_jvms == NULL || ((uintptr_t)_jvms->map() & 1) || _jvms->map() == this, "inconsistent JVMState");

      This leads to problems like JDK-8261037.

            Assignee:
            Tobias Hartmann
            Reporter:
            Tobias Hartmann
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: