igerasim [Mon, 24 Mar 2014 14:14:03 +0400] rev 23569
6943190: TEST_BUG: some tests in java/lang/Runtime/exec have hard-coded path to shell commands
Reviewed-by: martin, rriggs, alanb
ihse [Mon, 24 Mar 2014 10:40:19 +0100] rev 23568
8038027: DTDBuilder should be run in headless mode
Reviewed-by: ihse
Contributed-by: david.dehaven@oracle.com
sla [Fri, 21 Mar 2014 14:45:54 +0100] rev 23567
8037225: sun/tools/jinfo/Basic.sh fails
Reviewed-by: alanb
sla [Fri, 21 Mar 2014 09:38:04 +0100] rev 23566
8037825: Fix warnings and enable "warnings as errors" in serviceability native libraries
Reviewed-by: alanb
msheppar [Fri, 21 Mar 2014 00:57:23 +0000] rev 23565
8035870: Check jdk/src/windows/native/java/io/WinNTFileSystem_md.c for JNI pending exceptions
Summary: NI return checks, NULL return checks for malloc added
Reviewed-by: alanb, chegar
msheppar [Fri, 21 Mar 2014 00:13:40 +0000] rev 23564
8036607: JNI exception pending in jdk/src/windows/native/java/net/DualStackPlainDatagramSocketImpl.c
Summary: check for JNI pending exception and NULL returns from JNI calls in DualStackPlainDatagramSocketImpl.c
Reviewed-by: alanb
msheppar [Fri, 21 Mar 2014 00:01:59 +0000] rev 23563
8025293: JNI exception pending checks in java.net
Summary: enhance the return check for JNI native calls, check for NULL and pending exceptions
Reviewed-by: alanb, chegar
msheppar [Thu, 20 Mar 2014 23:34:38 +0000] rev 23562
8035340: (prefs) Check jdk/src/windows/native/java/util/WindowsPreference.c for JNI pending exceptions
Summary: Check for JNI pending exceptions. Add null checks after malloc calls
Reviewed-by: alanb, chegar
msheppar [Thu, 20 Mar 2014 23:12:55 +0000] rev 23561
8035930: Check jdk/src/windows/native/java/io/io_util_md.c for JNI pending exceptions
Summary: malloc null return checks and pending exception checks
Reviewed-by: alanb
msheppar [Thu, 20 Mar 2014 22:57:39 +0000] rev 23560
8036600: JNI exception pending in src/jdk/src/windows/native/sun/net/www/protocol/http/ntlm/NTLMAuthSequence.c
Summary: check JNI return values, check for pending exceptions, check malloc return value and raise OOME as needed
Reviewed-by: alanb