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

RISC-V: Link libatomic statically

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Won't Fix
    • Icon: P4 P4
    • None
    • None
    • hotspot
    • None
    • riscv
    • linux

      Currently, RISC-V differs from other platforms in that it requires the linkage to libatomic.so to support sub-word atomic operations. However, because it is linked dynamically, it will depend on the installation of libatomic.so on the system where the Java application will run, which no other platform require.

      Instead of dynamically linking, we can statically link so that there is no dependency at run-time as it's already statically linked into libjvm.so.

            luhenry Ludovic Henry
            luhenry Ludovic Henry
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: