| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=460849
|
|
|
|
|
|
|
|
|
|
|
|
| |
Note this problem was introduced with fixes for JDK-8055007.
https://bugs.java.com/view_bug.do?bug_id=8055007
http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/changeset/c6211b707068
PR: 225054
Notes:
svn path=/head/; revision=459368
|
|
|
|
|
|
|
|
|
|
| |
This fixes binding sockets for applications running on IPv6.
PR: 224079
Submitted by: John W. O'Brien <john@saltant.com>
Notes:
svn path=/head/; revision=457209
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Excerpted from the original submission:
"FreeBSD on several architectures automatically utilizes superpages. So,
for the JVM's JIT-compiled code cache and data heap, much of those regions
are already using superpages. However, the -XX:+UseLargePages option still
serves a useful, if secondary, purpose on FreeBSD. Essentially, it informs
the JVM's platform-independent layer what the supported page sizes are. So,
when memory is mmap(2)ed and munmap(2)ed within the code cache and data
heap, the addresses and sizes will be superpage-aligned and a multiple of
the superpage size, respectively. Currently, without this patch, the code
cache, for example, typically starts at an unaligned address, so the initial
portion of the code cache can never be a superpage. Similarly, unaligned
munmap(2)s on the data heap force the kernel to demote superpages to 4KB
pages, and this patch eliminates those demotions.
This patch both introduces the code needed on FreeBSD to implement
-XX:+UseLargePages and deletes code that was copied from Linux that is, to
the best of my knowledge, useless on any version of BSD, i.e., UseHugeTLBFS
and UseSHM. The additions are in part based on the Solaris version of
os_solaris.cpp, e.g., the sorting of the page sizes array."
Note I did minor style cleanup and regenerated the patches.
Submitted by: alc
Notes:
svn path=/head/; revision=455243
|
|
|
|
| |
Notes:
svn path=/head/; revision=454477
|
|
|
|
|
|
|
| |
PR: 223231
Notes:
svn path=/head/; revision=453314
|
|
|
|
|
|
|
|
| |
Note PORTREVISION is not bumped because it only affects a kernel without
"options COMPAT_FREEBSD11".
Notes:
svn path=/head/; revision=449382
|
|
|
|
| |
Notes:
svn path=/head/; revision=448833
|
|
|
|
| |
Notes:
svn path=/head/; revision=438840
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
http://bugs.java.com/view_bug.do?bug_id=6900441
While we are at it, merge fix for JDK-8029453.
http://bugs.java.com/view_bug.do?bug_id=8029453
Note JDK-8029453 only affects us when "-XX:WorkAroundNPTLTimedWaitHang=0" is
forcibly set.
Reported by: 张泽鹏 (redraiment at gmail dot com)
Tested by: 张泽鹏 (redraiment at gmail dot com)
Notes:
svn path=/head/; revision=438460
|
|
|
|
| |
Notes:
svn path=/head/; revision=432697
|
|
|
|
|
|
|
|
| |
PR: 216016
Submitted by: jbeich@
Notes:
svn path=/head/; revision=431607
|
|
|
|
|
|
|
|
|
|
|
| |
. This also pulls in some OpenBSD tweaks, I believe. These should be a
no-op for FreeBSD though.
PR: 212709 (partial)
Submitted by: Curtis Hamilton <hamiltcl@verizon.net>
Notes:
svn path=/head/; revision=429875
|
|
|
|
| |
Notes:
svn path=/head/; revision=424926
|
|
|
|
|
|
|
| |
Notable change is the inclusion of Let's Encrypt CA.
Notes:
svn path=/head/; revision=424546
|
|
|
|
|
|
|
|
|
|
|
| |
analysing core dumps.
. Bump PORTREVISION.
PR: 211196
Submitted by: Ron Roskens <ronald.roskens@gmail.com>
Notes:
svn path=/head/; revision=421302
|
|
|
|
|
|
|
|
|
| |
VFPv3 or later, i.e., only VFPv1 and VFPv2 require this hack.
https://svnweb.freebsd.org/changeset/base/288983
Notes:
svn path=/head/; revision=420940
|
|
|
|
| |
Notes:
svn path=/head/; revision=419318
|
|
|
|
|
|
|
| |
and should also fix ppc64 support.
Notes:
svn path=/head/; revision=417048
|
|
|
|
|
|
|
|
|
|
| |
. Bump PORTREVISION.
PR: 210226
Submitted by: girgen@
Notes:
svn path=/head/; revision=416952
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove armv6hf because it is default now.
- Merge a HotSpot fix from src/os_cpu/linux_zero/vm/os_linux_zero.cpp.
http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/c6ef40024aa2
- Add an upstream patch to unbreak Zero.
http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/8f58998958ca
- Extend PR209599 to cover arm platforms.
Notes:
svn path=/head/; revision=416839
|
|
|
|
|
|
|
|
|
|
|
| |
timeouts. This is forwarded ported from OpenJDK 7.
. Bump PORTREVISION for this fix.
PR: 210191
Submitted by: Andrew Smith <iamasmith.home@gmail.com>
Notes:
svn path=/head/; revision=416826
|
|
|
|
|
|
|
|
| |
PR: 209599
Submitted by: Andrew Smith <iamasmith.home@gmail.com>
Notes:
svn path=/head/; revision=416825
|
|
|
|
| |
Notes:
svn path=/head/; revision=415373
|
|
|
|
| |
Notes:
svn path=/head/; revision=407661
|
|
|
|
|
|
|
|
| |
PR: 205751
Submitted by: chris@chrullrich.net
Notes:
svn path=/head/; revision=406824
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
only get usage for the current thread. Return -1 if the requested function
is not supported, i.e., user time for other threads, rather than crash. [1]
- Properly implement os::elapsedVTime() using getrusage(). Basically, it is
taken from Linux version.
- Temporarily revert r403748 to fix bootstrapping with earlier OpenJDK8. [2]
PR: 205523, 205843 [1]
PR: 205544 [2]
Notes:
svn path=/head/; revision=405320
|
|
|
|
|
|
|
| |
PR: 205229
Notes:
svn path=/head/; revision=405058
|
|
|
|
|
|
|
| |
PR: 205523
Notes:
svn path=/head/; revision=404273
|
|
|
|
|
|
|
|
| |
PR: 205523
Submitted by: will (via bsd-port-dev@openjdk.java.net)
Notes:
svn path=/head/; revision=404270
|
|
|
|
| |
Notes:
svn path=/head/; revision=403646
|
|
|
|
|
|
|
| |
PR: 205192
Notes:
svn path=/head/; revision=403464
|
|
|
|
|
|
|
|
|
| |
java.lang.OutOfMemroryError.
http://hg.openjdk.java.net/jdk8u/jdk8u/rev/f398f28e3112
Notes:
svn path=/head/; revision=403432
|
|
|
|
| |
Notes:
svn path=/head/; revision=398188
|
|
|
|
|
|
|
|
|
| |
PR: 201308
Submitted by: mikael.urankar@gmail.com
Reviewed by: sbruno
Notes:
svn path=/head/; revision=398182
|
|
|
|
|
|
|
|
|
| |
JDK to being fetched remotely using PATCHFILES and PATCH_SITES.
This cuts the size taken by openjdk8 in the ports repository.
Notes:
svn path=/head/; revision=396353
|
|
|
|
| |
Notes:
svn path=/head/; revision=396257
|
|
|
|
| |
Notes:
svn path=/head/; revision=392605
|
|
|
|
| |
Notes:
svn path=/head/; revision=392604
|
|
|
|
| |
Notes:
svn path=/head/; revision=392506
|
|
|
|
| |
Notes:
svn path=/head/; revision=391339
|
|
|
|
|
|
|
|
|
| |
- Use sysctl(3) instead of procfs(5) when we need executable path from PID.
MFH: 2015Q3
Notes:
svn path=/head/; revision=391177
|
|
|
|
|
|
|
|
|
| |
Re-apply r381431 while I am here.
Submitted by: Kurt Miller <kurt@intricatesoftware.com>
Notes:
svn path=/head/; revision=386818
|
|
|
|
| |
Notes:
svn path=/head/; revision=385506
|
|
|
|
|
|
|
| |
Optimize fontconfig.properties while I am here.
Notes:
svn path=/head/; revision=382926
|
|
|
|
| |
Notes:
svn path=/head/; revision=382173
|
|
|
|
| |
Notes:
svn path=/head/; revision=382061
|
|
|
|
| |
Notes:
svn path=/head/; revision=381431
|
|
|
|
| |
Notes:
svn path=/head/; revision=381360
|
|
|
|
|
|
|
|
|
| |
- Really fix non-release builds. [1]
PR: 193009 [1]
Notes:
svn path=/head/; revision=380064
|