ccheung [Thu, 26 Jan 2017 10:17:06 -0800] rev 43490
8173163: searching for a versioned entry in a multi-release jar in hotspot is inconsistent with java code
Summary: use the highest versioned entry if the specified version is higher than the current jdk version
Reviewed-by: iklam, sspitsyn, jiangli
dnsimon [Thu, 26 Jan 2017 05:53:14 -0800] rev 43489
8173278: [JVMCI] query_update_method_data might write outside _trap_hist array
Reviewed-by: kvn
njian [Sun, 22 Jan 2017 16:33:54 +0800] rev 43488
8172881: AArch64: assertion failure: the int pressure is incorrect
Summary: Change the dst register type of get_and_setI/L/N/P from any register to non-special register.
Reviewed-by: aph
Contributed-by: yang.zhang@linaro.org
rbackman [Thu, 26 Jan 2017 08:35:17 +0100] rev 43487
Merge
gdub [Tue, 24 Jan 2017 13:40:46 +0100] rev 43486
8167519: [AOT] Failed compilation: java.math.MutableBigInteger.divide3n2n
Reviewed-by: never, davleopo
jwilhelm [Tue, 24 Jan 2017 00:30:28 +0100] rev 43485
Merge
never [Wed, 25 Jan 2017 19:18:43 -0800] rev 43484
8173309: jvmtiDeferredLocalVariableSet may update the wrong frame
Reviewed-by: kvn
roland [Tue, 24 Jan 2017 09:40:05 +0100] rev 43483
8173147: [ctw] fails during compilation of sun.security.krb5.internal.crypto.RsaMd5DesCksumType::calculateKeyedChecksum with " graph should be schedulable"
Summary: Loads generated at uncommon trap from eliminated arraycopy have incorrect memory state
Reviewed-by: thartmann