The putback for
4381843 Should use "signal-chaining" when replacing user signal
handlers in JVM (part 2)
introduced a new libjsig.so (in the hotspot workspace).
The library will be located in:
Solaris:
$JAVA_HOME/jre/lib/{sparc,sparcv9,i386} with symbolic links in
$JAVA_HOME/jre/lib/{sparc,sparcv9,i386}/{client,server} (only
server for v9) to ../libjsig.so.
Linux:
$JAVA_HOME/jre/lib/i386 with symbolic links in
$JAVA_HOME/jre/lib/i386/{client,server} to../libjsig.so.
This is a request for RE to modify the product bundling scripts
to copy and link the libjsig.so into the JDK, JRE product images
as appropriate.
verified after confirming the fix with Lew(submitter)
both the files libjsig.so and libjsig_g.so are present in this path
$JAVA_HOME/jre/lib/{sparc,sparcv9,i386}
Verified with build80
###@###.### 2001-09-28