RFR: 8264774: Implementation of Foreign Function and Memory API (Incubator) [v3]
Mandy Chung
mchung at openjdk.java.net
Wed Apr 28 20:43:54 UTC 2021
On Wed, 28 Apr 2021 20:38:47 GMT, Maurizio Cimadamore <mcimadamore at 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
More information about the nio-dev
mailing list