Commits
User selector
Commit History
Commits on Sep 22, 2021
8274071: Clean up java.lang.ref comments and documentation
Show description for c6df3c9committed
Commits on Aug 11, 2021
8271862: C2 intrinsic for Reference.refersTo() is often not used
Show description for 3f723cacommitted
Commits on Jun 30, 2021
8262841: Clarify the behavior of PhantomReference::refersTo
Show description for 9ac63a6committed
Mandy Chung
Commits on Jun 2, 2021
8266459: Implement JEP 411: Deprecate the Security Manager for Removal
Show description for 6765f90committed
Commits on Jan 19, 2021
8132984: incorrect type for Reference.discovered
Show description for 33dcc00committed
Kim Barrett
Commits on Dec 9, 2020
8052260: Reference.isEnqueued() spec does not match the long-standing behavior returning true iff it's in the ref queue
Show description for 5f03341committed
Mandy Chung
Commits on Dec 6, 2020
8256167: Convert JDK use of `Reference::get` to `Reference::refersTo`
Show description for 972bc3bcommitted
Mandy Chung
Commits on Nov 29, 2020
8256999: Add C2 intrinsic for Reference.refersTo and PhantomReference::refersTo
Show description for 816e8f8committed
Vladimir Kozlov
Commits on Nov 25, 2020
8256517: (ref) Reference.clear during reference processing may lose notification
Show description for 66943fecommitted
Kim Barrett
Commits on Nov 17, 2020
8256370: Add asserts to Reference.getInactive()
Show description for f2a9d02committed
Commits on Nov 11, 2020
8256106: Bypass intrinsic/barrier when calling Reference.get() from Finalizer
Show description for 96e0261committed
Commits on Nov 4, 2020
8188055: (ref) Add Reference::refersTo predicate
Show description for 6023f6bcommitted
Kim Barrett
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 Jul 18, 2020
8249687: Use inline @jls and @jvm tages in more places in java.base
Show description for b7c307ccommitted
Commits on Jul 15, 2020
8249205: Remove unnecessary trademark symbols
Show description for 55039aacommitted
Commits on Sep 24, 2019
8231186: Replace html tag <code>foo</code> with javadoc tag {@code foo} in java.base
Show description for d15a57bcommitted
Julia Boes
Commits on Jun 12, 2019
8225675: Outdated citation of JLS in java.lang.ref.Reference
Show description for 78f3c59committed
Commits on Nov 14, 2018
8213820: unknown tag: @returns
Show description for 761710fcommitted
Commits on Nov 6, 2018
8211122: Reduce the number of internal classes made accessible to jdk.unsupported
Show description for 9ffe7e1committed
Mandy Chung
Commits on Oct 18, 2018
8212662: Fix javadoc typo in java.lang.ref.Cleaner
Show description for d54fa9eauthored andcommitted
Commits on May 30, 2018
8203327: Small cleanups in java.lang.ref
Show description for e85e0f5committed
Martin Buchholz
Commits on May 26, 2018
8203028: Simplify reference processing in light of JDK-8175797
Show description for 6c20824committed
Kim Barrett
Commits on May 3, 2018
8201793: (ref) Reference object should not support cloning
Show description for bd18ef4committed
Mandy Chung
Commits on Mar 12, 2018
8199462: Use Reference.reachabilityFence in direct ByteBuffer methods
Show description for de3604eauthored andcommitted
Commits on Feb 23, 2018
8198249: Remove deprecated Runtime::runFinalizersOnExit and System::runFinalizersOnExit
Show description for 4bb064ccommitted
Mandy Chung
Commits on Feb 20, 2018
8198441: Replace native Runtime::runFinalization0 method with shared secrets
Show description for f42b8e4committed
Mandy Chung
Commits on Feb 16, 2018
8197812: (ref) Data race in Finalizer
Show description for a95d50acommitted
Martin Buchholz
Commits on Dec 21, 2017
8193780: (ref) Remove the undocumented "jdk.lang.ref.disableClearBeforeEnqueue" system property
Show description for 64cef02committed
Mandy Chung
Commits on Sep 12, 2017
8187443: Forest Consolidation: Move files to unified layout
Show description for 3789983committed
Loading