On Wed, 19 Feb 2025 14:23:04 GMT, Per Minborg wrote:
> This PR proposes to add the `final` keyword to some classes and methods in
> order to assist compiler devirtualization (e.g. in Graal native image).
>
> Passes `make test TEST=jdk_foreign`
I have no objection with this -- but I do think th
On Wed, 19 Feb 2025 14:23:04 GMT, Per Minborg wrote:
> This PR proposes to add the `final` keyword to some classes and methods in
> order to assist compiler devirtualization (e.g. in Graal native image).
>
> Passes `make test TEST=jdk_foreign`
Looks simple and trivial.
-
Marked a
This PR proposes to add the `final` keyword to some classes and methods in
order to simplify compiler devirtualization (e.g. in Graal native image).
Passes `make test TEST=jdk_foreign`
-
Commit messages:
- Make methods and classes final
Changes: https://git.openjdk.org/jdk/pull/23