kshefov [Fri, 03 Oct 2014 12:44:30 +0400] rev 26877
8058695: [TESTBUG] Reinvokers with arity >253 can't be cached
Reviewed-by: iignatyev, vlivanov
coffeys [Thu, 02 Oct 2014 17:34:44 +0100] rev 26876
8031191: Warning exception when XMLSignature logging is enabled
Reviewed-by: mullan, chegar
igerasim [Wed, 01 Oct 2014 23:10:34 +0400] rev 26875
8059450: Not quite correct code sample in javadoc
Reviewed-by: chegar
dfuchs [Wed, 01 Oct 2014 18:16:45 +0200] rev 26874
8025690: Default FileHandler constructor doesn't throw NullPointerException if pattern is empty and count > 1
Summary: Added additional check in default constructor in order to fix the oddity and make the implementation comply with the spec.
Reviewed-by: lancea
msheppar [Wed, 01 Oct 2014 16:36:18 +0100] rev 26873
8058932: java/net/InetAddress/IPv4Formats.java failed because hello.foo.bar does exist
Summary: changed hello.foo.bar to invalidhost.invalid
Reviewed-by: chegar
amurillo [Tue, 30 Sep 2014 08:39:22 -0700] rev 26872
Merge
amurillo [Fri, 26 Sep 2014 01:40:33 -0700] rev 26871
Merge
jwilhelm [Thu, 25 Sep 2014 23:46:06 +0200] rev 26870
Merge
jwilhelm [Tue, 16 Sep 2014 17:22:58 +0200] rev 26869
8055006: Store original value of Min/MaxHeapFreeRatio
Summary: Store the value set by the user and some makefile changes required to change the flags.
Reviewed-by: jwilhelm, ihse
Contributed-by: erik.joelsson@oracle.com
amurillo [Fri, 19 Sep 2014 08:55:47 -0700] rev 26868
Merge
thartmann [Wed, 17 Sep 2014 08:04:31 +0200] rev 26867
8015774: Add support for multiple code heaps
Summary: Support for segmentation of the code cache. Separate code heaps are created and used to store code of different types.
Reviewed-by: kvn, iveresov, roland, anoll, egahlin, sla
vinnie [Tue, 30 Sep 2014 13:25:04 +0100] rev 26866
8059462: Typo in keytool resource file
Reviewed-by: weijun
weijun [Tue, 30 Sep 2014 13:38:58 +0800] rev 26865
8058657: Add @jdk.Exported to com.sun.jarsigner APIs
Reviewed-by: alanb, mchung
dfuchs [Mon, 29 Sep 2014 18:56:32 +0200] rev 26864
8059269: FileHandler may throw NPE if pattern is a simple name and the lock file already exists
Summary: NPE may be thrown when Path.getParentPath() returns null. The fix is to call Path.getAbsolutePath().getParentPath() when Path.getParentPath() returns null.
Reviewed-by: alanb
weijun [Sun, 28 Sep 2014 10:42:50 +0800] rev 26863
8059313: Enable keytool NSS test on Mac
Reviewed-by: vinnie
wetmore [Sat, 27 Sep 2014 03:49:31 +0000] rev 26862
8059307: OpenJDK build problem with JDK-8058845
Reviewed-by: alanb