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

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P2
    • 11
    • Affects Version/s: 11
    • Component/s: 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.

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

                Created:
                Updated:
                Resolved: