src/jdk.dynalink/share/classes/jdk/dynalink/package-info.java

Print this page

        

*** 271,277 **** * their {@code DynamicLinker} objects. This means that if an object from * language runtime B gets passed to code from language runtime A, the linker * from B will get a chance to link the call site in A when it encounters the * object from B. */ - @jdk.Exported package jdk.dynalink; --- 271,276 ----