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

Decide libjsig support on static JDK

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P4 P4
    • None
    • None
    • hotspot
    • None

      This is derived from the discussion thread in https://github.com/openjdk/jdk/pull/23924 (JDK-8351309) review comments.

      On regular JDK, signal chaining is not enabled by default. Application can link with libjsig.so or use LD_PRELOAD to enable libjsig signal chaining. See https://docs.oracle.com/en/java/javase/23/troubleshoot/handle-signals-and-exceptions.html#GUID-CB49A2A7-2A9F-4C18-948F-6D4A96FF688D

      On static JDK, we need to decide if the signal chaining capability provided by libjsig should be support on static JDK. Based on my brief testing, signal chaining does work when libjsig is statically linked.

            Unassigned Unassigned
            jiangli Jiangli Zhou
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: