roland [Wed, 24 Apr 2013 09:42:08 +0200] rev 17036
8011771: runThese crashed with EAV
Summary: Array bound check elimination's in block motion doesn't always reset its data structures from one step to the other.
Reviewed-by: kvn, twisti
roland [Tue, 16 Apr 2013 17:06:39 +0200] rev 17035
8011901: Unsafe.getAndAddLong(obj, off, delta) does not work properly with long deltas
Summary: instruct xaddL_no_res shouldn't allow 64 bit constants.
Reviewed-by: kvn
jiangli [Tue, 23 Apr 2013 12:32:17 -0400] rev 17034
8012927: 'assert(nbits == 32 || (-(1 << nbits-1) <= x && x < ( 1 << nbits-1))) failed: value out of range' in interpreter initialization.
Summary: Change br_null_short() to br_null().
Reviewed-by: coleenp, hseigel
bharadwaj [Tue, 23 Apr 2013 08:12:14 -0700] rev 17033
8012961: Do not restrict static interface methods to be private
Summary: Lambda changes; spec 0.6.2 - remove the restriction that was added as part of recent changes made to support upcoming changes to compilation of lambda methods.
Reviewed-by: dholmes, acorn
dcubed [Sun, 21 Apr 2013 21:05:02 -0700] rev 17032
Merge
dcubed [Sun, 21 Apr 2013 20:41:04 -0700] rev 17031
8012907: anti-delta fix for 8010992
Summary: anti-delta fix for 8010992 until 8012902 can be fixed
Reviewed-by: acorn, minqi, rdurbin
mgronlun [Sat, 20 Apr 2013 19:02:11 +0200] rev 17030
6729929: I18N - Taking Heap Dump failed if project path contains multibyte characters
Reviewed-by: dholmes, rbackman
Contributed-by: peter.allwin@oracle.com
sspitsyn [Sat, 20 Apr 2013 04:07:08 -0700] rev 17029
8008511: JSR 292: MemberName vmtarget refs to methods must be updated at class redefinition
Summary: Lazily create and maintain the MemberNameTable to be able to update MemberName's
Reviewed-by: coleenp, jrose, dholmes
Contributed-by: serguei.spitsyn@oracle.com
dcubed [Fri, 19 Apr 2013 16:51:27 -0700] rev 17028
Merge
dcubed [Fri, 19 Apr 2013 13:48:54 -0700] rev 17027
Merge
minqi [Fri, 19 Apr 2013 11:08:52 -0700] rev 17026
8010992: Remove calls to global ::operator new[] and new
Summary: disable use of global operator new and new[] which could cause unexpected exception and escape from NMT tracking.
Reviewed-by: coleenp, dholmes, zgu
Contributed-by: yumin.qi@oracle.com
bharadwaj [Thu, 18 Apr 2013 14:03:37 -0400] rev 17025
Merge
bharadwaj [Thu, 18 Apr 2013 08:05:35 -0700] rev 17024
8006267: InterfaceMethod_ref should allow invokestatic and invokespecial
Summary: Lambda changes; spec 0.6.2 - Allow static invokestatic and invokespecial calls to InterfaceMethod_ref
Reviewed-by: dholmes, acorn
zgu [Thu, 18 Apr 2013 10:04:44 -0400] rev 17023
8012464: NMT: classes should not derive from _ValueObj, use VALUE_OBJ_CLASS_SPEC instead
Summary: NMT value objects should use VALUE_OBJ_CLASS_SPEC instead of deriving from _ValueObj
Reviewed-by: coleenp, hseigel, dholmes
hseigel [Wed, 17 Apr 2013 08:20:02 -0400] rev 17022
8009928: PSR:PERF Increase default string table size
Summary: Increase default string table size to 60013 for 64-bit platforms.
Reviewed-by: coleenp, dholmes
amurillo [Fri, 19 Apr 2013 10:09:11 -0700] rev 17021
8012559: new hotspot build - hs25-b30
Reviewed-by: jcoomes