Julian Waters

Results 32 comments of Julian Waters

> I think this looks good, but if Magnus is around to comment I would value his input. I understand, @magicus would this be a reasonable change?

java.desktop and jdk.jpackage in particular suffer the most from this issue, as both have many flags that often different between these combinations, for instance in Awt2dLibraries.gmk: ``` LIBAWT_CFLAGS += -D__MEDIALIB_OLD_NAMES...

I'm not using the official builds, the JDK in question was a development build compiled by gcc and linked to the MinGW libraries as per normal (Part of an ongoing...

Thanks for paging for me, I'll try to see what's going wrong with the package

A few notes: - make product\-bundles creates the JDK as distributed by Oracle, and can probably be used instead of make images. The JDK is inside the bundles directory as...

Picking the commit by SHA from my branch is probably not a good idea, since the SHA often changes when I rebase on top of latest master. Is there a...

```make # Check for invalid make flags like -j define CheckInvalidMakeFlags # This is a trick to get this rule to execute before any other rules # MAKEFLAGS only indicate...

I've pushed the system library bugfix, there is now no need for the extra patches

> A few notes: > > * make product-bundles creates the JDK as distributed by Oracle, and can probably be used instead of make images. The JDK is inside the...

Oracle has gotten back to me on how their versioning works, `--with-version-build=35 --with-version-pre= --with-version-opt=LTS-2513` is how the following version string was created: > java 21 2023-09-19 LTS > Java(TM) SE...