minqi [Tue, 23 Jul 2013 12:50:15 -0700] rev 18954
Merge
minqi [Mon, 22 Jul 2013 22:21:57 -0700] rev 18953
Merge
ccheung [Fri, 19 Jul 2013 14:54:54 -0700] rev 18952
8020791: [TESTBUG] runtime/jsig/Test8017498.sh failed to compile native code
Summary: Added -DLINUX to the gcc command and improved the .sh script
Reviewed-by: dcubed, dholmes, minqi
emc [Mon, 22 Jul 2013 17:57:42 -0400] rev 18951
8019632: Method parameters are not copied in clone_with_new_data
Summary: Add code to copy method parameters data in clone_with_new_data
Reviewed-by: coleenp, sspitsyn
minqi [Fri, 19 Jul 2013 11:17:19 -0700] rev 18950
Merge
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