RFR: 8283237: CallSite should be a sealed class [v3]
liach
duke at openjdk.java.net
Fri Mar 18 22:12:10 UTC 2022
> 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.
liach has updated the pull request incrementally with one additional commit since the last revision:
Remove homemade callsite from test
-------------
Changes:
- all: https://git.openjdk.java.net/jdk/pull/7840/files
- new: https://git.openjdk.java.net/jdk/pull/7840/files/eef61c31..1bcd779f
Webrevs:
- full: https://webrevs.openjdk.java.net/?repo=jdk&pr=7840&range=02
- incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=7840&range=01-02
Stats: 119 lines in 3 files changed: 2 ins; 113 del; 4 mod
Patch: https://git.openjdk.java.net/jdk/pull/7840.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/7840/head:pull/7840
PR: https://git.openjdk.java.net/jdk/pull/7840
More information about the core-libs-dev
mailing list