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

[AIX] Disable PPC64LE continuations on AIX

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 20
    • None
    • hotspot
    • b28
    • aix

        After JDK-8286302, AIX build fails with the following error:

        ad_ppc.cpp:22493:47: error: use of undeclared identifier 'Continuations'
          assert(VerifyOops || MachNode::size(ra_) <= Continuations::enabled() ? 8 : 4, "bad fixed size");

        The generated ad_ppc.cpp file does not import continuations.hpp.

              tsteele Tyler Steele
              tsteele Tyler Steele
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: