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

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.

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

              Created:
              Updated:
              Resolved: