Wed, 08 Aug 2012 22:17:27 +0530 7178324: Crash when compiling for(i : x) try(AutoCloseable x = ...) {}
sundar [Wed, 08 Aug 2012 22:17:27 +0530] rev 13442
7178324: Crash when compiling for(i : x) try(AutoCloseable x = ...) {} Reviewed-by: darcy, jjg
Tue, 07 Aug 2012 20:24:18 -0700 Merge
lana [Tue, 07 Aug 2012 20:24:18 -0700] rev 13441
Merge
Thu, 02 Aug 2012 18:24:01 +0100 7187104: Inference cleanup: remove redundant exception classes in Infer.java
mcimadamore [Thu, 02 Aug 2012 18:24:01 +0100] rev 13440
7187104: Inference cleanup: remove redundant exception classes in Infer.java Summary: Remove unused exception classes in Infer.java Reviewed-by: jjg
Thu, 02 Aug 2012 18:23:21 +0100 7175538: Integrate efectively final check with DA/DU analysis
mcimadamore [Thu, 02 Aug 2012 18:23:21 +0100] rev 13439
7175538: Integrate efectively final check with DA/DU analysis Summary: Allow generalized effectively-final analysis for all local variables Reviewed-by: jjg, dlsmith
Thu, 02 Aug 2012 18:22:41 +0100 7175911: Simplify error reporting API in Check.CheckContext interface
mcimadamore [Thu, 02 Aug 2012 18:22:41 +0100] rev 13438
7175911: Simplify error reporting API in Check.CheckContext interface Summary: Make error messages generated during Check.checkType more uniform and more scalable Reviewed-by: jjg, dlsmith
Thu, 09 Aug 2012 18:02:43 -0700 Added tag jdk8-b51 for changeset 716ed0cb0cea
katleman [Thu, 09 Aug 2012 18:02:43 -0700] rev 13437
Added tag jdk8-b51 for changeset 716ed0cb0cea
Wed, 05 Jul 2017 18:19:25 +0200 Merge
duke [Wed, 05 Jul 2017 18:19:25 +0200] rev 13436
Merge
Thu, 09 Aug 2012 18:01:45 -0700 Added tag jdk8-b51 for changeset d63c06178ebc
katleman [Thu, 09 Aug 2012 18:01:45 -0700] rev 13435
Added tag jdk8-b51 for changeset d63c06178ebc
Wed, 05 Jul 2017 18:19:22 +0200 Merge
duke [Wed, 05 Jul 2017 18:19:22 +0200] rev 13434
Merge
Thu, 09 Aug 2012 18:01:36 -0700 Added tag jdk8-b51 for changeset f333428be769
katleman [Thu, 09 Aug 2012 18:01:36 -0700] rev 13433
Added tag jdk8-b51 for changeset f333428be769
Wed, 05 Jul 2017 18:19:19 +0200 Merge
duke [Wed, 05 Jul 2017 18:19:19 +0200] rev 13432
Merge
Thu, 09 Aug 2012 18:00:30 -0700 Added tag jdk8-b51 for changeset 0efd681d5f54
katleman [Thu, 09 Aug 2012 18:00:30 -0700] rev 13431
Added tag jdk8-b51 for changeset 0efd681d5f54
Wed, 05 Jul 2017 18:19:16 +0200 Merge
duke [Wed, 05 Jul 2017 18:19:16 +0200] rev 13430
Merge
Wed, 15 Aug 2012 18:04:14 -0700 Merge
katleman [Wed, 15 Aug 2012 18:04:14 -0700] rev 13429
Merge
Mon, 13 Aug 2012 16:26:19 -0700 Merge
mfang [Mon, 13 Aug 2012 16:26:19 -0700] rev 13428
Merge
Mon, 13 Aug 2012 10:45:43 +0800 7189611: Venezuela current Currency should be Bs.F.
youdwei [Mon, 13 Aug 2012 10:45:43 +0800] rev 13427
7189611: Venezuela current Currency should be Bs.F. Reviewed-by: okutsu
Fri, 10 Aug 2012 16:03:28 -0700 Merge
twisti [Fri, 10 Aug 2012 16:03:28 -0700] rev 13426
Merge
Thu, 09 Aug 2012 15:03:28 -0700 7190416: JSR 292: typo in InvokerBytecodeGenerator.getConstantPoolSize
twisti [Thu, 09 Aug 2012 15:03:28 -0700] rev 13425
7190416: JSR 292: typo in InvokerBytecodeGenerator.getConstantPoolSize Reviewed-by: jrose
Tue, 07 Aug 2012 14:31:52 -0700 7188911: nightly failures after JSR 292 lazy method handle update (round 2)
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
Tue, 24 Jul 2012 10:47:44 -0700 7023639: JSR 292 method handle invocation needs a fast path for compiled code
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>
Thu, 12 Jul 2012 00:12:52 -0700 7127687: MethodType leaks memory due to interning
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
Thu, 12 Jul 2012 00:12:28 -0700 7087658: MethodHandles.Lookup.findVirtual is confused by interface methods that are multiply inherited
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
Thu, 12 Jul 2012 00:11:35 -0700 7129034: VM crash with a field setter method with a filterArguments
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
Thu, 12 Jul 2012 00:10:53 -0700 7153157: ClassValue.get does not return if computeValue calls remove
jrose [Thu, 12 Jul 2012 00:10:53 -0700] rev 13419
7153157: ClassValue.get does not return if computeValue calls remove Summary: Track intermediate states more precisely, according to spec. Reviewed-by: twisti, forax
Fri, 10 Aug 2012 10:15:52 -0700 Merge
lana [Fri, 10 Aug 2012 10:15:52 -0700] rev 13418
Merge
Thu, 09 Aug 2012 14:52:12 +0400 7183753: [TEST] Some colon in the diff for this test
dsamersoff [Thu, 09 Aug 2012 14:52:12 +0400] rev 13417
7183753: [TEST] Some colon in the diff for this test Summary: Reference output file contains extra colon Reviewed-by: sspitsyn, mgronlun
Wed, 08 Aug 2012 09:29:32 -0700 7189944: (launcher) test/tools/launcher/Arrrrghs.java needs a couple of minor fixes
ksrini [Wed, 08 Aug 2012 09:29:32 -0700] rev 13416
7189944: (launcher) test/tools/launcher/Arrrrghs.java needs a couple of minor fixes Reviewed-by: darcy, jgish
Wed, 08 Aug 2012 15:31:22 +0100 7189886: (aio) Add test coverage for AsynchronousChannelGroup.withThreadPool
alanb [Wed, 08 Aug 2012 15:31:22 +0100] rev 13415
7189886: (aio) Add test coverage for AsynchronousChannelGroup.withThreadPool Reviewed-by: alanb Contributed-by: amy.lu@oracle.com
Wed, 08 Aug 2012 12:37:02 +0100 7189533: GetJavaProperties should free temporary file if subsequent allocations fails
andrew [Wed, 08 Aug 2012 12:37:02 +0100] rev 13414
7189533: GetJavaProperties should free temporary file if subsequent allocations fails Summary: Add missing calls to free Reviewed-by: alanb, dholmes, sherman
Tue, 07 Aug 2012 20:23:41 -0700 Merge
lana [Tue, 07 Aug 2012 20:23:41 -0700] rev 13413
Merge
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip