zgu [Thu, 04 Sep 2014 14:58:58 -0400] rev 26562
Merge
zgu [Thu, 04 Sep 2014 14:50:31 -0400] rev 26561
8055289: Internal Error: mallocTracker.cpp:146 fatal error: Should not use malloc for big memory block, use virtual memory instead
Summary: Return NULL if memory allocation size is bigger than MAX_MALLOC_SIZE when NMT is on
Reviewed-by: coleenp, gtriantafill
dsamersoff [Thu, 04 Sep 2014 04:17:32 -0700] rev 26560
8035419: warning from b09 for hotspot.agent.src.os.win32.windbg.sawindbg.cpp: 'JNI exception pending'
Summary: added missed exceptions checks
Reviewed-by: sla, sspitsyn
sla [Thu, 04 Sep 2014 08:48:53 +0200] rev 26559
Merge
coleenp [Wed, 03 Sep 2014 19:13:18 -0400] rev 26558
8055008: Clean up code that saves the previous versions of redefined classes
Summary: Use scratch_class to find EMCP methods for breakpoints if the old methods are still running.
Reviewed-by: dcubed, sspitsyn
sla [Wed, 03 Sep 2014 14:43:49 +0200] rev 26557
8056242: Add function to return structured information about loaded libraries.
Summary: Return structured information about loaded libraries.
Reviewed-by: sla, dsamersoff
Contributed-by: fredrik.arvidsson@oracle.com
dholmes [Tue, 02 Sep 2014 21:27:08 -0400] rev 26556
8046210: Missing memory barrier when reading init_lock
Reviewed-by: fparain, dcubed, mdoerr
Contributed-by: Bill Pittore <bill.pittore@oracle.com>
katleman [Wed, 17 Sep 2014 22:55:51 -0700] rev 26555
Added tag jdk9-b31 for changeset 8d0d35462d9b
lana [Thu, 18 Sep 2014 13:26:57 -0700] rev 26554
Merge
weijun [Wed, 17 Sep 2014 13:55:36 +0800] rev 26553
8056141: Move com.sun.security.jgss into a new module
Reviewed-by: alanb, chegar, mchung