Re: RFR: 8015831: Add lint check for calling overridable methods from a constructor [v5]

2023-01-08 Thread David Holmes
On Sat, 7 Jan 2023 21:08:07 GMT, Archie L. Cobbs wrote: >> This PR adds a new lint warning category `this-escape`. >> >> It also adds `@SuppressWarnings` annotations as needed to the JDK itself to >> allow the JDK to continue to compile with `-Xlint:all`. >> >> A 'this' escape warning is gener

Re: jpackageapplauncher linker arguments for osx

2023-01-08 Thread David Holmes
On 8/01/2023 8:39 pm, David Schumann wrote: Hello, I'm not 100% sure if this list is the correct one for this topic, feel free to redirect me. core-libs-dev - cc'd Cheers, David Currently the jpackageapplauncher binary gets linked without the "-headerpad_max_install_names" argument on osx.

jpackageapplauncher linker arguments for osx

2023-01-08 Thread David Schumann
Hello, I'm not 100% sure if this list is the correct one for this topic, feel free to redirect me. Currently the jpackageapplauncher binary gets linked without the "-headerpad_max_install_names" argument on osx. This prevents a user from using the install_name_tool with the launcher binary. This