JDK-8134835 : [TESTBUG] runtime/jsig/Test8017498.sh sets LD_PRELOAD path incorrectly - yet still passes
  • Type: Bug
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 9
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • Submitted: 2015-09-01
  • Updated: 2016-05-21
  • Resolved: 2016-05-21
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 10
10Resolved
Related Reports
Duplicate :  
Description
The script contains:

 MY_LD_PRELOAD=${TESTJAVA}${FS}jre${FS}lib${FS}${VM_CPU}${FS}libjsig.so

but JDK 9 no longer contains a jre subdirectory, hence we see the following during execution:

ERROR: ld.so: object '/export/local/aurora/CommonData/JDK_DIR/jre/lib/i386/libjsig.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. 

Yet despite this the test still passes!
Comments
Actually to be more specific, the failure just added above is a dup of JDK-8144279. We should make sure the original issue described also gets fixed when JDK-8144279 is fixed. I'll add a note there.
21-05-2016

This is a dup of JDK-8144279. Closing.
19-05-2016