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

[AIX] now ubsan vptr check is also possible (follow up of JDK-8354686)

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 26
    • None
    • infrastructure
    • None
    • b18
    • ppc
    • aix

      After JDK-8354686 the ubsan vptr checks still did not work. We finally found out, that they only work, if all linkage units are linked with the C++ compiler frontend as linker, especially the main executables (java, javac, ...) which are linked with the C compiler frontend.
      So for a ubsan enabled build on AIX we let everything link with the C++ compiler frontend.
      Background: The C++ compiler frontend inherently adds special static libraries which the C compiler does not. This results in missing symbols when trying to start a program and its shared libraries, when they were linked in mixed mode.

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

              Created:
              Updated:
              Resolved: