roland [Mon, 18 Jul 2016 20:45:51 +0200] rev 40083
8161651: Logic in ConnectionGraph::split_unique_types() wrongly assumes node always have memory input
Reviewed-by: thartmann, kvn
dnsimon [Fri, 22 Jul 2016 17:52:03 +0000] rev 40082
Merge
dnsimon [Wed, 20 Jul 2016 22:18:13 +0000] rev 40081
8161265: [JVMCI] EnableJVMCI should only be required when its not implied by other flags
Reviewed-by: twisti, kvn, never
aph [Fri, 22 Jul 2016 17:05:08 +0100] rev 40080
8161190: AArch64: Fix overflow in immediate cmp instruction
Summary: Use subs instead of cmp to compare BlockZeroingLowLimit. Subs can check and handle immediate out of range correctly.
Reviewed-by: aph
Contributed-by: yang.zhang@linaro.org
dpochepk [Wed, 20 Jul 2016 19:35:08 +0300] rev 40079
8071652: -XX:CompileOnly does not behave as documented
Reviewed-by: kvn
dpochepk [Wed, 20 Jul 2016 19:33:22 +0300] rev 40078
8161695: compiler/jsr292/MHInlineTest.java can't be run on client-only platforms
Reviewed-by: kvn
dpochepk [Wed, 20 Jul 2016 19:31:34 +0300] rev 40077
8158756: [Testbug] serviceability/dcmd/compiler/CompilerQueueTest.java fails with TieredStopAtLevel=1
Reviewed-by: thartmann
dpochepk [Wed, 20 Jul 2016 19:29:10 +0300] rev 40076
8161508: JVMCI: MaterializeVirtualObjectTest fails w/ "CASE: invalidate=true: has no virtual object before materialization
Reviewed-by: kvn
never [Tue, 19 Jul 2016 18:17:40 -0700] rev 40075
8161603: [JVMCI] HotSpotVMConfig.baseVtableLength is incorrectly computed
Reviewed-by: kvn
dnsimon [Tue, 19 Jul 2016 18:59:11 +0000] rev 40074
8161274: [JVMCI] compiler/jvmci/events/JvmciNotifyInstallEventTest.java fails with NoClassDefFound
Reviewed-by: kvn, twisti