On Wed, 28 Apr 2021 20:38:47 GMT, Maurizio Cimadamore <mcimadam...@openjdk.org> wrote:
> To be clear - by aliasing you mean when the @CallerSensitive implementation > is called with invokeinterface - so, e.g. doing > `MethodHandles.lookup().findVirtual(CLinker.class, ...)` right? Yes. The caller would be java.base if it's invoked via method handle. ------------- PR: https://git.openjdk.java.net/jdk/pull/3699