jdk/src/java.base/share/classes/java/lang/invoke
Jim Laskey 4aa65cbeef 8285932: Implementation of JEP 430 String Templates (Preview)
Reviewed-by: mcimadamore, rriggs, darcy
2023-05-10 11:34:01 +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 8303480: Miscellaneous fixes to mostly invisible doc comments 2023-03-07 15:31:42 +00:00
BoundMethodHandle.java 8301460: Clean up LambdaForm to reference BasicType enums directly 2023-02-15 18:29:26 +00:00
CallSite.java 8297148: Add a @sealedGraph tag to CallSite 2022-11-26 08:28:31 +00:00
ClassSpecializer.java 8304846: Provide a shared utility to dump generated classes defined via Lookup API 2023-04-04 18:07:02 +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 8241727: Typos: empty lines in javadoc, inconsistent indents, etc. (core-libs only) 2020-03-28 21:07:55 -07:00
DelegatingMethodHandle.java 8298590: Refactor LambdaForm constructors 2023-01-02 12:06:26 +00:00
DirectMethodHandle.java 8298590: Refactor LambdaForm constructors 2023-01-02 12:06:26 +00:00
GenerateJLIClassesHelper.java 8270949: Make dynamically generated classes with the class file version of the current release 2021-07-21 18:09:38 +00:00
IndirectVarHandle.java 8284579: Improve VarHandle checks for interpreter 2022-04-13 07:21:24 +00:00
InfoFromMemberName.java 8266459: Implement JEP 411: Deprecate the Security Manager for Removal 2021-06-02 11:57:31 +00:00
InjectedProfile.java
InnerClassLambdaMetafactory.java 8304846: Provide a shared utility to dump generated classes defined via Lookup API 2023-04-04 18:07:02 +00:00
InvokeDynamic.java
InvokerBytecodeGenerator.java 8304846: Provide a shared utility to dump generated classes defined via Lookup API 2023-04-04 18:07:02 +00:00
Invokers.java 8299183: Invokers.checkExactType passes parameters to create WMTE in opposite order 2023-01-10 17:05:33 +00:00
LambdaConversionException.java 8229997: Apply java.io.Serial annotations in java.base 2019-08-29 16:31:34 -07:00
LambdaForm.java 8301460: Clean up LambdaForm to reference BasicType enums directly 2023-02-15 18:29:26 +00:00
LambdaFormBuffer.java 8298590: Refactor LambdaForm constructors 2023-01-02 12:06:26 +00:00
LambdaFormEditor.java 8301460: Clean up LambdaForm to reference BasicType enums directly 2023-02-15 18:29:26 +00:00
LambdaMetafactory.java 8174222: LambdaMetafactory: validate inputs and improve documentation 2021-06-07 23:21:24 +00:00
LambdaProxyClassArchive.java 8274075: Fix miscellaneous typos in java.base 2021-09-23 08:08:39 +00:00
MemberName.java 8298177: Various java.lang.invoke cleanups 2022-12-07 15:37:58 +00:00
MethodHandle.java 8295537: Enhance TRACE_METHOD_LINKAGE to show the target MethodHandle 2022-10-27 22:07:54 +00:00
MethodHandleImpl.java 8304846: Provide a shared utility to dump generated classes defined via Lookup API 2023-04-04 18:07:02 +00:00
MethodHandleInfo.java 8304139: Add <init> and <clinit> method constants to ConstantDescs 2023-03-21 16:16:08 +00:00
MethodHandleNatives.java 8299978: Remove MethodHandleNatives.getMembers 2023-01-12 13:39:59 +00:00
MethodHandleProxies.java 8280534: Enable compile-time doclint reference checking 2022-01-31 23:22:38 +00:00
MethodHandles.java 8304846: Provide a shared utility to dump generated classes defined via Lookup API 2023-04-04 18:07:02 +00:00
MethodHandleStatics.java 8304846: Provide a shared utility to dump generated classes defined via Lookup API 2023-04-04 18:07:02 +00:00
MethodType.java 8284161: Implementation of Virtual Threads (Preview) 2022-05-07 08:06:16 +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 8298590: Refactor LambdaForm constructors 2023-01-02 12:06:26 +00:00
package-info.java 8243598: Typos in java.lang.invoke package-info 2020-04-29 13:14:27 -07:00
SerializedLambda.java 8286615: Small refactor to SerializedLambda 2022-05-12 16:56:05 +00:00
SimpleMethodHandle.java 8301460: Clean up LambdaForm to reference BasicType enums directly 2023-02-15 18:29:26 +00:00
StringConcatException.java 8229997: Apply java.io.Serial annotations in java.base 2019-08-29 16:31:34 -07:00
StringConcatFactory.java 8285932: Implementation of JEP 430 String Templates (Preview) 2023-05-10 11:34:01 +00:00
SwitchPoint.java
TypeConvertingMethodAdapter.java
TypeDescriptor.java 8238358: Implementation of JEP 371: Hidden Classes 2020-04-21 06:55:38 -07:00
VarForm.java 8281168: Micro-optimize VarForm.getMemberName for interpreter 2022-02-09 06:28:00 +00:00
VarHandle.java 8302360: Atomic*.compareAndExchange Javadoc unclear 2023-03-10 00:31:04 +00:00
VarHandleByteArrayBase.java
VarHandleGuards.java 8284579: Improve VarHandle checks for interpreter 2022-04-13 07:21:24 +00:00
VarHandles.java 8303604: Passing by-value structs whose size is not power of 2 doesn't work on all platforms (mainline) 2023-03-06 15:18:39 +00:00
VarHandleSegmentViewBase.java 8282191: Implementation of Foreign Function & Memory API (Preview) 2022-05-12 16:17:45 +00:00
VolatileCallSite.java 8283237: CallSite should be a sealed class 2022-03-23 16:43:06 +00:00
WrongMethodTypeException.java 8234335: Remove line break in class declaration in java.base 2019-11-21 09:10:21 +00:00
X-VarHandle.java.template 8302260: VarHandle.describeConstable() fails to return a nominal descriptor for static public fields 2023-02-14 21:15:14 +00:00
X-VarHandleByteArrayView.java.template 8295044: Implementation of Foreign Function and Memory API (Second Preview) 2022-12-05 13:49:53 +00:00
X-VarHandleSegmentView.java.template 8282191: Implementation of Foreign Function & Memory API (Preview) 2022-05-12 16:17:45 +00:00