summaryrefslogtreecommitdiff
path: root/java/openjdk17/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* java/openjdk17: Update to 17.0.2 GAGreg Lewis2022-02-051-42/+0
|
* java/openjdk17: Add i386 supportGreg Lewis2021-12-311-0/+42
|
* java/openjdk17: Update to 17.0.1Greg Lewis2021-10-313-43/+0
|
* java/openjdk17: Fix libfontmanager linkageGreg Lewis2021-10-091-0/+9
| | | | | | | * Backport the fix from jdk17u so that --with-harfbuzz=system adds -lharfbuzz when linking libfontmanager.so Reported by: barulheira@gmail.com
* java/openjdk17: Fix build on aarch64.Mikael Urankar2021-10-051-0/+26
| | | | | | Fully initialize FrameForm: Corrects adlc segfault when malloc junk options are set. Approved by: portmgr (build fix blanket)
* java/openjdk17: port to powerpc64lePiotr Kubaj2021-09-291-2/+10
|
* java/openjdk17: Add a port of OpenJDK 17Greg Lewis2021-09-258-0/+284
* Add a port of OpenJDK 17 * Restrict to amd64 and aarch64 until more platforms are tested