dlong [Wed, 27 Jul 2016 10:56:01 -0700] rev 40089
8160742: Node::operator new invokes undefined behavior
Summary: remove obsolete asserts
Reviewed-by: kvn
goetz [Wed, 20 Jul 2016 12:34:11 +0200] rev 40088
8161907: adlc: Fix crash in cisc_spill_match if _rChild == NULL
Reviewed-by: kvn
roland [Mon, 25 Jul 2016 14:31:42 -0700] rev 40087
8161147: jvm crashes when -XX:+UseCountedLoopSafepoints is enabled
Summary: don't convert loop with safepoint on the backedge to Counted loop
Reviewed-by: kvn
aph [Thu, 23 Jun 2016 17:58:59 +0000] rev 40086
8157306: Random infrequent null pointer exceptions in javac
Reviewed-by: kvn
dpochepk [Mon, 25 Jul 2016 21:02:51 +0300] rev 40085
8162376: TestSHA512Intrinsics.java failed with Unexpected count of intrinsic _sha5_implCompress is expected
Reviewed-by: kvn
twisti [Fri, 22 Jul 2016 12:47:08 -1000] rev 40084
8162427: fix indent in CompileTask::print_tty
Reviewed-by: kvn
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
never [Tue, 19 Jul 2016 18:11:03 +0000] rev 40073
8161292: [JVMCI] missing test files from 8159368
Reviewed-by: twisti, kvn
rbackman [Tue, 19 Jul 2016 13:15:46 +0200] rev 40072
Merge
goetz [Thu, 23 Jun 2016 22:33:46 +0200] rev 40071
8160245: C1: Clean up platform #defines in c1_LIR.hpp.
Summary: Also add fnoreg on x86, LIR_Address constructor without scale, clean up templateInterpreterGenerator.hpp and remove PPC32 special cases.
Reviewed-by: coleenp, thartmann
dpochepk [Thu, 14 Jul 2016 20:11:55 +0300] rev 40070
8157861: [TESTBUG] compiler/jvmci/compilerToVM/ReprofileTest.java failed with RuntimeException
Reviewed-by: twisti
dpochepk [Thu, 14 Jul 2016 20:10:16 +0300] rev 40069
8157984: [TESTBUG] Several compiler tests fails when are executed with -XX:TieredStopAtLevel=1
Reviewed-by: vlivanov
tpivovarova [Thu, 14 Jul 2016 14:44:53 +0000] rev 40068
Merge
tpivovarova [Wed, 13 Jul 2016 18:03:15 +0300] rev 40067
8151280: update hotspot tests to use vm.compMode instead of their own logic
Summary: Update hs compiler tests to use vm.compMode instead of their own logic and to get VM mode using j.t.l.Platform
Reviewed-by: kvn, dpochepk
Contributed-by: igor.ignatyev@oracle.com
aph [Thu, 14 Jul 2016 15:18:15 +0100] rev 40066
Merge
aph [Wed, 13 Jul 2016 15:19:34 +0100] rev 40065
8159467: AArch64: Enable compact strings
Reviewed-by: roland
aph [Fri, 08 Jul 2016 17:11:37 +0100] rev 40064
8161072: AArch64: jtreg compiler/uncommontrap/TestDeoptOOM failure
Reviewed-by: roland
mhaupt [Thu, 14 Jul 2016 08:33:08 +0200] rev 40063
8161068: jdk.vm.ci.hotspot.test.MethodHandleAccessProviderTest fails
Reviewed-by: never, dnsimon
ppunegov [Wed, 13 Jul 2016 19:08:07 +0300] rev 40062
8160761: [TESTBUG] Several compiler tests fail with product bits
Summary: Add UnlockDiagnosticVMOptions to tests
Reviewed-by: goetz
goetz [Mon, 04 Jul 2016 16:28:27 +0200] rev 40061
8056950: Compiled code (64-bit) on SPARC should sign extend INT parameters passed on registers to runtime or native methods.
Reviewed-by: thartmann, simonis
sanzinger [Tue, 12 Jul 2016 20:42:46 +0000] rev 40060
8159368: [JVMCI] SPARCHotSpotRegisterConfig.callingConvention gives incorrect calling convention for native calls containing fp args
Reviewed-by: kvn, iveresov
tpivovarova [Tue, 12 Jul 2016 18:24:48 +0300] rev 40059
8132919: Put compiler tests in packages
Reviewed-by: vlivanov, dpochepk
Contributed-by: igor.ignatyev@oracle.com
zmajo [Tue, 12 Jul 2016 08:42:46 +0000] rev 40058
Merge