Re: RFR: 8316893: Compile without -fno-delete-null-pointer-checks

2023-09-30 Thread Kim Barrett
On Fri, 29 Sep 2023 10:01:42 GMT, Daniel Jeliński wrote: > Please review this patch that reenables `delete-null-pointer-checks` > optimization in GCC and Clang. > > It also disables `nonnull-compare` warning that is now triggered in debug > builds. The problematic code will be addressed by #15

Re: RFR: 8312522: Implementation of Foreign Function & Memory API [v32]

2023-09-30 Thread Jorn Vernee
On Thu, 28 Sep 2023 13:33:32 GMT, Jorn Vernee wrote: >> This patch contains the implementation of the foreign linker & memory API >> JEP for Java 22. The initial patch is composed of commits brought over >> directly from the [panama-foreign >> repo](https://github.com/openjdk/panama-foreign).

Re: RFR: 8312522: Implementation of Foreign Function & Memory API [v32]

2023-09-30 Thread ExE Boss
On Thu, 28 Sep 2023 13:33:32 GMT, Jorn Vernee wrote: >> This patch contains the implementation of the foreign linker & memory API >> JEP for Java 22. The initial patch is composed of commits brought over >> directly from the [panama-foreign >> repo](https://github.com/openjdk/panama-foreign).

Re: RFR: 8316893: Compile without -fno-delete-null-pointer-checks

2023-09-30 Thread Julian Waters
On Fri, 29 Sep 2023 10:01:42 GMT, Daniel Jeliński wrote: > Please review this patch that reenables `delete-null-pointer-checks` > optimization in GCC and Clang. > > It also disables `nonnull-compare` warning that is now triggered in debug > builds. The problematic code will be addressed by #15

RFR: 8316893: Compile without -fno-delete-null-pointer-checks

2023-09-30 Thread Daniel Jeliński
Please review this patch that reenables `delete-null-pointer-checks` optimization in GCC and Clang. It also disables `nonnull-compare` warning that is now triggered in debug builds. The problematic code will be addressed by #15927. Mach5 Tier1-5 testing clean. - Commit messages: