summaryrefslogtreecommitdiff
path: root/java/openjdk8/files/patch-jdk-make-lib-ServiceabilityLibraries.gmk (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-05-21. Update to 8u172.Greg Lewis1-16/+6
2018-03-06. Link libinstrument.so with iconv and jli as intended.Greg Lewis1-3/+13
PR: 210297
2015-07-20Fix few more mismerges in the previous update.Jung-uk Kim1-9/+9
2015-07-19. Update to 8u51.Greg Lewis1-6/+6
2015-02-27- Revert all damages done in r372338 and r379049.Jung-uk Kim1-11/+11
- Really fix non-release builds. [1] PR: 193009 [1]
2015-02-15. Fix the DEBUG build.Greg Lewis1-6/+6
PR: 193009 Submitted by: Brian Gardner (openjdk@getsnappy.com)
2014-11-09. Update to 8u25.Greg Lewis1-13/+14
2014-05-17Always link libjli statically. When launchers are symlinked, it may not beJung-uk Kim1-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.
2014-03-28Add a port of OpenJDK8.Jung-uk Kim1-0/+19
Submitted by: Brian Gardner <openjdk@getsnappy.com> (preliminary version)