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

codestrings.validate_vm gtest still broken on ppc64 after JDK-8276046

    XMLWordPrintable

Details

    • Bug
    • Status: Resolved
    • P4
    • Resolution: Fixed
    • 18
    • 18
    • hotspot
    • None
    • b22

    Description

      JDK-8276046 failed to work because the #ifdef PPC was added to the existing group of #ifdefs at the very start of test_codestrings.cpp.

      However, PPC is not a primary macro but gets set via macros.hpp if one of PPC32 or PPC64 is set. Therefore this only works after inclusion of macro.hpp. (Works for ZERO and PRODUCT, since those are primary macros)

      Attachments

        Issue Links

          Activity

            People

              stuefe Thomas Stuefe
              stuefe Thomas Stuefe
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: