kvn [Tue, 01 Feb 2011 10:27:02 -0800] rev 8317
7014998: assert(is_T_family(features) == is_niagara(features)) failed: Niagara should be T series
Summary: Use substring search instead of compare and convert string to upper case before search.
Reviewed-by: never, phh, iveresov
twisti [Tue, 01 Feb 2011 05:51:24 -0800] rev 8316
7012339: JSR 292 crash in G1SATBCardTableModRefBS::write_ref_field_pre_work()
Reviewed-by: jrose, never
twisti [Tue, 01 Feb 2011 03:38:44 -0800] rev 8315
7009309: JSR 292: compiler/6991596/Test6991596.java crashes on fastdebug JDK7/b122
Reviewed-by: kvn, never
never [Mon, 31 Jan 2011 17:48:21 -0800] rev 8314
6354181: nsk.logging.stress.threads.scmhml001 fails assertion in "src/share/vm/oops/instanceKlass.cpp, 111"
Reviewed-by: jrose, acorn
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