summaryrefslogtreecommitdiff
path: root/java/openjdk8/files/patch-hotspot-src-os-bsd-vm-os_bsd.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-04-19* Update to 8u212.Greg Lewis1-36/+0
* Change master site to Github * Remove patches and Makefile fixes that have been upstreamed to Github
2017-09-07Fix available memory calculation on head after r309017.Jung-uk Kim1-4/+14
Note PORTREVISION is not bumped because it only affects a kernel without "options COMPAT_FREEBSD11".
2016-09-04. Include the thread id so that jstack can provide stack traces whenGreg Lewis1-0/+26
analysing core dumps. . Bump PORTREVISION. PR: 211196 Submitted by: Ron Roskens <ronald.roskens@gmail.com>
2015-07-19. Update to 8u51.Greg Lewis1-31/+0
2015-07-02- Fix broken preprocessor directives.Jung-uk Kim1-0/+31
- Use sysctl(3) instead of procfs(5) when we need executable path from PID. MFH: 2015Q3
2014-04-28Merge more patches for JDK from java/openjdk6 and clean up.Jung-uk Kim1-11/+0
2014-03-28Add a port of OpenJDK8.Jung-uk Kim1-0/+11
Submitted by: Brian Gardner <openjdk@getsnappy.com> (preliminary version)