katleman [Tue, 30 Apr 2013 14:40:54 -0700] rev 17047
Merge
omajid [Mon, 29 Apr 2013 12:34:53 -0400] rev 17046
8013480: fix zero build on arm
Reviewed-by: erikj
ngthomas [Tue, 30 Apr 2013 21:49:38 -0700] rev 17045
Merge
mullan [Thu, 25 Apr 2013 15:48:11 -0400] rev 17044
8013228: Create new system properties to control allowable OCSP clock skew and CRL connection timeout
Reviewed-by: vinnie
mullan [Thu, 25 Apr 2013 11:18:29 -0400] rev 17043
8011313: OCSP timeout set to wrong value if com.sun.security.ocsp.timeout not defined
Reviewed-by: vinnie
katleman [Thu, 25 Apr 2013 09:24:24 -0700] rev 17042
Added tag jdk8-b87 for changeset 2871326c0383
duke [Wed, 05 Jul 2017 18:52:40 +0200] rev 17041
Merge
amurillo [Fri, 26 Apr 2013 00:29:12 -0700] rev 17040
Added tag hs25-b30 for changeset 18be17ecfd6c
amurillo [Fri, 26 Apr 2013 00:29:11 -0700] rev 17039
Merge
bharadwaj [Thu, 25 Apr 2013 13:10:03 -0700] rev 17038
Merge
jiangli [Wed, 24 Apr 2013 18:20:04 -0400] rev 17037
8013041: guarantee(this->is8bit(imm8)) failed: Short forward jump exceeds 8-bit offset.
Summary: Change jmpb() to jmp().
Reviewed-by: coleenp, rdurbin, dcubed
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