[code-reflection] Integrated: Code model from method reference

Paul Sandoz psandoz at openjdk.org
Wed Mar 6 18:16:58 UTC 2024


On Tue, 5 Mar 2024 21:34:39 GMT, Paul Sandoz <psandoz at openjdk.org> wrote:

> Obtain a code model from method reference. The implementation is simple and resolves the method reference to an instance of `Method`, and returns the result of `Method::getCodeModel`.

This pull request has now been integrated.

Changeset: 8fcbeee3
Author:    Paul Sandoz <psandoz at openjdk.org>
URL:       https://git.openjdk.org/babylon/commit/8fcbeee32fb423d0fb9c006cafb38b0839122504
Stats:     29 lines in 3 files changed: 28 ins; 0 del; 1 mod

Code model from method reference

Reviewed-by: mcimadamore

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

PR: https://git.openjdk.org/babylon/pull/34


More information about the babylon-dev mailing list