summaryrefslogtreecommitdiff
path: root/java/openjdk8 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Convert to UCL & cleanup pkg-message (categories h-k)Mathieu Arnold2019-08-131-4/+6
| | | | Notes: svn path=/head/; revision=508880
* Workaround for infinite recursion crashGreg Lewis2019-08-122-0/+13
| | | | | | | | | | | | | * FreeBSD crashes on infinite recursion rather than throwing a stack overflow because the stack address of the fault is in the page below the guard area. Workaround this by rounding down the fault address to the nearest page boundary. Investigation is still under way into what may be causing this but this appears to prevent it in simple test cases. PR: 222146 Notes: svn path=/head/; revision=508703
* Fix the build for the FONTCONFIG optionGreg Lewis2019-07-242-12/+9
| | | | | | | | | | | * Updated the fontconfig.patch file * Simplified FONTCONFIG to use EXTRA_PATCHES rather than a separate target PR: 239358 Submitted by: John Hein <jcfyecrayz@liamekaens.com>, fluffy Notes: svn path=/head/; revision=507306
* Fix the build for powerpc64Greg Lewis2019-07-242-0/+167
| | | | | | | | PR: 239368 Submitted by: pkubaj Notes: svn path=/head/; revision=507305
* Update to 8u222Greg Lewis2019-07-192-5/+5
| | | | Notes: svn path=/head/; revision=506946
* Use USE_GITHUB when appropriate.Mathieu Arnold2019-05-112-8/+8
| | | | Notes: svn path=/head/; revision=501298
* Minor to whitespace to correct the PR for the previous commit.Greg Lewis2019-04-221-1/+1
| | | | | | | | | | | | Previous commit was: Always depend on fontconfig PR: 237436 Submitted by: Dominik Lisiak <dominik.lisiak@bemsoft.pl> Notes: svn path=/head/; revision=499687
* Always depend on fontconfigGreg Lewis2019-04-221-3/+3
| | | | | | | | PR: 203862 Submitted by: Dominik Lisiak <dominik.lisiak@bemsoft.pl> Notes: svn path=/head/; revision=499685
* Add back the dependency on zip.Greg Lewis2019-04-191-1/+2
| | | | | | | Reported by: Charlie Li <ml+freebsd@vishwin.info> Notes: svn path=/head/; revision=499386
* * Update to 8u212.Greg Lewis2019-04-1930-23012/+28
| | | | | | | | * Change master site to Github * Remove patches and Makefile fixes that have been upstreamed to Github Notes: svn path=/head/; revision=499375
* Update WWWSunpoet Po-Chuan Hsieh2019-03-131-1/+1
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=495606
* . Update to 8u202.Greg Lewis2019-02-125-987/+1412
| | | | Notes: svn path=/head/; revision=492778
* . When upgrading to 8u192 the endianess definitions specific to BSD wereGreg Lewis2019-02-092-1/+45
| | | | | | | | | | | missed during a large merge of the configuration file. This resulted in, at least, macros affecting maths operations using the big endian rather than the little endian versions. PR: 234689 Notes: svn path=/head/; revision=492485
* Add a missing symbol in the linker map file.Jung-uk Kim2019-01-182-4/+12
| | | | | | | PR: 234593 Notes: svn path=/head/; revision=490617
* Add a WatchService implementation backed by kqueue,Alex Dupre2018-12-275-2/+68
| | | | | | | | | | | | leveraging the libinotify wrapper. It's still possible to use the polling watchservice, by defining the following system property: sun.nio.fs.watchservice=polling Notes: svn path=/head/; revision=488523
* Add support for millisecond resolution to get/setLastModifiedTimeAlex Dupre2018-12-273-1/+35
| | | | | | | in both Java IO and NIO. Notes: svn path=/head/; revision=488521
* . Fix build on gcc based architectures (e.g. powerpc64)Greg Lewis2018-12-111-0/+1
| | | | | | | | PR: 233883 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Notes: svn path=/head/; revision=487219
* . Fix SCTP support.Greg Lewis2018-12-082-0/+42
| | | | | | | | PR: 230321 Submitted by: Timo Voelker <timo.voelker@fh-muenster.de> Notes: svn path=/head/; revision=486983
* . Fix compilation on powerpc64Greg Lewis2018-12-081-0/+17
| | | | | | | | PR: 223834 Submitted by: Curtis Hamilton <hamiltcl@verizon.net> Notes: svn path=/head/; revision=486976
* . Update to 8u192.Greg Lewis2018-12-087-1103/+1257
| | | | | | | PR: 230364 Notes: svn path=/head/; revision=486973
* - Fix reversed ccache version detection logic. Enable ccache support.Jung-uk Kim2018-11-165-3/+52
| | | | | | | | | | | - Use '-pthread' for Clang. Clang supports '-pthread' on all BSDs except for Darwin. [1] Reported by: Achilleas Mantzios <achill@matrix.gatewaynet.com> [1] Tested by: Achilleas Mantzios <achill@matrix.gatewaynet.com> [1] Notes: svn path=/head/; revision=485094
* . Update to 8u181.Greg Lewis2018-09-085-681/+849
| | | | Notes: svn path=/head/; revision=479258
* . Sync the cacerts file with the version in the latest Oracle binary release.Greg Lewis2018-07-032-0/+1
| | | | Notes: svn path=/head/; revision=473801
* . Update to 8u172.Greg Lewis2018-05-216-753/+745
| | | | Notes: svn path=/head/; revision=470492
* . Link libinstrument.so with iconv and jli as intended.Greg Lewis2018-03-062-4/+14
| | | | | | | PR: 210297 Notes: svn path=/head/; revision=463688
* . Allow thread names to be set on FreeBSD.Greg Lewis2018-03-041-0/+23
| | | | | | | | PR: 223589 Submitted by: bra@fsn.hu Notes: svn path=/head/; revision=463588
* . Add a FONTCONFIG option which allows scaler to obtain per-family FreeTypeGreg Lewis2018-03-042-1/+228
| | | | | | | | | | | rendering and loading and may noticeably improves font rendering in Java appications PR: 215636 Submitted by: Dmitri Goutnik <dg@syrec.org> Notes: svn path=/head/; revision=463545
* Apply an upstream patch to fix Zero.Jung-uk Kim2018-02-273-0/+63
| | | | | | | | | | | | | | | http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/8bd024c567e7 This patch complements the following commits. http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/f8a45a60bc6b http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/b1606443958a http://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/a3e756231625 Reported by: Mikaël Urankar (mikael.urankar@gmail.com) (via swills) Notes: svn path=/head/; revision=463156
* . Fix the build for i386 when WITH_LLD_IS_LD is set.Greg Lewis2018-02-081-0/+6
| | | | | | | | PR: 225741 Submitted by: dim@ Notes: svn path=/head/; revision=461197
* . Update to 8u162.Greg Lewis2018-02-034-691/+744
| | | | Notes: svn path=/head/; revision=460849
* Fix a run-time crash with Clang 6.0.Jung-uk Kim2018-01-182-1/+14
| | | | | | | | | | | | 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
* Replace USE_AUTOTOOLS and pre-configure with a plain build dependency onTijl Coosemans2017-12-251-8/+2
| | | | | | | | devel/autoconf. The upstream build system runs autoconf to regenerate generated-configure.sh. Notes: svn path=/head/; revision=457243
* . Don't incorrectly set the scopeId of an IPv6 interface on BSD.Greg Lewis2017-12-252-1/+14
| | | | | | | | | | 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
* Add support for "-XX:+UseLargePages" option.Jung-uk Kim2017-12-015-5/+241
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* . Update to 8u152.Greg Lewis2017-11-194-766/+865
| | | | Notes: svn path=/head/; revision=454477
* Fix default bootstrap JDK selection.Jung-uk Kim2017-11-011-2/+2
| | | | | | | It was accidentally broken by r450869. Notes: svn path=/head/; revision=453315
* Add preliminary support for aarch64 with Zero.Jung-uk Kim2017-11-012-1/+42
| | | | | | | PR: 223231 Notes: svn path=/head/; revision=453314
* Clean up X11 option handling. No functional change.Jung-uk Kim2017-10-031-24/+14
| | | | Notes: svn path=/head/; revision=451167
* Fix java/openjdk8-jre build after r444448.Jung-uk Kim2017-10-031-3/+3
| | | | | | | PR: 222750 Notes: svn path=/head/; revision=451162
* Use java/bootstrap-openjdk8 to bootstrap.Jung-uk Kim2017-09-281-25/+17
| | | | Notes: svn path=/head/; revision=450869
* Fix available memory calculation on head after r309017.Jung-uk Kim2017-09-072-6/+26
| | | | | | | | Note PORTREVISION is not bumped because it only affects a kernel without "options COMPAT_FREEBSD11". Notes: svn path=/head/; revision=449382
* The src tree is splitting 32-bit arm support into 'armv6' and the newMark Linimon2017-09-011-7/+9
| | | | | | | | | | | 'armv7'. This patch adds armv7 support. It should provide no regression on any existing architecture. PR: 221896 Approved by: maintainer Notes: svn path=/head/; revision=449081
* . Update to 8u144.Greg Lewis2017-08-276-729/+804
| | | | Notes: svn path=/head/; revision=448833
* Add a new ALSA default option to make it possible to disable ALSATobias Kortkamp2017-06-271-5/+10
| | | | | | | | | | | | support and build the JDK without an ALSA dependency PR: 219125 Reviewed by: jbeich Approved by: mat (mentor), java (maintainer timeout, 6+ weeks) Differential Revision: https://reviews.freebsd.org/D11331 Notes: svn path=/head/; revision=444448
* Scrub mention of armv6hf from ARCHS. It was never in a released version.Mark Linimon2017-06-261-1/+1
| | | | | | | | | | While here, sort ARCHS and pet portlint. Reviewed by: imp Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=444416
* Update to 8u131.Greg Lewis2017-04-196-1469/+1094
| | | | Notes: svn path=/head/; revision=438840
* Merge fix for JDK-6900441 from Linux source.Jung-uk Kim2017-04-133-0/+309
| | | | | | | | | | | | | | | | | 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
* Fix build with GCC. It was broken by r430424.Jung-uk Kim2017-02-021-1/+1
| | | | | | | PR: 216738 Notes: svn path=/head/; revision=433180
* Fix distinfo.Jung-uk Kim2017-01-301-1/+3
| | | | | | | PR: r216595 Notes: svn path=/head/; revision=432874
* . Update to 8u121.Greg Lewis2017-01-295-650/+1182
| | | | Notes: svn path=/head/; revision=432697