nashorn/src/jdk.scripting.nashorn/share/classes/jdk/internal/dynalink/linker/LinkerServices.java
changeset 33333 0bad500ce4e0
parent 33007 03119bfefbbf
child 33337 af3fea63e008
--- a/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/internal/dynalink/linker/LinkerServices.java	Mon Oct 19 08:39:06 2015 +0200
+++ b/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/internal/dynalink/linker/LinkerServices.java	Mon Oct 19 08:45:29 2015 +0200
@@ -185,7 +185,8 @@
     /**
      * Modifies the method handle so that any parameters that can receive potentially internal language runtime objects
      * will have a filter added on them to prevent them from escaping, potentially by wrapping them.
-     * It can also potentially add an unwrapping filter to the return value.
+     * It can also potentially add an unwrapping filter to the return value. Basically transforms the method
+     * handle using the transformer configured by {@link DynamicLinkerFactory#setInternalObjectsFilter(MethodHandleTransformer)}.
      * @param target the target method handle
      * @return a method handle with parameters and/or return type potentially filtered for wrapping and unwrapping.
      */