src/jdk/nashorn/internal/lookup/MethodHandleFactory.java

changeset 1068
375a3a3256d0
parent 1028
d79265f2fa92
child 1205
4112748288bb
child 1251
85a6a7545dbe
equal deleted inserted replaced
1067:81483abb4ff9 1068:375a3a3256d0
46 import jdk.nashorn.internal.runtime.options.Options; 46 import jdk.nashorn.internal.runtime.options.Options;
47 47
48 /** 48 /**
49 * This class is abstraction for all method handle, switchpoint and method type 49 * This class is abstraction for all method handle, switchpoint and method type
50 * operations. This enables the functionality interface to be subclassed and 50 * operations. This enables the functionality interface to be subclassed and
51 * intrumensted, as it has been proven vital to keep the number of method 51 * instrumented, as it has been proven vital to keep the number of method
52 * handles in the system down. 52 * handles in the system down.
53 * 53 *
54 * All operations of the above type should go through this class, and not 54 * All operations of the above type should go through this class, and not
55 * directly into java.lang.invoke 55 * directly into java.lang.invoke
56 * 56 *

mercurial