Community
Participate
Working Groups
This is a build change for the Solaris port required to support the work in bug 319616. The solution there is to take advantage of Solaris' support for an "rpath origin" linker option, which directs the runtime linker to use the location of the library being loaded as a path for loading dependent libraries. On Solaris however, the behaviour of this flag is not transitive, i.e.: - libA.so depends on libB.so - libB.so depends on libC.so - libA is built with "rpath origin" and so when loaded is able to find libB which is stored in the same directory - However, since libB was not built with "rpath origin", it is unable to resolve libC without help from the LD_LIBRARY_PATH env var Since the JVMTI profiler depends on some AC libraries in order to facilitate the communication with the AC, some libraries in the Agent Controller need to be built with this option to complete the work in bug 319616.
Created attachment 174406 [details] patch Attaching patch.
Changes committed to HEAD.
This defect had been resolved as FIXED for more than 1 month. Please verify with the latest TPTP 4.7.2 driver. If this defect is still left unverified by February 25, we'll close it on the originator's behalf. TPTP 4.7.2 driver can be downloaded from: http://www.eclipse.org/tptp/home/downloads/?ver=4.7.2
Closing.