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

codestrings.validate_vm gtest fails on ppc64, s390

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 18
    • 18
    • client-libs
    • None
    • b21
    • ppc, s390x

      Test output:

      ```
      [ RUN ] codestrings.validate_vm
      /sapmnt/sapjvm_work/openjdk/nb/linuxppc64le/jdk-dev/test/hotspot/gtest/code/test_codestrings.cpp:179: Failure
      Value of: cbuf.dbg_strings().is_empty()
        Actual: true
      Expected: false
      /sapmnt/sapjvm_work/openjdk/nb/linuxppc64le/jdk-dev/test/hotspot/gtest/code/test_codestrings.cpp:249: Failure
      Value of: cbuf.dbg_strings().is_empty()
        Actual: true
      Expected: false
      [ FAILED ] codestrings.validate_vm (2 ms)
      ```

      Problem is that the tests assumes that `MacroAssembler::unimplemented()` uses code strings, which it does not on ppc64 (s390 too AFAICT).

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

              Created:
              Updated:
              Resolved: