jvmti testcase DynamicCodeGeneratedTest.sh does not support all Linux types

XMLWordPrintable

    • Type: Bug
    • Resolution: Unresolved
    • Priority: P4
    • None
    • Affects Version/s: 8u481
    • Component/s: hotspot
    • None
    • linux

      jvmti testcase DynamicCodeGeneratedTest.sh does not support all Linux types
      It tries to compile using gcc with options that are not tailored to all linux platform gcc compilers.

      Failures found on these platforms:
      - Alpinx x64 linux
        - gcc: fatal error: cannot execute 'cc1plus': execvp: No such file or directory
      - Arm32 linux
        - gcc: error: unrecognized -march target: i386
      - ppc64le linux
        - gcc: fatal error: cannot execute 'cc1plus': execvp: No such file or directory

      Perhaps the testcase should check the "gcc compile" return code, and assume the system is not valid?

            Assignee:
            Unassigned
            Reporter:
            Andrew Leonard
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: