duke [Wed, 05 Jul 2017 18:19:22 +0200] rev 13434
Merge
katleman [Thu, 09 Aug 2012 18:01:36 -0700] rev 13433
Added tag jdk8-b51 for changeset f333428be769
duke [Wed, 05 Jul 2017 18:19:19 +0200] rev 13432
Merge
katleman [Thu, 09 Aug 2012 18:00:30 -0700] rev 13431
Added tag jdk8-b51 for changeset 0efd681d5f54
duke [Wed, 05 Jul 2017 18:19:16 +0200] rev 13430
Merge
katleman [Wed, 15 Aug 2012 18:04:14 -0700] rev 13429
Merge
mfang [Mon, 13 Aug 2012 16:26:19 -0700] rev 13428
Merge
youdwei [Mon, 13 Aug 2012 10:45:43 +0800] rev 13427
7189611: Venezuela current Currency should be Bs.F.
Reviewed-by: okutsu
twisti [Fri, 10 Aug 2012 16:03:28 -0700] rev 13426
Merge
twisti [Thu, 09 Aug 2012 15:03:28 -0700] rev 13425
7190416: JSR 292: typo in InvokerBytecodeGenerator.getConstantPoolSize
Reviewed-by: jrose
twisti [Tue, 07 Aug 2012 14:31:52 -0700] rev 13424
7188911: nightly failures after JSR 292 lazy method handle update (round 2)
Reviewed-by: kvn, jrose
twisti [Tue, 24 Jul 2012 10:47:44 -0700] rev 13423
7023639: JSR 292 method handle invocation needs a fast path for compiled code
6984705: JSR 292 method handle creation should not go through JNI
Summary: remove assembly code for JDK 7 chained method handles
Reviewed-by: jrose, twisti, mhaupt, forax
Contributed-by: John Rose <john.r.rose@oracle.com>, Christian Thalinger <christian.thalinger@oracle.com>, Michael Haupt <michael.haupt@oracle.com>
jrose [Thu, 12 Jul 2012 00:12:52 -0700] rev 13422
7127687: MethodType leaks memory due to interning
Summary: Replace internTable with a weak-reference version.
Reviewed-by: sundar, forax, brutisso
Contributed-by: james.laskey@oracle.com
jrose [Thu, 12 Jul 2012 00:12:28 -0700] rev 13421
7087658: MethodHandles.Lookup.findVirtual is confused by interface methods that are multiply inherited
Reviewed-by: twisti
jrose [Thu, 12 Jul 2012 00:11:35 -0700] rev 13420
7129034: VM crash with a field setter method with a filterArguments
Summary: add null checks before unsafe calls that take a variable base reference; update unit tests
Reviewed-by: kvn, twisti