Thu, 06 Oct 2016 20:56:13 +0000 Added tag jdk-9+139 for changeset 72fcbd6294cb
lana [Thu, 06 Oct 2016 20:56:13 +0000] rev 41437
Added tag jdk-9+139 for changeset 72fcbd6294cb
Wed, 05 Jul 2017 22:19:30 +0200 Merge
duke [Wed, 05 Jul 2017 22:19:30 +0200] rev 41436
Merge
Thu, 06 Oct 2016 18:05:54 -0700 8166799: ASSEMBLY_EXCEPTION contains historical company name
iris [Thu, 06 Oct 2016 18:05:54 -0700] rev 41435
8166799: ASSEMBLY_EXCEPTION contains historical company name Reviewed-by: mchung, tbell
Thu, 06 Oct 2016 20:56:11 +0000 Added tag jdk-9+139 for changeset 4cec206d8052
lana [Thu, 06 Oct 2016 20:56:11 +0000] rev 41434
Added tag jdk-9+139 for changeset 4cec206d8052
Wed, 05 Jul 2017 22:19:22 +0200 Merge
duke [Wed, 05 Jul 2017 22:19:22 +0200] rev 41433
Merge
Fri, 07 Oct 2016 10:51:19 -0700 8139584: XMLStreamWriterImpl does not write 'standalone' property
joehw [Fri, 07 Oct 2016 10:51:19 -0700] rev 41432
8139584: XMLStreamWriterImpl does not write 'standalone' property Reviewed-by: lancea
Thu, 06 Oct 2016 18:05:53 -0700 8166799: ASSEMBLY_EXCEPTION contains historical company name
iris [Thu, 06 Oct 2016 18:05:53 -0700] rev 41431
8166799: ASSEMBLY_EXCEPTION contains historical company name Reviewed-by: mchung, tbell
Thu, 06 Oct 2016 23:12:05 +0000 Merge
lana [Thu, 06 Oct 2016 23:12:05 +0000] rev 41430
Merge
Mon, 03 Oct 2016 17:35:11 -0700 8167002: JAXP schema validator: Use HashSet instead of ArrayList for tracking XML IDs
martin [Mon, 03 Oct 2016 17:35:11 -0700] rev 41429
8167002: JAXP schema validator: Use HashSet instead of ArrayList for tracking XML IDs Reviewed-by: joehw, dfuchs, redestad, lancea Contributed-by: jktomer@google.com
Thu, 06 Oct 2016 20:56:11 +0000 Added tag jdk-9+139 for changeset e1cb4c42ee86
lana [Thu, 06 Oct 2016 20:56:11 +0000] rev 41428
Added tag jdk-9+139 for changeset e1cb4c42ee86
Wed, 05 Jul 2017 22:19:13 +0200 Merge
duke [Wed, 05 Jul 2017 22:19:13 +0200] rev 41427
Merge
Fri, 07 Oct 2016 21:28:20 +0530 8167018: Nashorn and jjs should support --module-path and --add-modules options
sundar [Fri, 07 Oct 2016 21:28:20 +0530] rev 41426
8167018: Nashorn and jjs should support --module-path and --add-modules options Reviewed-by: jlaskey, hannesw
Fri, 07 Oct 2016 10:30:14 +0200 8167289: Backport ES6 updates from Graal.js
hannesw [Fri, 07 Oct 2016 10:30:14 +0200] rev 41425
8167289: Backport ES6 updates from Graal.js Reviewed-by: lagergren, sundar Contributed-by: andreas.woess@oracle.com
Thu, 06 Oct 2016 18:05:55 -0700 8166799: ASSEMBLY_EXCEPTION contains historical company name
iris [Thu, 06 Oct 2016 18:05:55 -0700] rev 41424
8166799: ASSEMBLY_EXCEPTION contains historical company name Reviewed-by: mchung, tbell
Thu, 06 Oct 2016 23:12:42 +0000 Merge
lana [Thu, 06 Oct 2016 23:12:42 +0000] rev 41423
Merge
Thu, 06 Oct 2016 16:27:47 +0200 8167117: insert missing final keywords
attila [Thu, 06 Oct 2016 16:27:47 +0200] rev 41422
8167117: insert missing final keywords Reviewed-by: jlaskey, sundar
Wed, 05 Oct 2016 13:38:12 +0530 8167157: ant build fails with [javadoc] javadoc: error - Illegal package name: "implNote:a:Implementation Note:"
sundar [Wed, 05 Oct 2016 13:38:12 +0530] rev 41421
8167157: ant build fails with [javadoc] javadoc: error - Illegal package name: "implNote:a:Implementation Note:" Reviewed-by: hannesw
Thu, 06 Oct 2016 20:56:13 +0000 Added tag jdk-9+139 for changeset 1c5f97d2d3fb
lana [Thu, 06 Oct 2016 20:56:13 +0000] rev 41420
Added tag jdk-9+139 for changeset 1c5f97d2d3fb
Wed, 05 Jul 2017 22:19:03 +0200 Merge
duke [Wed, 05 Jul 2017 22:19:03 +0200] rev 41419
Merge
Thu, 06 Oct 2016 18:05:44 -0700 8166799: ASSEMBLY_EXCEPTION contains historical company name
iris [Thu, 06 Oct 2016 18:05:44 -0700] rev 41418
8166799: ASSEMBLY_EXCEPTION contains historical company name Reviewed-by: mchung, tbell
Thu, 06 Oct 2016 20:56:10 +0000 Added tag jdk-9+139 for changeset 1c034834ae82
lana [Thu, 06 Oct 2016 20:56:10 +0000] rev 41417
Added tag jdk-9+139 for changeset 1c034834ae82
Wed, 05 Jul 2017 22:18:55 +0200 Merge
duke [Wed, 05 Jul 2017 22:18:55 +0200] rev 41416
Merge
Mon, 10 Oct 2016 15:58:42 -0700 8164814: Deprecate Atomic*.weakCompareAndSet and defer to Atomic*.weakCompareAndSetPlain
psandoz [Mon, 10 Oct 2016 15:58:42 -0700] rev 41415
8164814: Deprecate Atomic*.weakCompareAndSet and defer to Atomic*.weakCompareAndSetPlain Reviewed-by: martin, dl
Mon, 10 Oct 2016 15:46:14 -0700 8162401: Support multiple --add-exports and --add-reads with the same module/package
mchung [Mon, 10 Oct 2016 15:46:14 -0700] rev 41414
8162401: Support multiple --add-exports and --add-reads with the same module/package Reviewed-by: alanb, redestad, sundar
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -24 +24 +50 +100 +300 +1000 +3000 +10000 tip