igerasim [Mon, 19 Jan 2015 19:12:11 +0300] rev 28521
8067951: System.loadLibrary cannot find library when path contains quoted entry
Reviewed-by: sherman, rriggs, alanb
erikj [Mon, 19 Jan 2015 09:05:50 +0100] rev 28520
8068748: missing US_export_policy.jar in jdk9-b44 is causing compilation errors building jdk9 source code
Reviewed-by: ihse, wetmore
darcy [Fri, 16 Jan 2015 14:04:27 -0800] rev 28519
8060077: Class.toGenericString specification doesn't mention array types
Reviewed-by: psandoz, jfranck
sherman [Fri, 16 Jan 2015 13:46:39 -0800] rev 28518
8042262: Javadoc typo in java.util.Formatter
Summary: to fix the simple typo in java doc
Reviewed-by: rriggs, lancea
katleman [Fri, 23 Jan 2015 18:50:48 -0800] rev 28517
Added tag jdk9-b47 for changeset 0b4c78ff36f3
duke [Wed, 05 Jul 2017 20:15:36 +0200] rev 28516
Merge
lana [Sat, 24 Jan 2015 23:24:33 -0800] rev 28515
Merge
drchase [Mon, 01 Dec 2014 13:06:20 -0500] rev 28514
8064524: Compiler code generation improvements
Reviewed-by: jrose, acorn, vlivanov
gthornbr [Mon, 17 Nov 2014 15:51:46 -0500] rev 28513
8050807: Better performing performance data handling
Reviewed-by: dcubed, pnauman, ctornqvi, dholmes, mschoene
Contributed-by: gerald.thornbrugh@oracle.com
hseigel [Mon, 20 Oct 2014 14:43:11 -0400] rev 28512
8058982: Better verification of an exceptional invokespecial
Summary: Throw VerifyError for illegal accesses
Reviewed-by: acorn, ahgross, coleenp
mgerdin [Thu, 09 Oct 2014 15:42:23 +0200] rev 28511
8055479: TLAB stability
Reviewed-by: brutisso, stefank, ahgross
jmasa [Fri, 26 Sep 2014 17:48:10 -0400] rev 28510
8047125: (ref) More phantom object references
Reviewed-by: mchung, dfuchs, ahgross, jmasa, brutisso, mgerdin
Contributed-by: kim.barrett@oracle.com
brutisso [Tue, 19 Aug 2014 11:17:36 +0200] rev 28509
8049253: Better GC validation
Summary: Also reviewed by: boris.molodenkov@oracle.com
Reviewed-by: dcubed, minqi, mschoene
Contributed-by: yasuenag@gmail.com, bengt.rutisson@oracle.com
iveresov [Fri, 08 Aug 2014 13:23:30 -0700] rev 28508
8047130: Fewer escapes from escape analysis
Summary: Treat max_stack attribute as an int in bytecode escape analyzer
Reviewed-by: kvn, twisti, ahgross
tschatzl [Thu, 31 Jul 2014 11:10:02 +0200] rev 28507
8048949: Requeue queue implementation
Summary: Devirtualize flush and move calls.
Reviewed-by: brutisso, tschatzl, mschoene
Contributed-by: kim.barrett@oracle.com