Commits
User selector
Commit History
Commits on Mar 29, 2021
8264029: Replace uses of StringBuffer with StringBuilder in java.base
Show description for fbbd98bauthored andcommitted
Commits on Mar 24, 2021
8263358: Update java.lang to use instanceof pattern variable
Show description for 329697bcommitted
Commits on Mar 19, 2021
8263892: More modifier order fixes in java.base
Show description for 77ebc11authored andcommitted8263658: Use the blessed modifier order in java.base
Show description for b49c589authored andcommitted8263821: Remove unused MethodTypeForm canonicalization codes
Show description for 57497abcommitted
Commits on Mar 18, 2021
8260605: Various java.lang.invoke cleanups
Show description for 63eae8fcommitted
Commits on Mar 16, 2021
8263450: Simplify LambdaForm.useCount
Show description for e33bfb3committed
Commits on Mar 15, 2021
8263508: Remove dead code in MethodHandleImpl
Show description for fac39fecommitted
Commits on Mar 10, 2021
8263380: Unintended use of Objects.nonNull in VarHandles
Show description for 7e52a6ecommitted
Commits on Mar 2, 2021
8262875: doccheck: empty paragraphs, etc in java.base module
Show description for 20b9ba5committed
Commits on Feb 4, 2021
8261030: Avoid loading GenerateJLIClassesHelper at runtime
Show description for 83357b1committed
Commits on Jan 28, 2021
8255531: MethodHandles::permuteArguments throws NPE when duplicating dropped arguments
Show description for d07af2bcommitted
Commits on Jan 22, 2021
8259922: MethodHandles.collectArguments does not throw IAE if pos is outside the arity range
Show description for bf5e801authored andcommitted
Commits on Jan 20, 2021
8259911: byteArrayViewVarHandle should throw ArrayIndexOutOfBoundsException
Show description for 27cc62acommitted
Commits on Dec 8, 2020
8257845: Integrate JEP 390
Show description for 48d8650committed



Commits on Dec 6, 2020
8256167: Convert JDK use of `Reference::get` to `Reference::refersTo`
Show description for 972bc3bcommitted
Mandy Chung
Commits on Dec 2, 2020
8257241: CDS should not handle disableEagerInitialization for archived lambda proxy classes
Show description for 3da30e9committed8257164: Share LambdaForms for VH linkers/invokers
Show description for 7104400committed
Vladimir Ivanov8257189: Handle concurrent updates of MH.form better
Show description for 692b273committed
Vladimir Ivanov
Commits on Dec 1, 2020
8230501: Class data support for hidden classes
Show description for 4356469committed
Mandy Chung
Commits on Nov 23, 2020
8254231: Implementation of Foreign Linker API (Incubator)
Show description for 0fb31dbcommitted
Commits on Nov 18, 2020
8256189: Exact VarHandle tests should test withInvokeBehavior() works as expected
Show description for 03e84efcommitted
Commits on Nov 17, 2020
8255150: Add utility methods to check long indexes and ranges
Show description for a7422acandcommitted
Commits on Nov 12, 2020
8254162: Implementation of Foreign-Memory Access API (Third Incubator)
Show description for 3e70aaccommitted
Commits on Nov 10, 2020
8254354: Add a withInvokeExactBehavior() VarHandle combinator
Show description for 0a41ca6committed
Commits on Nov 3, 2020
8255374: Add a dropReturn MethodHandle combinator
Show description for b8d4e02committed
Commits on Oct 29, 2020
8254975: lambda proxy fails to access a protected member inherited from a split package
Show description for 5782a2acommitted
Mandy Chung8255449: Improve the exception message of MethodHandles::permuteArguments
Show description for 2a2fa13committed
Commits on Oct 28, 2020
8255299: Drop explicit zeroing at instantiation of Atomic* objects
Show description for 3c4fc79authored andcommitted
Commits on Oct 22, 2020
8255262: Remove use of legacy custom @spec tag
Show description for 0aa3c92committed
Commits on Oct 19, 2020
8247666: Support Lambda proxy classes in static CDS archive
Show description for 74ac77ecommitted
Commits on Oct 10, 2020
8247536: Support for pre-generated java.lang.invoke classes in CDS static archive
Show description for e4469d2committed
Commits on Sep 30, 2020
8138732: Rename @HotSpotIntrinsicCandidate to @IntrinsicCandidate and move it to the jdk.internal.vm.annotation package
Show description for 2a406f3authored andcommitted
Commits on Sep 25, 2020
8242451: ensure semantics of non-capturing lambdas are preserved independent of execution mode
Show description for 1b79326committed
Commits on Sep 24, 2020
8253500: [REDO] JDK-8253208 Move CDS related code to a separate class
Show description for 89c5e49committed