Withdrawn: 8282944: GHA: Add Alpine Linux x86_64 pre-integration check

2022-05-05 Thread duke
On Thu, 10 Mar 2022 09:57:17 GMT, George Adams wrote: > Adds Alpine build CI job to the GitHub actions submit.yml. I can add tests > too if people think that would be useful but for now I've left it as just > build. This pull request has been closed without being integrated. - PR

Withdrawn: 8274980: Improve adhoc build version strings

2022-01-25 Thread duke
On Thu, 28 Oct 2021 09:34:07 GMT, Magnus Ihse Bursie wrote: > Current adhoc version build strings are not ideal. Some of the problems: > * A build number of "0" is inserted, which make the version string look like > it's an official build, at least when not reading carefully > * The version st

Withdrawn: 8267312: Resolve should use generated diagnostic factories

2021-07-22 Thread duke
On Tue, 18 May 2021 11:07:18 GMT, Maurizio Cimadamore wrote: > This patch allows Resolve to use more static diagnostic factories. Resolution > errors support generation of diagnostics. This generation is very flexible > and allows creating either a toplevel (error or warning) diagnostic, or a

Withdrawn: 8254846 Warn before building if Xcode has no disk space left

2021-06-21 Thread duke
On Mon, 26 Apr 2021 13:17:10 GMT, George Adams wrote: > This PR creates a simple sanity check for all systems to verify that there is > at least 6 GB available disk space before compiling. > > I got the 6 GB requirement from > https://github.com/openjdk/jdk/blob/master/doc/building.md#buildin

Withdrawn: JDK-8266254: Update to use jtreg 6

2021-06-02 Thread duke
On Wed, 2 Jun 2021 16:13:48 GMT, Jonathan Gibbons wrote: > Please review the change to update to using jtreg 6. > > The primary change is to the jib-profiles.js file, which specifies the > version of jtreg to use, for those systems that rely on this file. In > addition, the `requiredVersion`

Withdrawn: 8257733: Move module-specific data from make to respective module

2021-04-21 Thread duke
On Thu, 3 Dec 2020 23:44:20 GMT, Magnus Ihse Bursie wrote: > A lot (but not all) of the data in make/data is tied to a specific module. > For instance, the publicsuffixlist is used by java.base, and fontconfig by > java.desktop. (A few directories, like mainmanifest, is *actually* used by > ma

Withdrawn: 8258477: Pre-submit testing using GitHub Actions should merge changes from target branch

2021-04-21 Thread duke
On Wed, 16 Dec 2020 10:47:50 GMT, Robin Westberg wrote: > Normally when running GitHub Actions on a pull request, what is checked out > is the merge of the pull request with the latest changes on the target > branch. This ensure that what is tested is as close as possible to what will > actual

Withdrawn: 8251854: [macosx] Java forces the use of discrete GPU

2021-02-17 Thread duke
On Tue, 10 Nov 2020 08:19:13 GMT, Sergey Bylokhov wrote: > This is a review request for the bug particularly fixed some time ago: > https://mail.openjdk.java.net/pipermail/2d-dev/2015-May/005425.html > > In that review request it was found that the old fix does not work well in > all cases, see

Withdrawn: 8253757: Add LLVM-based backend for hsdis

2021-02-15 Thread duke
On Tue, 29 Sep 2020 04:36:16 GMT, Ludovic Henry wrote: > When bringing up Hotspot onto new platforms, it is not always possible to > compile hsdis because gcc is not yet available. For example, for > Windows-AArch64 and macOS-AArch64. > > For some such platforms, it is possible to use LLVM as