Re: RFR: 8227745: Enable Escape Analysis for Better Performance in the Presence of JVMTI Agents [v12]

2020-10-17 Thread Richard Reingruber
> Hi, > > this is the continuation of the review of the implementation for: > > https://bugs.openjdk.java.net/browse/JDK-8227745 > https://bugs.openjdk.java.net/browse/JDK-8233915 > > It allows for JIT optimizations based on escape analysis even if JVMTI agents > acquire capabilities to access

RFR: JDK-8254783: jpackage fails on Windows when application name differs …

2020-10-17 Thread Andy Herrick
…from installer name JDK-8254783: jpackage fails on Windows when application name differs from installer name When using --app-image, to create MSI installer, use the application name from AppImageData instead of the Msi installer name if possible. - Commit messages: - JDK-8254783:

Re: RFR: JDK-8253936 Replace ... with {@code ...} for java.sql

2020-10-17 Thread Vipin Sharma
On Fri, 16 Oct 2020 19:38:45 GMT, Vipin Sharma wrote: > ... is replaced with {@code ...} in java.sql classes. > Please review and sponsor this change. Hi @LanceAndersen, I have generated javadoc before and after change. Following are 3 differences showing side by side comparison here. DriverM