Re: RFR: 8290740: Catalog not used when the handler is null

2022-07-29 Thread Joe Wang
On Fri, 29 Jul 2022 02:38:25 GMT, Joe Wang wrote: > Patch to make sure the Catalog is used even when the handler is null. Thanks all! - PR: https://git.openjdk.org/jdk/pull/9682

Re: RFR: 8290740: Catalog not used when the handler is null

2022-07-29 Thread Iris Clark
On Fri, 29 Jul 2022 02:38:25 GMT, Joe Wang wrote: > Patch to make sure the Catalog is used even when the handler is null. Marked as reviewed by iris (Reviewer). - PR: https://git.openjdk.org/jdk/pull/9682

Re: RFR: 8290740: Catalog not used when the handler is null

2022-07-29 Thread Naoto Sato
On Fri, 29 Jul 2022 02:38:25 GMT, Joe Wang wrote: > Patch to make sure the Catalog is used even when the handler is null. Marked as reviewed by naoto (Reviewer). - PR: https://git.openjdk.org/jdk/pull/9682

Re: RFR: 8290740: Catalog not used when the handler is null

2022-07-29 Thread Lance Andersen
On Fri, 29 Jul 2022 02:38:25 GMT, Joe Wang wrote: > Patch to make sure the Catalog is used even when the handler is null. Marked as reviewed by lancea (Reviewer). - PR: https://git.openjdk.org/jdk/pull/9682

RFR: 8290740: Catalog not used when the handler is null

2022-07-28 Thread Joe Wang
Patch to make sure the Catalog is used even when the handler is null. - Commit messages: - 8290740: Catalog not used when the handler is null Changes: https://git.openjdk.org/jdk/pull/9682/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=9682&range=00 Issue: https://bugs.op