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

[AIX] now ubsan is possible

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P4 P4
    • None
    • None
    • infrastructure
    • None
    • ppc
    • aix

      With the introduction of the open XL 17.1.2.13 Compiler and the runtime 17.1.3 as minimum requirement ubsan is supported for AIX now.
      Unfortunately there has to be some adoptions.
      - Currently the test for vptr does not work and produces crashes when active, so we have to deactivate it. (If fixed by IBM there will be a follow up JBS)
      - ubsan introduces so much new symbols to every executable that we have to link with -bbigtoc.
      - The llvm_symbolizer is not found out of the box, so we have to provide the full qualified llvm_symbolizer path in the __ubsan_default_options() function.

            jkern Joachim Kern
            jkern Joachim Kern
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: