Michael Haupt
|
1619ac11c9
|
8150635: j.l.i.MethodHandles.loop(...) throws IndexOutOfBoundsException
Reviewed-by: psandoz
|
2016-03-02 20:16:11 +01:00 |
|
Michael Haupt
|
fc2641e57f
|
8150953: j.l.i.MethodHandles: example section in whileLoop(...) provides example for doWhileLoop
Reviewed-by: psandoz
|
2016-03-02 14:15:15 +01:00 |
|
Michael Haupt
|
2d20eec823
|
8150825: MethodHandles.tryFinally throws IndexOutOfBoundsException for non-conforming parameter lists
Reviewed-by: redestad
|
2016-02-29 14:16:20 +01:00 |
|
Michael Haupt
|
19a07cb7db
|
8143410: augment pseudo-code descriptions in MethodHandles API
Reviewed-by: psandoz
|
2016-02-23 09:49:04 +01:00 |
|
Michael Haupt
|
5baf4fccc4
|
8150360: augment/correct MethodHandle API documentation
Reviewed-by: psandoz
|
2016-02-23 07:17:54 +01:00 |
|
Shilpi Rastogi
|
3e45966cd3
|
8138884: MethodHandles.Lookup.findVirtual() Javadoc fails to consider private interface methods
Reviewed-by: psandoz, mhaupt
|
2016-02-10 10:44:58 +01:00 |
|
Shilpi Rastogi
|
e49c2412cb
|
8138578: MethodHandles.Lookup.findSpecial() Javadoc fails to consider static methods
Reviewed-by: psandoz, vlivanov, mhaupt
|
2016-02-08 17:37:46 +01:00 |
|
Michael Haupt
|
d64d6d8662
|
8147078: MethodHandles.catchException does not enforce Throwable subtype
Reviewed-by: psandoz, sundar
|
2016-01-14 13:53:13 +01:00 |
|
Chris Hegarty
|
aa0ef2e9f5
|
8145544: Move sun.misc.VM to jdk.internal.misc
Reviewed-by: alanb, mullan, weijun
|
2016-01-06 10:01:44 +00:00 |
|
Claes Redestad
|
4e062cde34
|
8144723: MethodHandleImpl.initStatics is no longer needed
Reviewed-by: vlivanov, mhaupt, forax
|
2015-12-19 02:24:27 +01:00 |
|
Michael Haupt
|
03e64cef7b
|
8143343: add JEP 274 Javadoc tests to JavaDocExamplesTest
Reviewed-by: sundar
|
2015-12-03 15:36:20 +01:00 |
|
Michael Haupt
|
5b2c88e28a
|
8139885: implement JEP 274: enhanced method handles
Reviewed-by: jrose, psandoz, vlivanov
|
2015-11-20 15:34:12 +01:00 |
|
Martin Buchholz
|
a2f0fe3c94
|
8136583: Core libraries should use blessed modifier order
Run blessed-modifier-order script (see bug)
Reviewed-by: psandoz, chegar, alanb, plevart
|
2015-09-15 21:56:04 -07:00 |
|
Aleksey Shipilev
|
e0e6ce31fd
|
8073479: Replace obj.getClass hacks with Objects.requireNonNull
Reviewed-by: dfuchs, plevart, vlivanov
|
2015-02-20 18:32:10 +03:00 |
|
Vladimir Ivanov
|
e0eba41e1c
|
8066746: MHs.explicitCastArguments does incorrect type checks for VarargsCollector
Reviewed-by: jrose, psandoz
|
2014-12-09 09:22:07 -08:00 |
|
Vladimir Ivanov
|
b1ad8012a0
|
8063135: Enable full LF sharing by default
Reviewed-by: psandoz, shade
|
2014-11-24 07:16:38 -08:00 |
|
Vladimir Ivanov
|
475c0a767a
|
8058293: Bit set computation in MHs.findFirstDupOrDrop/findFirstDrop is broken
Reviewed-by: jrose
|
2014-09-16 18:05:03 +04:00 |
|
Vladimir Ivanov
|
e490ad1e61
|
8058291: Missing some checks during parameter validation
Reviewed-by: jrose
|
2014-09-16 18:05:01 +04:00 |
|
John Rose
|
dbbce7862e
|
8057922: Improve LambdaForm sharing by using LambdaFormEditor more extensively
Reviewed-by: vlivanov, psandoz
|
2014-09-10 19:19:52 +04:00 |
|
John Rose
|
563b1c73a4
|
8057656: Improve MethodType.isCastableTo() & MethodType.isConvertibleTo() checks
Reviewed-by: vlivanov, psandoz
|
2014-09-10 19:19:51 +04:00 |
|
John Rose
|
67504740bd
|
8057654: Extract checks performed during MethodHandle construction into separate methods
Reviewed-by: vlivanov, psandoz
|
2014-09-10 19:19:51 +04:00 |
|
John Rose
|
70c6eaee97
|
8050887: Intrinsify constants for default values
Reviewed-by: vlivanov, psandoz
|
2014-09-10 19:19:50 +04:00 |
|
John Rose
|
9c80853676
|
8050884: Intrinsify ValueConversions.identity() functions
Reviewed-by: vlivanov, psandoz
|
2014-09-10 19:19:50 +04:00 |
|
John Rose
|
f365de576b
|
8050877: Improve code for pairwise argument conversions and value boxing/unboxing
Reviewed-by: vlivanov, psandoz
|
2014-09-10 19:19:50 +04:00 |
|
John Rose
|
71bae4addc
|
8050173: Add j.l.i.MethodHandle.copyWith(MethodType, LambdaForm)
Reviewed-by: vlivanov, psandoz
|
2014-09-10 19:19:49 +04:00 |
|
John Rose
|
2f4b5e8534
|
8050166: Get rid of some package-private methods on arguments in j.l.i.MethodHandle
Reviewed-by: vlivanov, psandoz
|
2014-09-10 19:19:48 +04:00 |
|
John Rose
|
6a177f43fb
|
8050053: Improve caching of different invokers
Reviewed-by: vlivanov, psandoz
|
2014-09-10 19:19:48 +04:00 |
|
John Rose
|
da56d3f6d1
|
8050052: Small cleanups in java.lang.invoke code
Reviewed-by: vlivanov, psandoz
|
2014-09-10 19:19:47 +04:00 |
|
Chris Hegarty
|
3bc69d393d
|
8054834: Modular Source Code
Co-authored-by: Alan Bateman <alan.bateman@oracle.com>
Co-authored-by: Alex Buckley <alex.buckley@oracle.com>
Co-authored-by: Erik Joelsson <erik.joelsson@oracle.com>
Co-authored-by: Jonathan Gibbons <jonathan.gibbons@oracle.com>
Co-authored-by: Karen Kinnear <karen.kinnear@oracle.com>
Co-authored-by: Magnus Ihse Bursie <magnus.ihse.bursie@oracle.com>
Co-authored-by: Mandy Chung <mandy.chung@oracle.com>
Co-authored-by: Mark Reinhold <mark.reinhold@oracle.com>
Co-authored-by: Paul Sandoz <paul.sandoz@oracle.com>
Reviewed-by: alanb, chegar, ihse, mduigou
|
2014-08-17 15:54:13 +01:00 |
|