summaryrefslogtreecommitdiff
path: root/java/openjdk8/files/patch-jdk-make-lib-ServiceabilityLibraries.gmk (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Always link libjli statically. When launchers are symlinked, it may not beJung-uk Kim2014-05-171-5/+5
| | | | | | | | | | able to find libjli.so from RPATH because argv[0] points to the symlink. Note it seems Linux does not have the problem when /proc/self/exe exists. If it does not exist, it also fails to find libjli.so. Clean up patches while I am here. Notes: svn path=/head/; revision=354285
* Add a port of OpenJDK8.Jung-uk Kim2014-03-281-0/+19
Submitted by: Brian Gardner <openjdk@getsnappy.com> (preliminary version) Notes: svn path=/head/; revision=349468