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

PPC64: Missing null check in C1 inline cache check

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 10
    • 10
    • hotspot
    • b36
    • ppc

      Compiled methods need to perform a null check in the unverified entry. This is usually done implicitely by loading the Klass*.
      However, implicit null checks may be off on PPC64 (especially on AIX where the 0 page is readable).

      Null checks are especially needed after:
      8160543: C1: Crash in java.lang.String.indexOf in some java.sql tests
      Summary: C1 must use unverified entry point for unloaded methods.

            mdoerr Martin Doerr
            mdoerr Martin Doerr
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: