jdk/src/java.base/share/classes/java/lang/invoke
2018-09-19 08:49:07 +01:00
..
AbstractConstantGroup.java 8186209: Tool support for ConstantDynamic 2017-09-08 10:46:46 -07:00
AbstractValidatingLambdaMetafactory.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
BootstrapCallInfo.java 8186209: Tool support for ConstantDynamic 2017-09-08 10:46:46 -07:00
BootstrapMethodInvoker.java 8203886: Invoke LambdaMetafactory::altMetafactory exactly from the BootstrapMethodInvoker 2018-05-30 14:46:28 +02:00
BoundMethodHandle.java 8184777: Factor out species generation logic from BoundMethodHandle 2017-11-16 00:58:50 +01:00
CallSite.java 8185993: MethodHandle.invokeWithArguments jumbo-arity 2017-09-22 15:28:16 -07:00
ClassSpecializer.java 8202548: Use reservation Object when creating SpeciesData 2018-05-08 10:49:59 +02:00
ConstantBootstraps.java 8199875: Require first parameter type of a condy bootstrap to be Lookup 2018-04-11 11:11:13 -07:00
ConstantCallSite.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
ConstantGroup.java 8186209: Tool support for ConstantDynamic 2017-09-08 10:46:46 -07:00
DelegatingMethodHandle.java 8187826: Avoid using reflection to bootstrap NamedFunctions 2017-09-27 17:56:00 +02:00
DirectMethodHandle.java 8010319: Implementation of JEP 181: Nest-Based Access Control 2018-06-23 01:32:41 -04:00
GenerateJLIClassesHelper.java 8199471: Enable generation of callSiteForms at link time 2018-03-14 17:14:02 +01:00
InfoFromMemberName.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
InjectedProfile.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
InnerClassLambdaMetafactory.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
InvokeDynamic.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
InvokerBytecodeGenerator.java 8200167: Validate more special case invocations 2018-04-30 21:56:54 -04:00
Invokers.java 8199471: Enable generation of callSiteForms at link time 2018-03-14 17:14:02 +01:00
LambdaConversionException.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
LambdaForm.java 8200167: Validate more special case invocations 2018-04-30 21:56:54 -04:00
LambdaFormBuffer.java 8191442: Regression in LambdaFormBuffer.replaceFunctions 2017-11-17 15:43:12 +01:00
LambdaFormEditor.java 8184777: Factor out species generation logic from BoundMethodHandle 2017-11-16 00:58:50 +01:00
LambdaMetafactory.java 8202922: Method reference identity is broken by serialization 2018-06-22 12:05:36 -07:00
MemberName.java 8200238: Reduce number of exceptions created when calling MemberName$Factory::resolveOrNull 2018-03-29 10:38:29 +02:00
MethodHandle.java 8010319: Implementation of JEP 181: Nest-Based Access Control 2018-06-23 01:32:41 -04:00
MethodHandleImpl.java 8204194: Lazily create MethodHandleImpl$AsVarargsCollector.asCollectorCache 2018-06-01 11:34:13 +02:00
MethodHandleInfo.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
MethodHandleNatives.java 8200238: Reduce number of exceptions created when calling MemberName$Factory::resolveOrNull 2018-03-29 10:38:29 +02:00
MethodHandleProxies.java 8206955: MethodHandleProxies.asInterfaceInstance does not support default methods 2018-08-06 15:18:57 -07:00
MethodHandles.java 8210496: Improve filtering for classes with security sensitive fields 2018-09-19 08:49:07 +01:00
MethodHandleStatics.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
MethodType.java 8209633: Avoid creating WeakEntry wrappers when looking up cached MethodType 2018-08-20 14:25:02 +02:00
MethodTypeForm.java 8200167: Validate more special case invocations 2018-04-30 21:56:54 -04:00
MutableCallSite.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
package-info.java 8199875: Require first parameter type of a condy bootstrap to be Lookup 2018-04-11 11:11:13 -07:00
ProxyClassesDumper.java 8194746: (fs) Add equivalents of Paths.get to Path interface 2018-03-22 12:30:47 -07:00
SerializedLambda.java 8207816: Align declaration of SerializedLambda.readResolve with serialization conventions 2018-07-19 09:20:08 -07:00
SimpleMethodHandle.java 8184777: Factor out species generation logic from BoundMethodHandle 2017-11-16 00:58:50 +01:00
StringConcatException.java 8193758: Update copyright headers of files in src tree that are missing Classpath exception 2017-12-19 10:03:36 +00:00
StringConcatFactory.java 8198523: Refactor BootstrapMethodInvoker to further avoid runtime type checks 2018-02-22 11:16:43 +01:00
SwitchPoint.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
TypeConvertingMethodAdapter.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
VarForm.java 8180437: Remaining renames of CAS misnomer "swap" => "set" 2017-11-17 12:09:56 -08:00
VarHandle.java 8200788: Optimal initial capacity of java.lang.VarHandle.AccessMode.methodNameToAccessMode 2018-04-07 17:07:13 -07:00
VarHandleByteArrayBase.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
VarHandleGuards.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
VarHandles.java 8180437: Remaining renames of CAS misnomer "swap" => "set" 2017-11-17 12:09:56 -08:00
VolatileCallSite.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
WrongMethodTypeException.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
X-VarHandle.java.template 8194233: Improve support for array handles 2018-01-22 13:27:28 -08:00
X-VarHandleByteArrayView.java.template 8195970: Crash passing null to a VarHandle 2018-01-26 09:35:15 -08:00