vlivanov [Wed, 10 Sep 2014 19:19:48 +0400] rev 26469
8050166: Get rid of some package-private methods on arguments in j.l.i.MethodHandle
Reviewed-by: vlivanov, psandoz
Contributed-by: john.r.rose@oracle.com
vlivanov [Wed, 10 Sep 2014 19:19:48 +0400] rev 26468
8050053: Improve caching of different invokers
Reviewed-by: vlivanov, psandoz
Contributed-by: john.r.rose@oracle.com
vlivanov [Wed, 10 Sep 2014 19:19:47 +0400] rev 26467
8050052: Small cleanups in java.lang.invoke code
Reviewed-by: vlivanov, psandoz
Contributed-by: john.r.rose@oracle.com
vlivanov [Wed, 10 Sep 2014 19:19:47 +0400] rev 26466
8049555: Move varargsArray from sun.invoke.util package to java.lang.invoke
Reviewed-by: psandoz, iignatyev
vlivanov [Wed, 10 Sep 2014 19:19:47 +0400] rev 26465
8038261: JSR292: cache and reuse typed array accessors
Reviewed-by: vlivanov, psandoz
Contributed-by: john.r.rose@oracle.com
vlivanov [Wed, 10 Sep 2014 19:19:46 +0400] rev 26464
8037209: Improvements and cleanups to bytecode assembly for lambda forms
Reviewed-by: vlivanov, psandoz
Contributed-by: john.r.rose@oracle.com
coffeys [Wed, 10 Sep 2014 16:14:14 +0100] rev 26463
8057813: Alterations to jdk_security3 test target
Reviewed-by: mullan, wetmore, xuelei
alanb [Wed, 10 Sep 2014 13:51:17 +0100] rev 26462
8055251: Re-examine Integer.parseInt and Long.parseLong methods
Reviewed-by: alanb
Contributed-by: claes.redestad@oracle.com