rottenha [Mon, 21 Feb 2011 04:49:17 -0800] rev 8313
Merge
coleenp [Fri, 18 Feb 2011 18:26:17 -0500] rev 8312
7019557: SharedMiscDataSize too small for 64-bit fastdebug JVM
Summary: Increase default SharedMiscDataSize
Reviewed-by: dcubed, kamg
coleenp [Wed, 16 Feb 2011 16:25:57 -0800] rev 8311
Merge
coleenp [Wed, 16 Feb 2011 17:12:31 -0500] rev 8310
7019689: Non-dependent name is found in dependent base class although it should be rejected
Summary: fix hashtable.hpp to qualify non-dependant name with "this"
Reviewed-by: phh, never, poonam
Contributed-by: volker.simonis@gmail.com
coleenp [Wed, 16 Feb 2011 11:34:44 -0500] rev 8309
6840152: JVM crashes when heavyweight monitors are used
Summary: Turn off biased locking if !UseFastLocking or UseHeavyMonitors options are requested.
Reviewed-by: phh, never, dcubed, dholmes
dholmes [Wed, 16 Feb 2011 01:42:00 -0500] rev 8308
Merge
dholmes [Mon, 14 Feb 2011 19:27:36 -0500] rev 8307
7018429: JPRT: Update Makefile to use ALT_JDK_TARGET_IMPORT_PATH for copying JDK
Summary: Set JDK_IMPORT_PATH to ALT_JDK_TARGET_IMPORT_PATH if it is defined
Reviewed-by: phh, ohair
dcubed [Tue, 15 Feb 2011 19:00:22 -0800] rev 8306
6954420: 2/4 jps shows "process information unavailable" sometimes
Summary: Make sure the backing store file is flushed in create_sharedmem_resources() and get_user_name_slow() no longer checks the size of the backing store file.
Reviewed-by: briand, swamyv, acorn, poonam
rottenha [Mon, 14 Feb 2011 03:19:33 -0800] rev 8305
Merge
coleenp [Sat, 12 Feb 2011 10:28:34 -0500] rev 8304
7019157: errorHandler doesn't compile with super old gcc without precompiled headers
Summary: old gccs don't support precompiled headers so have to supply includes
Reviewed-by: phh, kamg
sla [Thu, 10 Feb 2011 13:03:22 +0100] rev 8303
7017824: Add support for creating 64-bit Visual Studio projects
Summary: Updated create.bat and ProjectCreator
Reviewed-by: brutisso, stefank, ohair
trims [Wed, 16 Feb 2011 17:26:20 -0800] rev 8302
Merge
tonyp [Mon, 14 Feb 2011 22:21:18 -0500] rev 8301
Merge
stefank [Fri, 11 Feb 2011 14:15:16 +0100] rev 8300
7018257: jmm_DumpThreads allocates into permgen
Summary: Don't allocate in permgen
Reviewed-by: ysr, sla
ysr [Thu, 10 Feb 2011 14:48:07 -0800] rev 8299
7018302: newly added assert related to size of constantPoolOop causes secondary assertions or crashes
Summary: 6912621 used a raw oop in the newly added assert following an allocation attempt that could result in a GC.
Reviewed-by: jmasa
johnc [Wed, 09 Feb 2011 09:43:02 -0800] rev 8298
7017008: G1: Turn on compressed oops by default.
Summary: Normally compressed oops is enabled when the maximum heap size is under a certain limit, except when G1 is also enabled. Remove this limitation. Also re-enable GCBasher testing with G1 on 64 bit windows in jprt.
Reviewed-by: jcoomes, brutisso, tonyp