minqi [Fri, 19 Jul 2013 08:34:48 -0700] rev 18949
8016538: volatile double access via Unsafe.cpp is not atomic
Summary: volatile jdouble load/store is not atomic, fix by using of existing volatile jlong operations which are atomic for jdouble.
Reviewed-by: kvn, vladidan, jrose
Contributed-by: david.holmes@oracle.com
mgronlun [Fri, 19 Jul 2013 17:56:27 +0200] rev 18948
8020547: Event based tracing needs a UNICODE string type
Reviewed-by: egahlin, rbackman, dcubed, brutisso, acorn
minqi [Thu, 18 Jul 2013 18:00:39 -0700] rev 18947
Merge
ccheung [Thu, 18 Jul 2013 14:57:51 -0700] rev 18946
8004872: Early loading of HashMap and StringValue under -XX:+AggressiveOpts can be removed
Summary: this fix also removes the -XX:+UseStringCache option
Reviewed-by: dholmes, acorn, iklam
dcubed [Thu, 18 Jul 2013 12:35:55 -0700] rev 18945
Merge
dcubed [Thu, 18 Jul 2013 12:05:32 -0700] rev 18944
Merge
rbackman [Wed, 17 Jul 2013 13:48:15 +0200] rev 18943
8020701: Avoid crashes in WatcherThread
Reviewed-by: acorn, dcubed, dsimms
dholmes [Thu, 18 Jul 2013 06:47:15 -0400] rev 18942
8020697: jniCheck.cpp:check_is_obj_array asserts on TypeArrayKlass::cast(aOop->klass())
Reviewed-by: dcubed, fparain, dholmes
Contributed-by: David Simms <david.simms@oracle.com>
jiangli [Wed, 17 Jul 2013 17:14:50 -0700] rev 18941
Merge
jiangli [Wed, 17 Jul 2013 18:06:29 -0400] rev 18940
8020309: Eliminate InstanceKlass::_cached_class_file_len.
Summary: Use JvmtiCachedClassFileData.
Reviewed-by: iklam, sspitsyn, dcubed
ccheung [Wed, 17 Jul 2013 12:22:57 -0700] rev 18939
8017498: JVM crashes when native code calls sigaction(sig) where sig>=0x20
Summary: Added (sig < MAXSIGNUM) check in jsig.c
Reviewed-by: dholmes, acorn
rbackman [Wed, 12 Jun 2013 11:17:39 +0200] rev 18938
8016131: nsk/sysdict/vm/stress/chain tests crash the VM in 'entry_frame_is_first()'
Reviewed-by: jrose, kvn, mgronlun