Re: bug jpackage in JDK 15

2021-01-23 Thread Brian Schlining
In case it's helpful,I'm using a gradle plugin, https://badass-jlink-plugin.beryx.org, to generate the jpackage command. Here's the full jpackage command that's created and used.: /Library/Java/JavaVirtualMachines/openjdk.jdk/Contents/Home/bin/jpackage --type app-image --dest

Re: bug jpackage in JDK 15

2021-01-23 Thread Michael Hall
> On Jan 23, 2021, at 7:07 PM, Michael Hall wrote: > > Also it seems... > --add-modules java.desktop,java.prefs,java.se \ > > Is no longer an option? > —help doesn’t show it and I end up with… > java-options=--module-path > > In the .cfg Sorry, checked again and that is

Re: bug jpackage in JDK 15

2021-01-23 Thread Michael Hall
> On Jan 23, 2021, at 7:07 PM, Michael Hall wrote: > > > >> On Jan 23, 2021, at 6:02 AM, Michael Hall wrote: >> >> >>> >>> "[...]/VARS Annotation.app/Contents/Contents/app/VARS Annotation.cfg" # >>> JDK15 >>> "[...]/VARS Annotation.app/Contents/app/VARS Annotation.cfg" # JDK14 >>> >>

Re: bug jpackage in JDK 15

2021-01-23 Thread Michael Hall
> On Jan 23, 2021, at 6:02 AM, Michael Hall wrote: > > >> >> "[...]/VARS Annotation.app/Contents/Contents/app/VARS Annotation.cfg" # >> JDK15 >> "[...]/VARS Annotation.app/Contents/app/VARS Annotation.cfg" # JDK14 >> > > Any chance the embedded blank in the app name is throwing something

Re: bug jpackage in JDK 15

2021-01-23 Thread Michael Hall
> > "[...]/VARS Annotation.app/Contents/Contents/app/VARS Annotation.cfg" # > JDK15 > "[...]/VARS Annotation.app/Contents/app/VARS Annotation.cfg" # JDK14 > Any chance the embedded blank in the app name is throwing something off?

bug jpackage in JDK 15

2021-01-23 Thread Brian Schlining
Hi everyone, I'm running into a bug with jpackage. I have a mac app that builds just fine using jdk14's jpackage. However, using jdk15's jpackage the built app doesn't run. The tl;dr is that the built executable from jdk15 throws in an extra "Contents" directory in one of its paths: e.g.

Re: RFR: 8253795: Implementation of JEP 391: macOS/AArch64 Port

2021-01-23 Thread Andrew Haley
On Fri, 22 Jan 2021 18:49:42 GMT, Anton Kozlov wrote: > Please review the implementation of JEP 391: macOS/AArch64 Port. > > It's heavily based on existing ports to linux/aarch64, macos/x86_64, and > windows/aarch64. > > Major changes are in: > * src/hotspot/cpu/aarch64: support of the new

Re: RFR: 8257733: Move module-specific data from make to respective module [v4]

2021-01-23 Thread Alan Bateman
On Fri, 15 Jan 2021 14:58:14 GMT, Alan Bateman wrote: >> This PR is not stale; it's just still waiting for input from @AlanBateman. > > @magicus Can the CharacterDataXXX.template files move to > src/java.base/share/classes/java/lang? > @AlanBateman When I moved the charset templates, I found