Integrated: 8283237: CallSite should be a sealed class

liach duke at openjdk.java.net
Wed Mar 23 16:46:34 UTC 2022


On Wed, 16 Mar 2022 13:09:30 GMT, liach <duke at openjdk.java.net> wrote:

> Change `CallSite` to a sealed class, as `CallSite` is an abstract class which does not allow direct subclassing by users per its documentation. Since I don't have a JBS account, I posted the content for the CSR in a GitHub Gist at https://gist.github.com/150d5aa7f8b13a4deddf95969ad39d73 and wish someone can submit a CSR for me.

This pull request has now been integrated.

Changeset: 3e73a0b7
Author:    liach <liach at users.noreply.github.com>
Committer: Mandy Chung <mchung at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/3e73a0b726a97df0a4e92f9cf917429346090f45
Stats:     10 lines in 4 files changed: 0 ins; 0 del; 10 mod

8283237: CallSite should be a sealed class

Reviewed-by: jkuhn, mchung

-------------

PR: https://git.openjdk.java.net/jdk/pull/7840


More information about the core-libs-dev mailing list