jdk/src/java.base/share/classes/java/lang/invoke
2024-09-16 14:08:08 +00:00
..
AbstractConstantGroup.java 8276348: Use blessed modifier order in java.base 2021-11-03 10:07:48 +00:00
AbstractValidatingLambdaMetafactory.java 8274848: LambdaMetaFactory::metafactory on REF_invokeSpecial impl method has incorrect behavior 2021-10-28 22:24:56 +00:00
BootstrapCallInfo.java 8273616: Fix trivial doc typos in the java.base module 2021-09-13 17:46:13 +00:00
BootstrapMethodInvoker.java 8339837: Remove unused BootstrapMethodsInvokers.isLambdaMetafactoryCondyBSM 2024-09-10 12:34:51 +00:00
BoundMethodHandle.java 8310849: Pattern matching for instanceof and arrayType cleanup in j.l.invoke and j.l.reflect 2023-06-27 16:10:50 +00:00
CallSite.java 8310849: Pattern matching for instanceof and arrayType cleanup in j.l.invoke and j.l.reflect 2023-06-27 16:10:50 +00:00
ClassSpecializer.java 8338545: Functional interface implementations for common pre-boot ClassFile operations 2024-08-21 11:58:21 +00:00
ConstantBootstraps.java 8338532: Speed up the ClassFile API MethodTypeDesc#ofDescriptor 2024-08-21 14:56:30 +00:00
ConstantCallSite.java 8283237: CallSite should be a sealed class 2022-03-23 16:43:06 +00:00
ConstantGroup.java 8331879: Clean up non-standard use of /// comments in java.base 2024-05-31 22:16:35 +00:00
DelegatingMethodHandle.java 8298590: Refactor LambdaForm constructors 2023-01-02 12:06:26 +00:00
DirectMethodHandle.java 8315810: Reimplement sun.reflect.ReflectionFactory::newConstructorForSerialization with method handles 2023-09-14 16:10:55 +00:00
GenerateJLIClassesHelper.java 8339683: Simplify class data generation in InvokerBytecodeGenerator 2024-09-09 15:15:16 +00:00
IndirectVarHandle.java 8199149: Improve the exception message thrown by VarHandle of unsupported operation 2023-07-20 20:21:32 +00:00
InfoFromMemberName.java 8310849: Pattern matching for instanceof and arrayType cleanup in j.l.invoke and j.l.reflect 2023-06-27 16:10:50 +00:00
InjectedProfile.java
InnerClassLambdaMetafactory.java 8340131: Refactor internal makeHiddenClassDefiner to take option mask instead of Set<ClassOption> 2024-09-16 14:08:08 +00:00
InvokeDynamic.java
InvokerBytecodeGenerator.java 8340131: Refactor internal makeHiddenClassDefiner to take option mask instead of Set<ClassOption> 2024-09-16 14:08:08 +00:00
Invokers.java 8322782: Clean up usages of unnecessary fully qualified class name "java.util.Arrays" 2024-01-04 08:06:14 +00:00
LambdaConversionException.java
LambdaForm.java 8339642: Reduce overheads in InvokerBytecodeGenerator 2024-09-06 12:37:48 +00:00
LambdaFormBuffer.java 8298590: Refactor LambdaForm constructors 2023-01-02 12:06:26 +00:00
LambdaFormEditor.java 8310849: Pattern matching for instanceof and arrayType cleanup in j.l.invoke and j.l.reflect 2023-06-27 16:10:50 +00:00
LambdaMetafactory.java 8174222: LambdaMetafactory: validate inputs and improve documentation 2021-06-07 23:21:24 +00:00
LambdaProxyClassArchive.java 8327138: Clean up status management in cdsConfig.hpp and CDS.java 2024-03-09 03:48:38 +00:00
LazyInitializingVarHandle.java 8291065: Creating a VarHandle for a static field triggers class initialization 2023-07-18 00:58:25 +00:00
MemberName.java 8332547: Unloaded signature classes in DirectMethodHandles 2024-06-04 04:02:49 +00:00
MethodHandle.java 8267509: Improve IllegalAccessException message to include the cause of the exception 2023-10-04 18:39:25 +00:00
MethodHandleImpl.java 8340131: Refactor internal makeHiddenClassDefiner to take option mask instead of Set<ClassOption> 2024-09-16 14:08:08 +00:00
MethodHandleInfo.java 8304139: Add <init> and <clinit> method constants to ConstantDescs 2023-03-21 16:16:08 +00:00
MethodHandleNatives.java 8331879: Clean up non-standard use of /// comments in java.base 2024-05-31 22:16:35 +00:00
MethodHandleProxies.java 8340131: Refactor internal makeHiddenClassDefiner to take option mask instead of Set<ClassOption> 2024-09-16 14:08:08 +00:00
MethodHandles.java 8340131: Refactor internal makeHiddenClassDefiner to take option mask instead of Set<ClassOption> 2024-09-16 14:08:08 +00:00
MethodHandleStatics.java 8327138: Clean up status management in cdsConfig.hpp and CDS.java 2024-03-09 03:48:38 +00:00
MethodType.java 8294960: Convert java.base/java.lang.invoke package to use the Classfile API to generate lambdas and method handles 2024-06-19 15:15:30 +00:00
MethodTypeForm.java 8285633: Take better advantage of generic MethodType cache 2022-04-27 17:54:21 +00:00
MutableCallSite.java 8283237: CallSite should be a sealed class 2022-03-23 16:43:06 +00:00
NativeMethodHandle.java 8254693: Add Panama feature to pass heap segments to native code 2023-11-14 11:19:30 +00:00
package-info.java
ResolvedMethodName.java 8268829: Provide an optimized way to walk the stack with Class object only 2023-09-07 21:37:40 +00:00
SerializedLambda.java 8310849: Pattern matching for instanceof and arrayType cleanup in j.l.invoke and j.l.reflect 2023-06-27 16:10:50 +00:00
SimpleMethodHandle.java 8301460: Clean up LambdaForm to reference BasicType enums directly 2023-02-15 18:29:26 +00:00
StringConcatException.java
StringConcatFactory.java 8340131: Refactor internal makeHiddenClassDefiner to take option mask instead of Set<ClassOption> 2024-09-16 14:08:08 +00:00
SwitchPoint.java
TypeConvertingMethodAdapter.java 8339115: Rename TypeKind enum constants to follow code style 2024-08-30 17:28:28 +00:00
TypeDescriptor.java
VarForm.java 8199149: Improve the exception message thrown by VarHandle of unsupported operation 2023-07-20 20:21:32 +00:00
VarHandle.java 8199149: Improve the exception message thrown by VarHandle of unsupported operation 2023-07-20 20:21:32 +00:00
VarHandleByteArrayBase.java
VarHandleGuards.java 8199149: Improve the exception message thrown by VarHandle of unsupported operation 2023-07-20 20:21:32 +00:00
VarHandles.java 8333824: Unused ClassValue in VarHandles 2024-06-10 10:05:14 +00:00
VarHandleSegmentViewBase.java 8331865: Consolidate size and alignment checks in LayoutPath 2024-05-29 11:12:30 +00:00
VolatileCallSite.java 8283237: CallSite should be a sealed class 2022-03-23 16:43:06 +00:00
WrongMethodTypeException.java
X-VarHandle.java.template 8291065: Creating a VarHandle for a static field triggers class initialization 2023-07-18 00:58:25 +00:00
X-VarHandleByteArrayView.java.template 8318966: Some methods make promises about Java array element alignment that are too strong 2024-02-14 14:30:54 +00:00
X-VarHandleSegmentView.java.template 8338677: Improve startup of memory access var handles by simplifying combinator chains 2024-08-21 15:11:32 +00:00