andrew [Wed, 23 Sep 2009 11:36:06 -0700] rev 3827
6884552: remove some unnecessary #ifdef's introduced in the fix for 4957990
Summary: Removed the unnecessary #ifdef's which were interfering with the build of the Zero-assembler port
Reviewed-by: ysr, jcoomes
dcubed [Tue, 22 Sep 2009 21:12:37 -0600] rev 3826
6876794: 4/4 sp07t002 hangs very intermittently
Summary: remove over locking by VMThread on "is thread suspended?" check
Reviewed-by: dholmes, acorn, andrew
acorn [Mon, 21 Sep 2009 18:10:22 -0400] rev 3825
Merge
dcubed [Mon, 21 Sep 2009 09:30:24 -0600] rev 3824
6419370: 4/4 new jmethodID code has tiny holes in synchronization
Summary: Fix races in jmethodID cache and JNI itable index cache.
Reviewed-by: ikrylov, acorn
acorn [Fri, 18 Sep 2009 15:14:50 -0400] rev 3823
Merge
acorn [Wed, 16 Sep 2009 15:42:46 -0400] rev 3822
6879572: SA fails _is_marked_dependent not found
Reviewed-by: kamg, dcubed
acorn [Wed, 16 Sep 2009 09:10:57 -0400] rev 3821
Merge
acorn [Fri, 04 Sep 2009 12:53:02 -0400] rev 3820
6830542: Performance: JVM_DefineClass already verified.
Reviewed-by: kamg, phh
acorn [Tue, 15 Sep 2009 16:28:57 -0400] rev 3819
Merge
andrew [Sat, 12 Sep 2009 12:50:07 +0100] rev 3818
6873059: Explicitly use -source 6 -target 6 when compiling with the boot jdk
Summary: The build fails if the bootstrap JDK defaults to <1.5
Reviewed-by: jcoomes
acorn [Thu, 10 Sep 2009 09:04:41 -0400] rev 3817
Merge
andrew [Tue, 08 Sep 2009 09:02:48 +0100] rev 3816
Merge
andrew [Tue, 08 Sep 2009 09:01:16 +0100] rev 3815
6879689: Fix warning about ignored return value when compiling with -O2
Summary: Store the return value of fwrite and check it matches the size of the array.
Reviewed-by: twisti, dholmes
poonam [Tue, 01 Sep 2009 23:34:08 -0700] rev 3814
6858208: jvm crash when specifying TypeProfileWidth=0 on jdk 6.0
Summary: Add an explicit check for TypeProfileWidth == 0 in record_klass_in_profile_helper() functions.
Reviewed-by: never, coleenp