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

JVM_GetClassSigners: wrap signers oop in an objArrayHandle for subsequent safepoint.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P2 P2
    • 11
    • 11
    • hotspot
    • None
    • b18
    • generic
    • generic

        The tests in jdk/test/jdk/java/security/Security/signedfirst crash if executed with the vm option -XX:+CheckUnhandledOops, because the life range of the signers arry oop in JVM_GetClassSigners crosses the safepoint for the allocation of the result array.

        The signers oop should be wrapped in an objArrayHandle to fix this.

              rrich Richard Reingruber
              rrich Richard Reingruber
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: