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