jdk/src/java.base/share/classes/java/lang/invoke
Adam Sotona ae82405ff7 8323058: Revisit j.l.classfile.CodeBuilder API surface
Reviewed-by: briangoetz, psandoz
2024-05-02 10:08:29 +00:00
..
AbstractConstantGroup.java
AbstractValidatingLambdaMetafactory.java
BootstrapCallInfo.java
BootstrapMethodInvoker.java 8330595: Invoke ObjectMethods::bootstrap method exactly 2024-04-22 08:55:46 +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 8310849: Pattern matching for instanceof and arrayType cleanup in j.l.invoke and j.l.reflect 2023-06-27 16:10:50 +00:00
ConstantBootstraps.java 8288730: Add type parameter to Lookup::accessClass and Lookup::ensureInitialized 2023-03-22 16:19:34 +00:00
ConstantCallSite.java 8283237: CallSite should be a sealed class 2022-03-23 16:43:06 +00:00
ConstantGroup.java
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 8314250: CDS dump error message: Invoker type parameter must start and end with Object: L3I_L 2024-03-11 20:49:20 +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 8330467: NoClassDefFoundError when lambda is in a hidden class 2024-04-18 05:50:24 +00:00
InvokeDynamic.java
InvokerBytecodeGenerator.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
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 8330178: Clean up non-standard use of /** comments in java.base 2024-04-23 18:43:36 +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
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 8268829: Provide an optimized way to walk the stack with Class object only 2023-09-07 21:37:40 +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 8315810: Reimplement sun.reflect.ReflectionFactory::newConstructorForSerialization with method handles 2023-09-14 16:10:55 +00:00
MethodHandleInfo.java 8304139: Add <init> and <clinit> method constants to ConstantDescs 2023-03-21 16:16:08 +00:00
MethodHandleNatives.java 8268829: Provide an optimized way to walk the stack with Class object only 2023-09-07 21:37:40 +00:00
MethodHandleProxies.java 8323058: Revisit j.l.classfile.CodeBuilder API surface 2024-05-02 10:08:29 +00:00
MethodHandles.java 8318966: Some methods make promises about Java array element alignment that are too strong 2024-02-14 14:30:54 +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 8310913: Move ReferencedKeyMap to jdk.internal so it may be shared 2023-07-31 19:11:14 +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 8323058: Revisit j.l.classfile.CodeBuilder API surface 2024-05-02 10:08:29 +00:00
SwitchPoint.java
TypeConvertingMethodAdapter.java
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 8319211: Regression in LoopOverNonConstantFP 2023-11-01 17:49:21 +00:00
VarHandleSegmentViewBase.java 8317837: Leftover FFM implementation-only changes 2023-10-13 19:05:47 +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 8312522: Implementation of Foreign Function & Memory API 2023-10-12 19:50:08 +00:00