On Fri, 24 Mar 2023 17:12:26 GMT, Julian Waters wrote:
> A previous argument against link time optimization support that we have for
> gcc is that it was extremely slow. After some checks it turns out we are
> passing rather inefficient flags to gcc in optimized builds. Changing these
> flags
On Fri, 24 Mar 2023 15:31:32 GMT, Severin Gehwolf wrote:
> Please review this change for symbol visibility of static library artefacts.
> This fixes an issue when
> OpenJDK is being used as a base for generating native images preventing the
> symbols from being
> exported and looked up from the
On 25/03/2023 3:06 am, Roger Riggs wrote:
On Fri, 24 Mar 2023 16:53:05 GMT, Michael Osipov wrote:
If you are referring to "Red Hat Enterprise Linux", it'd be correct (AFAIK) to say that Red Hat identifies
"Red Hat Enterprise Linux" as an operating system, but I wouldn't go so far as to say th
On Thu, 29 Sep 2022 00:09:37 GMT, Mike Duigou wrote:
> The OpenJDK build system does not support building when the source code
> resides on a path that contains a space. This requirement is documented in
> the build instructions but not enforced by the configure script.
>
> This change adds an