Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
8.372.07.1_1 29 Apr 2023 08:45:36
    |
Dimitry Andric (dim)  |
java/openjdk8: fix build with clang 16
Since clang 16 (and gcc 11) the default C++ standard is now gnu++17.
Because java/openjdk8's build infrastructure does not explicitly set its
C++ standard, this leads to several errors:
/wrkdirs/usr/ports/java/openjdk8/work/jdk8u-jdk8u362-b09.1/hotspot/src/share/vm/adlc/arena.cpp:82:3:
error: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
register Chunk *k = _first;
^~~~~~~~~
/wrkdirs/usr/ports/java/openjdk8/work/jdk8u-jdk8u362-b09.1/hotspot/src/share/vm/adlc/arena.cpp:96:3:
error: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
register Chunk *k = _chunk; // Get filled-up chunk address
^~~~~~~~~
2 errors generated.
/wrkdirs/usr/ports/java/openjdk8/work/jdk8u-jdk8u362-b09.1/hotspot/src/share/vm/adlc/adlparse.cpp:4567:3:
error: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
register char c; (Only the first 15 lines of the commit message are shown above ) |
8.372.07.1 29 Apr 2023 07:11:41
    |
Greg Lewis (glewis)  |
java/openjdk8: Update to 8u372 |
8.362.09.1_1 16 Apr 2023 22:48:44
    |
Greg Lewis (glewis)  |
java/openjdk8: Fix use of printf (causes build failures for poudriere)
PR: 267690
Obtained from: Michael Osipov <michael.osipov@siemens.com> |
8.362.09.1_1 20 Feb 2023 13:44:06
    |
Piotr Kubaj (pkubaj)  |
java/openjdk8: commit forgotten patch
Reported by: mikael |
8.362.09.1_1 19 Feb 2023 22:28:58
    |
Piotr Kubaj (pkubaj)  |
java/openjdk8: fix build on powerpc64* with clang 15
/wrkdirs/usr/ports/java/openjdk8/work/jdk8u-jdk8u362-b09.1/hotspot/agent/src/os/bsd/symtab.c:266:14:
warning: call to undeclared function 'find_section_by_name'; ISO C99 and later
do not support implicit function declarations [-Wimplicit-function-declaration]
opd_sect = find_section_by_name(".opd", fd, &ehdr, scn_cache);
^
/wrkdirs/usr/ports/java/openjdk8/work/jdk8u-jdk8u362-b09.1/hotspot/agent/src/os/bsd/symtab.c:266:12:
error: incompatible integer to pointer conversion assigning to 'struct
elf_section *' from 'int' [-Wint-conversion]
opd_sect = find_section_by_name(".opd", fd, &ehdr, scn_cache);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Bump PORTREVISION because the issue actually existed with previous clang
versions, but didn't cause an error.
find_section_by_name() is copied from Linux's symtab.c. |
8.362.09.1 23 Jan 2023 01:07:41
    |
Greg Lewis (glewis)  |
java/openjdk8: Update to 8u362 |
8.352.08.1_1 18 Dec 2022 17:23:58
    |
Dimitry Andric (dim)  |
java/openjdk8: fix build with clang 15
During an exp-run for llvm 15 (see bug 265425), it turned out that
java/openjdk8 failed to build with clang 15:
/wrkdirs/usr/ports/java/openjdk8/work/jdk8u-jdk8u352-b08.1/jdk/src/share/bin/splashscreen_stubs.c:64:30:
error: incompatible pointer to integer conversion returning 'void *' from a
function with result type 'int' [-Wint-conversion]
INVOKE(SplashLoadMemory, NULL)(pdata, size);
^~~~
/usr/include/sys/_null.h:34:14: note: expanded from macro 'NULL'
#define NULL ((void *)0)
^~~~~~~~~~~
/wrkdirs/usr/ports/java/openjdk8/work/jdk8u-jdk8u352-b08.1/jdk/src/share/bin/splashscreen_stubs.c:60:39:
note: expanded from macro 'INVOKE'
#define INVOKE(name,def) _INVOKE(name,def,return)
^~~
/wrkdirs/usr/ports/java/openjdk8/work/jdk8u-jdk8u352-b08.1/jdk/src/share/bin/splashscreen_stubs.c:57:25:
note: expanded from macro '_INVOKE' (Only the first 15 lines of the commit message are shown above ) |
8.352.08.1_1 04 Nov 2022 05:52:56
    |
Greg Lewis (glewis)  |
java/openjdk8: Use the distributed cacerts
PR: 266723
Reported by: Michael Osipov <michael.osipov@siemens.com> |
8.352.08.1 29 Oct 2022 22:22:52
    |
Greg Lewis (glewis)  |
java/openjdk8: Update to 8u352 |
8.342.07.1_1 14 Sep 2022 10:46:26
    |
Dimitry Andric (dim)  |
java/openjdk8: Bump PORTREVISION for previous change
PR: 264065
MFH: 2022Q3 |
8.342.07.1 14 Sep 2022 08:52:48
    |
Dimitry Andric (dim)  |
java/openjdk8: Restore workaround for aarch64 assertions
See also <https://bugs.openjdk.org/browse/JDK-8247766>.
Even though the upstream fix has been applied to this version of the
JDK, some users still report the assertion "guarantee(val < (1U <<
nbits)) failed: Field too big for insn" occurring, when it is built with
recent versions of clang.
Therefore, restore the workaround that uses clang 12 to build the JDK on
aarch64.
PR: 264065
MFH: 2022Q3 |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
8.342.07.1 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
8.342.07.1 06 Aug 2022 10:55:32
    |
Dimitry Andric (dim)  |
java/openjdk{8,11}: Remove dependency on devel/llvm12 which is no longer
necessary
The workarounds committed in aa1ca89826b5 and 846ff4e95291 are no longer
necessary, as both the upstream commits for PR258954
(https://github.com/battleblow/jdk11u/commit/305a68a90c722aa7a7b75589e24d5b5d554c96c1)
and PR264065 (https://hg.openjdk.java.net/jdk/jdk/rev/40c07de877ab) are
now merged into the distribution tarballs.
PR: 258954, 264065
Approved by: maintainer timeout (1 month)
MFH: 2022Q3 |
8.342.07.1 02 Aug 2022 04:15:45
    |
Greg Lewis (glewis)  |
java/openjdk8: Update to 8u342 |
8.332.09.1_1 19 Jun 2022 16:01:17
    |
Greg Lewis (glewis)  |
java/openjdk8: Bump PORTREVISION for previous change |
8.332.09.1 19 Jun 2022 04:55:54
    |
Greg Lewis (glewis)  |
java/openjdk8: Attempt to fix newer aarch64
Revert to forcing Clang 12 if Clang 13 or newer is detected.
This may fix problems with the built JDK on aarch64.
PR: 264065 |
8.332.09.1 08 May 2022 03:51:19
    |
Greg Lewis (glewis)  |
java/openjdk8: Fix the build on aarch64 |
8.332.09.1 05 May 2022 01:34:18
    |
Greg Lewis (glewis)  |
java/openjdk8: Update to 8u332 GA |
8.322.06.1_2 21 Apr 2022 17:11:03
    |
Piotr Kubaj (pkubaj)  |
java/openjdk8: enable jfr on powerpc64 |
8.322.06.1_1 19 Apr 2022 12:09:15
    |
Piotr Kubaj (pkubaj)  |
java/openjdk8: enable jfr on powerpc64le
Now builds fine. |
8.322.06.1 12 Feb 2022 04:30:51
    |
Greg Lewis (glewis)  |
java/openjdk8: Update to 8u322 GA
This should also fix problems with LLVM/Clang 13 |
8.312.07.1 31 Oct 2021 18:07:43
    |
Greg Lewis (glewis)  |
java/openjdk8: Update to 8u312 |
8.302.08.1_2 16 Oct 2021 12:22:03
    |
Dimitry Andric (dim)  |
java/openjdk*: work around UB in markOopDesc, fix builds with clang 13
During an exp-run for llvm 13 (see bug 258209), it turned out that
java/openjdk11 through openjdk13 fail to build with clang 13:
=== Output from failing command(s) repeated here ===
* For target jdk__packages_attribute.done:
These crashes are all caused by the markOop/markOopDesc classes, which
are used to keep track of objects, and which are 'marked' using the low
few bits. (See
https://github.com/openjdk/jdk13u/blob/master/src/hotspot/share/oops/markOop.hpp
).
After some laborious bisecting, I found out that these crashes start (Only the first 15 lines of the commit message are shown above ) |
8.302.08.1_2 11 Sep 2021 11:28:00
    |
Bernhard Froehlich (decke)  |
java/openjdk8: Add CPE information
Approved by: portmgr (blanket) |
8.302.08.1_2 03 Sep 2021 13:19:12
    |
Piotr Kubaj (pkubaj)  |
java/openjdk8: fix runtime issues on powerpc64*
Running java or javac executables fails with:
Error: dl failure on line 910
Error: failed /usr/local/openjdk8/jre/lib/ppc64le/server/libjvm.so, because
/usr/local/openjdk8/jre/lib/ppc64le/server/libjvm.so: Undefined symbol
"_ZN5frameC1EPlPh" |
8.302.08.1_1 01 Sep 2021 16:23:08
    |
Mikael Urankar (mikael)  |
java/openjdk8: Switch to server mode on aarch64
PR: 257929
Approved by: java (maintainer timeout)
Tested by: Ronald Klop <ronald-lists@klop.ws> |
8.302.08.1 04 Aug 2021 19:34:19
    |
Piotr Kubaj (pkubaj)  |
java/openjdk8: fix build on powerpc64*
/wrkdirs/usr/ports/java/openjdk8/work/jdk8u-jdk8u302-b08.1/hotspot/src/os_cpu/bsd_ppc/vm/thread_bsd_ppc.cpp:45:37:
error: use of undeclared identifier 'uc_mcontext'
frame ret_frame((intptr_t*)uc->>uc_mcontext.mc_gpr[1/*REG_SP*/],
^
/wrkdirs/usr/ports/java/openjdk8/work/jdk8u-jdk8u302-b08.1/hotspot/src/os_cpu/bsd_ppc/vm/thread_bsd_ppc.cpp:88:18:
error: redefinition of 'pd_get_top_frame_for_signal_handler'
bool JavaThread::pd_get_top_frame_for_signal_handler(frame* fr_addr, void*
ucontext, bool isInJava) {
^
/wrkdirs/usr/ports/java/openjdk8/work/jdk8u-jdk8u302-b08.1/hotspot/src/os_cpu/bsd_ppc/vm/thread_bsd_ppc.cpp:83:18:
note: previous definition is here
bool JavaThread::pd_get_top_frame_for_signal_handler(frame* fr_addr, void*
ucontext, bool isInJava) { |
8.302.08.1 01 Aug 2021 03:02:16
    |
Jan Beich (jbeich)  |
java/openjdk8: unbreak TEST=on after 4dca33c0a4a3
$ make checksum WITH=TEST
===> License GPLv2 accepted by the user
===> openjdk8-8.302.08.1 depends on file: /usr/local/sbin/pkg - found
===> Fetching all distfiles required by openjdk8-8.302.08.1 for building
=> No SHA256 checksum recorded for jtreg4.1-b08.tar.gz.
=> No suitable checksum found for jtreg4.1-b08.tar.gz.
=> SHA256 Checksum OK for battleblow-jdk8u-8.302.08.1-jdk8u302-b08.1_GH0.tar.gz.
*** Error code 1
Reported by: Philipp Ost (via ports@ list) |
8.302.08.1 31 Jul 2021 02:01:28
    |
Greg Lewis (glewis)  |
java/openjdk8: Update to 8u302 |
8.292.10.1 14 May 2021 08:30:52
    |
Mikael Urankar (mikael)  |
java/openjdk8: Fix build on armv6/7
PR: 255326
Reported by: tech-lists@zyxst.net
Approved by: portmgr (tier-2 / build fix blanket) |
8.292.10.1 05 May 2021 05:21:48
    |
Greg Lewis (glewis)  |
Update to 8u292 |
8.282.08.1 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
8.282.08.1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
8.282.08.1 19 Feb 2021 08:02:02
  |
jkim  |
Replace ${ECHO} with ${ECHO_CMD}.
${ECHO} may be no-op when "make -s" is used.
PR: 253588 |
8.282.08.1 21 Jan 2021 03:05:08
  |
glewis  |
Update to 8u282 GA |
8.275.01.1 03 Dec 2020 23:39:47
  |
pkubaj  |
java/openjdk8: add support for powerpc64le
powerpc64le needs --disable-jfr and USE_PRECOMPILED_HEADER=0 - same as powerpc64
elfv2.
Clang refuses to build little-endian binaries for power7, this needs to be
bumped to power8 (this is a bug in openjdk, POWER7 is not LE-compatible).
-minsert-sched-nops=regroup_exact -mno-multiple -mno-string are not supported by
clang and need to be removed.
FreeBSD uses sys/endian.h instead of byteswap.h and bswap{16,32,64} instead of
bswap_{16,32,64}.
PR: 251247
Approved by: java (maintainer timeout) |
8.275.01.1 11 Nov 2020 18:29:57
  |
glewis  |
Update to 8u275 |
8.272.10.1_1 09 Nov 2020 16:09:36
  |
pkubaj  |
java/openjdk8: fix build on powerpc64 elfv1
Now elfv1 also fails to build with jfr enabled. |
8.272.10.1_1 30 Oct 2020 11:32:33
  |
pkubaj  |
java/openjdk8: fix build on powerpc64 elfv2
Build with jfr fails on powerpc64 elfv2. |
8.272.10.1_1 25 Oct 2020 23:42:39
  |
glewis  |
Fix the build for i386
* Disable jfr (at least for the moment)
* Bump PORTREVISION so the port will get rebuilt on the package builders |
8.272.10.1 23 Oct 2020 03:30:53
  |
glewis  |
Update to 8u272 |
8.265.01.1 19 Aug 2020 22:40:04
  |
jkim  |
Add upstream patches to build with "-fno-common".
This is default with Clang 11 and GCC 10.
https://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/41be6128f4c1
https://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/d5c69bd5f7ad |
8.265.01.1 03 Aug 2020 15:30:38
  |
pkubaj  |
java/openjdk8: fix patching on powerpc64 elfv2
Patching hotspot/src/cpu/ppc/vm/sharedRuntime_ppc.cpp is not necessary anymore. |
8.265.01.1 01 Aug 2020 03:39:54
  |
glewis  |
Update to 8u265 |
8.262.10.1 30 Jul 2020 21:45:03
  |
pkubaj  |
java/openjdk8: fix patching
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. |
8.262.10.1 23 Jul 2020 02:15:26
  |
glewis  |
Fix the build for PowerPC64
Submitted by: Curtis Hamilton |
8.262.10.1 16 Jul 2020 03:45:28
  |
glewis  |
Update to 8u262 |
8.252.09.1_2 13 Jul 2020 05:29:34
  |
glewis  |
Don't print the company name in the version info
This evidently breaks some software that does parsing of -version output
PR: 244634
Submitted by: Stefan Ehmann <shoesoft@gmx.net> |
8.252.09.1_1 12 Jul 2020 01:03:36
  |
glewis  |
More accurate vendor information
I've tweaked the values suggested in the PR patch.
PR: 244634
Submitted by: Michael Osipov <michael.osipov@siemens.com> |
8.252.09.1_1 04 Jul 2020 18:11:42
  |
zeising  |
Chanse update of devel/libffi
Chase the devel/libffi update
Bump portrevision of all dependent ports to chace shard library version bump
in libffi.
Update LIB_DEPENDS lines where needed to not require a specific version of
libffi.so.
PR: 247028 (for tracking) |
8.252.09.1 15 Apr 2020 22:05:19
  |
glewis  |
Update to 8u252 |
8.242.07.1_1 08 Apr 2020 20:43:12
  |
jkim  |
Fix linker errors with libinotify.
A patch was mismerged in the previous update.
PR: 243454 |
8.242.07.1 16 Jan 2020 22:00:22
  |
glewis  |
Update to 8u242
Security: https://openjdk.java.net/groups/vulnerability/advisories/2020-01-14 |
8.232.09.1_1 12 Jan 2020 19:10:40
  |
pkubaj  |
java/openjdk8: add bootstrap and fix compilation for powerpc64 elfv2
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) |
8.232.09.1_1 09 Nov 2019 22:28:53
  |
glewis  |
Reinstate guidance to have /proc mounted
* Having /proc mounted is not generally critical, but there is at least one
piece of functionality that does rely on its presence at the moment
(e.g. OperatingSystemMXBean) |
8.232.09.1_1 07 Nov 2019 20:20:00
  |
zeising  |
Sprinkle more USES=xorg |
8.232.09.1_1 06 Nov 2019 18:04:03
  |
glewis  |
Remove unnecessary use of shebangfix
PR: 235453
Submitted by: John Hein <jcfyecrayz@liamekaens.com> |
8.232.09.1_1 23 Oct 2019 15:27:31
  |
glewis  |
Fix line numbers so patch can be applied
PR: 241324
Submitted by: VVD <vvd@unislabs.com> |
8.232.09.1_1 17 Oct 2019 23:45:38
  |
glewis  |
Fix build with FONTCONFIG
* This gets the fontconfig patch applying cleanly and building. No idea
if it actually works or not.
PR: 241294 |
8.232.09.1_1 17 Oct 2019 22:39:06
  |
glewis  |
Fix file interaction
* Load libnio in BsdNativeDispatcher, as per other OSes
* Export getmntonname0 from libnio
PR: 241317
Submitted by: cmt@ |
8.232.09.1 16 Oct 2019 02:28:38
  |
glewis  |
Update to 8u232 |
8.222.10.1_2 10 Oct 2019 08:30:09
  |
tobik  |
java/openjdk8: Drop nop X11_MAKE_ENV_ON
Should have been X11_MAKE_ENV. It has been that way since r451167
and this does not seem to have caused any trouble. Just drop it. |
8.222.10.1_2 28 Aug 2019 15:34:33
  |
glewis  |
Remove guidance about needing procfs
* Remove portions of pkg-message that mention needing /proc mounted.
This hasn't been the case for a while afaik (I don't have it mounted
and haven't observed any related problems). |
8.222.10.1_2 20 Aug 2019 18:33:32
  |
glewis  |
Update cacerts
* Use the latest cacerts file from Oracle's public distribution of 8u221. |
8.222.10.1_1 13 Aug 2019 22:22:35
  |
mat  |
Convert to UCL & cleanup pkg-message (categories h-k) |
8.222.10.1_1 12 Aug 2019 04:05:58
  |
glewis  |
Workaround for infinite recursion crash
* 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 |
8.222.10.1 24 Jul 2019 23:37:06
  |
glewis  |
Fix the build for the FONTCONFIG option
* 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 |
8.222.10.1 24 Jul 2019 23:29:39
  |
glewis  |
Fix the build for powerpc64
PR: 239368
Submitted by: pkubaj |
8.222.10.1 19 Jul 2019 16:31:15
  |
glewis  |
Update to 8u222 |
8.212.4.1 11 May 2019 19:52:08
  |
mat  |
Use USE_GITHUB when appropriate. |
8.212.4.1 22 Apr 2019 21:11:55
  |
glewis  |
Minor to whitespace to correct the PR for the previous commit.
Previous commit was:
Always depend on fontconfig
PR: 237436
Submitted by: Dominik Lisiak <dominik.lisiak@bemsoft.pl> |
8.212.4.1 22 Apr 2019 20:52:52
  |
glewis  |
Always depend on fontconfig
PR: 203862
Submitted by: Dominik Lisiak <dominik.lisiak@bemsoft.pl> |
8.212.4.1 19 Apr 2019 19:08:40
  |
glewis  |
Add back the dependency on zip.
Reported by: Charlie Li <ml+freebsd@vishwin.info> |
8.212.4.1 19 Apr 2019 16:31:34
  |
glewis  |
* Update to 8u212.
* Change master site to Github
* Remove patches and Makefile fixes that have been upstreamed to Github |
8.202.8 13 Mar 2019 16:11:47
  |
sunpoet  |
Update WWW
Approved by: portmgr (blanket) |
8.202.8 12 Feb 2019 11:48:56
  |
glewis  |
. Update to 8u202. |
8.192.26_5 09 Feb 2019 07:16:04
  |
glewis  |
. When upgrading to 8u192 the endianess definitions specific to BSD were
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 |
8.192.26_4 18 Jan 2019 00:47:16
  |
jkim  |
Add a missing symbol in the linker map file.
PR: 234593 |
8.192.26_3 27 Dec 2018 09:52:53
  |
ale  |
Add a WatchService implementation backed by kqueue,
leveraging the libinotify wrapper.
It's still possible to use the polling watchservice,
by defining the following system property:
sun.nio.fs.watchservice=polling |
8.192.26_2 27 Dec 2018 09:46:45
  |
ale  |
Add support for millisecond resolution to get/setLastModifiedTime
in both Java IO and NIO. |
8.192.26_1 11 Dec 2018 03:23:57
  |
glewis  |
. Fix build on gcc based architectures (e.g. powerpc64)
PR: 233883
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> |
8.192.26_1 08 Dec 2018 19:09:28
  |
glewis  |
. Fix SCTP support.
PR: 230321
Submitted by: Timo Voelker <timo.voelker@fh-muenster.de> |
8.192.26 08 Dec 2018 18:43:56
  |
glewis  |
. Fix compilation on powerpc64
PR: 223834
Submitted by: Curtis Hamilton <hamiltcl@verizon.net> |
8.192.26 08 Dec 2018 18:35:30
  |
glewis  |
. Update to 8u192.
PR: 230364 |
8.181.13_1 16 Nov 2018 17:30:17
  |
jkim  |
- Fix reversed ccache version detection logic. Enable ccache support.
- 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] |
8.181.13 08 Sep 2018 20:53:33
  |
glewis  |
. Update to 8u181. |
8.172.11_1 03 Jul 2018 06:31:39
  |
glewis  |
. Sync the cacerts file with the version in the latest Oracle binary release. |
8.172.11 21 May 2018 00:03:43
  |
glewis  |
. Update to 8u172. |
8.162.12_2 06 Mar 2018 04:41:08
  |
glewis  |
. Link libinstrument.so with iconv and jli as intended.
PR: 210297 |
8.162.12_1 04 Mar 2018 17:35:30
  |
glewis  |
. Allow thread names to be set on FreeBSD.
PR: 223589
Submitted by: bra@fsn.hu |
8.162.12_1 04 Mar 2018 00:56:32
  |
glewis  |
. Add a FONTCONFIG option which allows scaler to obtain per-family FreeType
rendering and loading and may noticeably improves font rendering in Java
appications
PR: 215636
Submitted by: Dmitri Goutnik <dg@syrec.org> |
8.162.12_1 27 Feb 2018 19:49:00
  |
jkim  |
Apply an upstream patch to fix Zero.
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: Mikael Urankar (mikael.urankar@gmail.com) (via swills) |
8.162.12 08 Feb 2018 06:29:02
  |
glewis  |
. Fix the build for i386 when WITH_LLD_IS_LD is set.
PR: 225741
Submitted by: dim@ |
8.162.12 03 Feb 2018 21:41:06
  |
glewis  |
. Update to 8u162. |
8.152.16_3 18 Jan 2018 19:26:27
  |
jkim  |
Fix a run-time crash with Clang 6.0.
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 |
8.152.16_2 25 Dec 2017 17:35:39
  |
tijl  |
Replace USE_AUTOTOOLS and pre-configure with a plain build dependency on
devel/autoconf. The upstream build system runs autoconf to regenerate
generated-configure.sh. |
8.152.16_2 25 Dec 2017 06:25:53
  |
glewis  |
. Don't incorrectly set the scopeId of an IPv6 interface on BSD.
This fixes binding sockets for applications running on IPv6.
PR: 224079
Submitted by: John W. O'Brien <john@saltant.com> |
8.152.16_1 01 Dec 2017 01:56:02
  |
jkim  |
Add support for "-XX:+UseLargePages" option.
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 (Only the first 15 lines of the commit message are shown above ) |
8.152.16 19 Nov 2017 05:14:21
  |
glewis  |
. Update to 8u152. |