summaryrefslogtreecommitdiff
path: root/java/openjdk8/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* java/openjdk8: fix patchingPiotr Kubaj2020-07-301-14/+0
| | | | | Remove files/patch-hotspot_src_cpu_ppc_vm_sharedRuntime__ppc.cpp to fix patching. I'm not sure why this patch was added. Removing it doesn't break build on powerpc64 (both elfv1 and elfv2). There's no include for alloca.h in sharedRuntime_ppc.cpp.
* Fix the build for PowerPC64Greg Lewis2020-07-231-0/+14
| | | | Submitted by: Curtis Hamilton
* Update to 8u262Greg Lewis2020-07-161-0/+11
|
* Don't print the company name in the version infoGreg Lewis2020-07-131-0/+20
| | | | | | | This evidently breaks some software that does parsing of -version output PR: 244634 Submitted by: Stefan Ehmann <shoesoft@gmx.net>
* Fix linker errors with libinotify.Jung-uk Kim2020-04-081-0/+17
| | | | | | A patch was mismerged in the previous update. PR: 243454
* Update to 8u242Greg Lewis2020-01-162-47/+0
| | | | Security: https://openjdk.java.net/groups/vulnerability/advisories/2020-01-14
* java/openjdk8: add bootstrap and fix compilation for powerpc64 elfv2Piotr Kubaj2020-01-121-0/+48
| | | | | | | | Since the maintainer didn't respond, I'm adding the bootstrap to my own directory on freefall. PR: 242965 Submitted by: Mikael Urankar (original version) Approved by: java (maintainer timeout)
* Fix line numbers so patch can be appliedGreg Lewis2019-10-231-1/+1
| | | | | PR: 241324 Submitted by: VVD <vvd@unislabs.com>
* Fix build with FONTCONFIGGreg Lewis2019-10-171-25/+29
| | | | | | | * This gets the fontconfig patch applying cleanly and building. No idea if it actually works or not. PR: 241294
* Fix file interactionGreg Lewis2019-10-172-5/+27
| | | | | | | | * Load libnio in BsdNativeDispatcher, as per other OSes * Export getmntonname0 from libnio PR: 241317 Submitted by: cmt@
* Update to 8u232Greg Lewis2019-10-162-24/+0
|
* Update cacertsGreg Lewis2019-08-201-0/+0
| | | | * Use the latest cacerts file from Oracle's public distribution of 8u221.
* Workaround for infinite recursion crashGreg Lewis2019-08-121-0/+12
| | | | | | | | | | * 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
* Fix the build for the FONTCONFIG optionGreg Lewis2019-07-241-9/+8
| | | | | | | | * 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
* Fix the build for powerpc64Greg Lewis2019-07-242-0/+167
| | | | | PR: 239368 Submitted by: pkubaj
* * Update to 8u212.Greg Lewis2019-04-1928-22775/+13
| | | | | * Change master site to Github * Remove patches and Makefile fixes that have been upstreamed to Github
* . Update to 8u202.Greg Lewis2019-02-123-982/+1405
|
* . When upgrading to 8u192 the endianess definitions specific to BSD wereGreg Lewis2019-02-091-0/+44
| | | | | | | | 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
* Add a missing symbol in the linker map file.Jung-uk Kim2019-01-181-3/+11
| | | | PR: 234593
* Add a WatchService implementation backed by kqueue,Alex Dupre2018-12-274-0/+64
| | | | | | | | | leveraging the libinotify wrapper. It's still possible to use the polling watchservice, by defining the following system property: sun.nio.fs.watchservice=polling
* Add support for millisecond resolution to get/setLastModifiedTimeAlex Dupre2018-12-272-0/+34
| | | | in both Java IO and NIO.
* . Fix SCTP support.Greg Lewis2018-12-081-0/+41
| | | | | PR: 230321 Submitted by: Timo Voelker <timo.voelker@fh-muenster.de>
* . Fix compilation on powerpc64Greg Lewis2018-12-081-0/+17
| | | | | PR: 223834 Submitted by: Curtis Hamilton <hamiltcl@verizon.net>
* . Update to 8u192.Greg Lewis2018-12-085-1099/+1251
| | | | PR: 230364
* - Fix reversed ccache version detection logic. Enable ccache support.Jung-uk Kim2018-11-164-0/+47
| | | | | | | | - 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]
* . Update to 8u181.Greg Lewis2018-09-083-676/+842
|
* . Sync the cacerts file with the version in the latest Oracle binary release.Greg Lewis2018-07-031-0/+0
|
* . Update to 8u172.Greg Lewis2018-05-214-749/+739
|
* . Link libinstrument.so with iconv and jli as intended.Greg Lewis2018-03-061-3/+13
| | | | PR: 210297
* . Allow thread names to be set on FreeBSD.Greg Lewis2018-03-041-0/+23
| | | | | PR: 223589 Submitted by: bra@fsn.hu
* . Add a FONTCONFIG option which allows scaler to obtain per-family FreeTypeGreg Lewis2018-03-041-0/+222
| | | | | | | | rendering and loading and may noticeably improves font rendering in Java appications PR: 215636 Submitted by: Dmitri Goutnik <dg@syrec.org>
* Apply an upstream patch to fix Zero.Jung-uk Kim2018-02-272-0/+62
| | | | | | | | | | | | 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)
* . Update to 8u162.Greg Lewis2018-02-032-686/+737
|
* Fix a run-time crash with Clang 6.0.Jung-uk Kim2018-01-181-0/+13
| | | | | | | | | 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
* . Don't incorrectly set the scopeId of an IPv6 interface on BSD.Greg Lewis2017-12-251-0/+13
| | | | | | | This fixes binding sockets for applications running on IPv6. PR: 224079 Submitted by: John W. O'Brien <john@saltant.com>
* Add support for "-XX:+UseLargePages" option.Jung-uk Kim2017-12-014-5/+240
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* . Update to 8u152.Greg Lewis2017-11-192-763/+859
|
* Add preliminary support for aarch64 with Zero.Jung-uk Kim2017-11-011-0/+41
| | | | PR: 223231
* 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".
* . Update to 8u144.Greg Lewis2017-08-274-725/+797
|
* Update to 8u131.Greg Lewis2017-04-194-1464/+1087
|
* Merge fix for JDK-6900441 from Linux source.Jung-uk Kim2017-04-132-0/+308
| | | | | | | | | | | | | | 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)
* . Update to 8u121.Greg Lewis2017-01-293-643/+1175
|
* . Fix compilation with Clang 4.0Greg Lewis2017-01-152-0/+22
| | | | | PR: 216016 Submitted by: jbeich@
* . Add support for the HotSpot Serviceability Agent for ppc64.Greg Lewis2016-12-291-202/+2430
| | | | | | | | . 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>
* . Update to 8u112.Greg Lewis2016-10-304-624/+589
|
* Update cacerts file using the one included in 8u111 release.Alex Dupre2016-10-241-0/+0
| | | | Notable change is the inclusion of Let's Encrypt CA.
* . Include the thread id so that jstack can provide stack traces whenGreg Lewis2016-09-042-0/+37
| | | | | | | | analysing core dumps. . Bump PORTREVISION. PR: 211196 Submitted by: Ron Roskens <ronald.roskens@gmail.com>
* Make the FPU hack for ARM optional. Note this hack is not necessary forJung-uk Kim2016-08-261-0/+7
| | | | | | VFPv3 or later, i.e., only VFPv1 and VFPv2 require this hack. https://svnweb.freebsd.org/changeset/base/288983
* . Update to 8u102.Greg Lewis2016-07-303-1604/+615
|