jdk/src/java.base/share/classes/java/lang/invoke/MethodHandles.java
Wed, 27 Apr 2016 20:18:49 +0200 mhaupt 8155106: MHs.Lookup.findConstructor returns handles for array classes
Tue, 26 Apr 2016 18:42:51 -0700 psandoz 8154447: Exempt classes under java.util.concurrent from MH.Lookup restrictions
Tue, 26 Apr 2016 18:30:00 -0700 psandoz 8154556: Use java.nio.ByteOrder instead of boolean value
Fri, 22 Apr 2016 15:05:54 +0200 mhaupt 8154754: MethodHandles.countedLoop errors in deriving loop arguments, result type, and local state
Fri, 22 Apr 2016 15:05:26 +0200 mhaupt 8154751: MethodHandles.countedLoop does not accept empty bodies
Fri, 22 Apr 2016 13:36:22 +0200 mhaupt 8152667: MHs.iteratedLoop(...) throws unexpected WMTE, disallows Iterator subclasses, generates inconsistent loop result type
Tue, 19 Apr 2016 14:39:35 +0200 mhaupt 8150956: j.l.i.MethodHandles.whileLoop(...) and .iteratedLoop(...) throw unexpected exceptions in the case of 'init' return type is void
Fri, 15 Apr 2016 16:19:15 +0100 chegar 8137058: Clear out all non-Critical APIs from sun.reflect
Wed, 13 Apr 2016 15:48:14 +0200 srastogi 8150829: Enhanced drop-args, identity and default constant, varargs adjustment
Wed, 13 Apr 2016 15:05:48 +0200 psandoz 8151705: VarHandle.AccessMode enum names should conform to code style
Wed, 13 Apr 2016 09:20:22 +0200 mhaupt 8153637: MethodHandles.countedLoop/3 initialises loop counter to 1 instead of 0
Thu, 24 Mar 2016 16:21:19 +0100 zmajo Merge
Thu, 24 Mar 2016 11:21:21 +0100 psandoz 8149644: Integrate VarHandles
Tue, 22 Mar 2016 10:42:32 +0000 chegar Merge
Sun, 13 Mar 2016 20:26:29 +0100 mhaupt 8150782: findClass / accessClass throw unexpected exceptions
Thu, 17 Mar 2016 19:04:16 +0000 alanb 8142968: Module System implementation
Wed, 02 Mar 2016 20:16:11 +0100 mhaupt 8150635: j.l.i.MethodHandles.loop(...) throws IndexOutOfBoundsException
Wed, 02 Mar 2016 14:15:15 +0100 mhaupt 8150953: j.l.i.MethodHandles: example section in whileLoop(...) provides example for doWhileLoop
Mon, 29 Feb 2016 14:16:20 +0100 mhaupt 8150825: MethodHandles.tryFinally throws IndexOutOfBoundsException for non-conforming parameter lists
Tue, 23 Feb 2016 09:49:04 +0100 mhaupt 8143410: augment pseudo-code descriptions in MethodHandles API
Tue, 23 Feb 2016 07:17:54 +0100 mhaupt 8150360: augment/correct MethodHandle API documentation
Wed, 10 Feb 2016 10:44:58 +0100 srastogi 8138884: MethodHandles.Lookup.findVirtual() Javadoc fails to consider private interface methods
Mon, 08 Feb 2016 17:37:46 +0100 mhaupt 8138578: MethodHandles.Lookup.findSpecial() Javadoc fails to consider static methods
Thu, 14 Jan 2016 13:53:13 +0100 mhaupt 8147078: MethodHandles.catchException does not enforce Throwable subtype
Wed, 06 Jan 2016 10:01:44 +0000 chegar 8145544: Move sun.misc.VM to jdk.internal.misc
Sat, 19 Dec 2015 02:24:27 +0100 redestad 8144723: MethodHandleImpl.initStatics is no longer needed
Thu, 03 Dec 2015 15:36:20 +0100 mhaupt 8143343: add JEP 274 Javadoc tests to JavaDocExamplesTest
Fri, 20 Nov 2015 15:34:12 +0100 mhaupt 8139885: implement JEP 274: enhanced method handles
Tue, 15 Sep 2015 21:56:04 -0700 martin 8136583: Core libraries should use blessed modifier order
Fri, 20 Feb 2015 18:32:10 +0300 shade 8073479: Replace obj.getClass hacks with Objects.requireNonNull
Tue, 09 Dec 2014 09:22:07 -0800 vlivanov 8066746: MHs.explicitCastArguments does incorrect type checks for VarargsCollector
Mon, 24 Nov 2014 07:16:38 -0800 vlivanov 8063135: Enable full LF sharing by default
Tue, 16 Sep 2014 18:05:03 +0400 vlivanov 8058293: Bit set computation in MHs.findFirstDupOrDrop/findFirstDrop is broken
Tue, 16 Sep 2014 18:05:01 +0400 vlivanov 8058291: Missing some checks during parameter validation
Wed, 10 Sep 2014 19:19:52 +0400 vlivanov 8057922: Improve LambdaForm sharing by using LambdaFormEditor more extensively
Wed, 10 Sep 2014 19:19:51 +0400 vlivanov 8057656: Improve MethodType.isCastableTo() & MethodType.isConvertibleTo() checks
Wed, 10 Sep 2014 19:19:51 +0400 vlivanov 8057654: Extract checks performed during MethodHandle construction into separate methods
Wed, 10 Sep 2014 19:19:50 +0400 vlivanov 8050887: Intrinsify constants for default values
Wed, 10 Sep 2014 19:19:50 +0400 vlivanov 8050884: Intrinsify ValueConversions.identity() functions
Wed, 10 Sep 2014 19:19:50 +0400 vlivanov 8050877: Improve code for pairwise argument conversions and value boxing/unboxing
Wed, 10 Sep 2014 19:19:49 +0400 vlivanov 8050173: Add j.l.i.MethodHandle.copyWith(MethodType, LambdaForm)
Wed, 10 Sep 2014 19:19:48 +0400 vlivanov 8050166: Get rid of some package-private methods on arguments in j.l.i.MethodHandle
Wed, 10 Sep 2014 19:19:48 +0400 vlivanov 8050053: Improve caching of different invokers
Wed, 10 Sep 2014 19:19:47 +0400 vlivanov 8050052: Small cleanups in java.lang.invoke code
Sun, 17 Aug 2014 15:54:13 +0100 chegar 8054834: Modular Source Code
less more (0) tip