kvn [Tue, 30 Jun 2015 12:12:18 -0700] rev 31520
8129893: 8129094 fix is incomplete
Summary: move old and add new primitive type check.
Reviewed-by: iveresov
vlivanov [Mon, 15 Jun 2015 15:27:04 +0300] rev 31519
8087218: Constant fold loads from final instance fields in VM anonymous classes
Reviewed-by: jrose, rbackman
skovalev [Wed, 17 Jun 2015 16:22:38 +0300] rev 31518
8067163: Several JT_HS tests fails due to ClassNotFoundException on compacts
Reviewed-by: dholmes, vlivanov
enevill [Thu, 25 Jun 2015 13:41:29 +0000] rev 31517
8129426: aarch64: add support for PopCount in C2
Summary: Add support for PopCount using SIMD cnt and addv inst
Reviewed-by: kvn, aph
Contributed-by: alexander.alexeev@caviumnetworks.com
enevill [Thu, 25 Jun 2015 08:52:12 +0000] rev 31516
8086087: aarch64: add support for 64 bit vectors
Summary: Support 64 bit vectors
Reviewed-by: kvn, aph
kvn [Mon, 29 Jun 2015 00:10:01 -0700] rev 31515
8073583: C2 support for CRC32C on SPARC
Reviewed-by: jrose, kvn
Contributed-by: james.cheng@oracle.com
katleman [Thu, 09 Jul 2015 13:49:32 -0700] rev 31514
Added tag jdk9-b72 for changeset 02be96db190a
lana [Thu, 09 Jul 2015 16:36:38 -0700] rev 31513
Merge
jlahoda [Tue, 07 Jul 2015 13:17:52 +0200] rev 31512
8080679: Include jline in JDK for Java and JavaScript REPLs
Reviewed-by: alanb, erikj, forax, iris, sundar
katleman [Thu, 09 Jul 2015 13:49:31 -0700] rev 31511
Added tag jdk9-b72 for changeset 7dd7a38425a8
duke [Wed, 05 Jul 2017 20:40:53 +0200] rev 31510
Added tag jdk9-b72 for changeset 61d2d0629b6d
duke [Wed, 05 Jul 2017 20:40:53 +0200] rev 31509
Merge
duke [Wed, 05 Jul 2017 20:40:50 +0200] rev 31508
Merge
lana [Thu, 02 Jul 2015 16:08:17 -0700] rev 31507
Merge
jlahoda [Wed, 01 Jul 2015 09:51:48 +0200] rev 31506
8072480: javac should support compilation for a specific platform version
Summary: Adding a new javac option for compiling for JDK N: -release N; including history data for previous version of JDK.
Reviewed-by: erikj, ihse, jjg, mcimadamore, mr
Contributed-by: jan.lahoda@oracle.com, erik.joelsson@oracle.com, jonathan.gibbons@oracle.com
jlahoda [Wed, 01 Jul 2015 09:51:47 +0200] rev 31505
8080675: Enhance the classfile library to support construction of classfiles from scratch
Reviewed-by: jjg
katleman [Thu, 02 Jul 2015 08:54:04 -0700] rev 31504
Added tag jdk9-b71 for changeset cf6355e77564
duke [Wed, 05 Jul 2017 20:40:45 +0200] rev 31503
Merge
lana [Thu, 02 Jul 2015 16:09:51 -0700] rev 31502
Merge
avstepan [Thu, 02 Jul 2015 18:04:32 +0400] rev 31501
8130247: fix some new tidy warnings from jaxws and CORBA
Summary: minor docs cleanup
Reviewed-by: darcy
katleman [Thu, 02 Jul 2015 08:54:00 -0700] rev 31500
Added tag jdk9-b71 for changeset 9b8258eb95a9
duke [Wed, 05 Jul 2017 20:40:41 +0200] rev 31499
Merge
lana [Thu, 02 Jul 2015 16:07:57 -0700] rev 31498
Merge
dfuchs [Tue, 30 Jun 2015 12:04:27 +0200] rev 31497
8130051: Cleanup usage of reflection in jaxp
Summary: replaced usage of reflection with direct access where possible, removed obsolete code where possible.
Reviewed-by: joehw
katleman [Thu, 02 Jul 2015 08:54:00 -0700] rev 31496
Added tag jdk9-b71 for changeset 976a2f96dbcc
duke [Wed, 05 Jul 2017 20:40:38 +0200] rev 31495
Merge
lana [Thu, 02 Jul 2015 16:09:43 -0700] rev 31494
Merge
sundar [Thu, 02 Jul 2015 19:02:28 +0530] rev 31493
8130317: "ant test" fails to complete on Windows when run under cygwin shell
Reviewed-by: lagergren, attila
mhaupt [Thu, 02 Jul 2015 11:20:47 +0200] rev 31492
8130307: improve Nashorn Javadoc target
Summary: reduce dependence on ASM sources in testing, address command line length problem on Windows
Reviewed-by: hannesw, sundar
mhaupt [Thu, 02 Jul 2015 11:09:20 +0200] rev 31491
8130306: enable running Nashorn test on Windows
Summary: fix executable name (add .exe suffix)
Reviewed-by: hannesw, sundar