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
lancea [Thu, 20 Mar 2014 18:18:11 -0400] rev 23559
8037507: Fix broken link in javax/sql/rowset/package.html
Reviewed-by: darcy
msheppar [Thu, 20 Mar 2014 21:27:22 +0000] rev 23558
8036601: JNI exception pending in jdk/src/windows/native/sun/net/dns/ResolverConfigurationImpl.c
Summary: check JNI return values and pending exceptions, Check malloc returns, and throw OOME as appropriate
Reviewed-by: alanb
msheppar [Thu, 20 Mar 2014 21:14:51 +0000] rev 23557
8036609: Check jdk/src/windows/native/java/lang/ProcessImpl_md.c for JNI pending exceptions
Summary: added ExceptionCheck fater JNI calls
Reviewed-by: chegar
msheppar [Thu, 20 Mar 2014 21:03:43 +0000] rev 23556
8036603: Check jdk/src/windows/native/java/lang/ProcessEnvironment_md.c for JNI pending exceptions
Summary: added JNI call NULL return checks
Reviewed-by: alanb, mchung
joehw [Thu, 20 Mar 2014 13:41:17 -0700] rev 23555
8035577: Xerces Update: impl/xpath/regex/RangeToken.java
Reviewed-by: lancea, alanb, sherman, joehw
Contributed-by: david.x.li@oracle.com
msheppar [Thu, 20 Mar 2014 16:19:08 +0000] rev 23554
8036134: Check src/windows/native/sun/nio/fs/WindowsNativeDispatcher.c for JNI pending exceptions
Summary: check malloc return value and added JUN_ThrowOutOfMemoryException
Reviewed-by: alanb
msheppar [Thu, 20 Mar 2014 15:25:57 +0000] rev 23553
8030780: test/com/sun/corba/cachedSocket/7056731.sh leaves HelloServer behind
Summary: intermittent test failure leaves server process - add server pid to test's kill -9 command
Reviewed-by: chegar
ascarpino [Wed, 19 Mar 2014 11:48:06 -0700] rev 23552
7107611: sun.security.pkcs11.SessionManager is scalability blocker
Reviewed-by: valeriep
sla [Wed, 19 Mar 2014 19:05:13 +0100] rev 23551
8037864: Add java/lang/instrument/NativeMethodPrefixAgent.java to ProblemList.txt
Reviewed-by: alanb
katleman [Wed, 02 Apr 2014 22:00:02 -0700] rev 23550
Added tag jdk9-b07 for changeset ddf6ebcc99da
duke [Wed, 05 Jul 2017 19:35:16 +0200] rev 23549
Merge
amurillo [Fri, 11 Apr 2014 11:23:30 -0700] rev 23548
Merge
amurillo [Fri, 04 Apr 2014 10:04:44 -0700] rev 23547
Merge
ehelin [Fri, 04 Apr 2014 10:24:48 +0200] rev 23546
Merge
mgerdin [Wed, 02 Apr 2014 14:17:34 +0200] rev 23545
8037959: BitMap::resize frees old map before copying memory if !in_resource_area
Summary: Add reallocate functionality to ArrayAllocator and use it from BitMap::resize
Reviewed-by: brutisso, tschatzl
ehelin [Mon, 31 Mar 2014 14:02:40 +0200] rev 23544
8033251: Use DWARF debug symbols for Linux 32-bit as default
Reviewed-by: dcubed, dholmes, coleenp
goetz [Wed, 02 Apr 2014 09:17:38 +0200] rev 23543
8038498: Fix includes and C inlining after 8035330
Summary: Change 8035330: Remove G1ParScanPartialArrayClosure and G1ParScanHeapEvacClosure broke the debug build on AIX. The method do_oop_partial_array() is added in a header, but requires the inline function par_write_ref() through several inlined calls. In some cpp files, like arguments.cpp, par_write_ref() is not defined as the corresponding inline header and is not included. The AIX debug VM does not start because of the missing symbol. This change solves this by cleaning up include dependencies.
Reviewed-by: tschatzl, stefank
ehelin [Tue, 01 Apr 2014 15:37:15 +0200] rev 23542
Merge
brutisso [Tue, 01 Apr 2014 07:46:51 +0200] rev 23541
8038829: G1: More useful information in a few assert messages
Reviewed-by: sjohanss, jmasa
sjohanss [Thu, 13 Feb 2014 10:05:03 +0100] rev 23540
8028498: runtime/SharedArchiveFile/CdsDifferentObjectAlignment.java asserts in RT_Baseline
Summary: Preventing GCs to occur before VM is completely initialized. This was previously partly done by one part of the GC locker which not was removed.
Reviewed-by: coleenp, pliden
stefank [Fri, 28 Mar 2014 14:15:03 +0100] rev 23539
8038630: Remove ExtendedOopClosure::prefetch_style()
Reviewed-by: coleenp, jmasa
stefank [Fri, 28 Mar 2014 14:03:11 +0100] rev 23538
8038628: Remove unused Closure::abort()
Reviewed-by: coleenp, jmasa
mgerdin [Wed, 12 Mar 2014 15:25:35 +0100] rev 23537
8038405: Clean up some virtual fucntions in Space class hierarchy
Summary: Get rid of some duplicated implementations and change nonsense implementations to pure virtuals
Reviewed-by: stefank, jmasa
mgerdin [Wed, 12 Mar 2014 17:13:48 +0100] rev 23536
8038412: Move object_iterate_careful down from Space to ContigousSpace and CFLSpace
Summary: Only declare the functions where they are actually needed.
Reviewed-by: tschatzl, stefank
mgerdin [Wed, 12 Mar 2014 15:22:45 +0100] rev 23535
8038404: Move object_iterate_mem from Space to CMS since it is only ever used by CMS
Reviewed-by: brutisso, tschatzl, stefank
bharadwaj [Thu, 03 Apr 2014 17:05:19 -0400] rev 23534
Merge