[lworld] Integrated: 8293126: [lworld] follow-up for JDK-8293120
Vicente Romero
vromero at openjdk.org
Thu Sep 1 19:48:18 UTC 2022
On Thu, 1 Sep 2022 19:32:49 GMT, Vicente Romero <vromero at openjdk.org> wrote:
> This PR is providing tests that were missing in the initial PR that fixed [1]. Also we realized that javac is accepting this code as kosher:
>
> abstract sealed value class SC {}
> non-sealed value class VC extends SC {}
>
> even when concrete value classes are implicitly final, so can't be `non-sealed` at the same time.
>
> [1] https://bugs.openjdk.org/browse/JDK-8293120
This pull request has now been integrated.
Changeset: 252ebe1e
Author: Vicente Romero <vromero at openjdk.org>
URL: https://git.openjdk.org/valhalla/commit/252ebe1ec474964850f756ec2d02e1b1721bd6d5
Stats: 50 lines in 2 files changed: 48 ins; 0 del; 2 mod
8293126: [lworld] follow-up for JDK-8293120
-------------
PR: https://git.openjdk.org/valhalla/pull/738
More information about the valhalla-dev
mailing list