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