Fri, 22 Apr 2016 01:04:00 -0700 Merge
amurillo [Fri, 22 Apr 2016 01:04:00 -0700] rev 38060
Merge
Thu, 21 Apr 2016 20:49:11 -0700 8148195: Some InstanceKlass and MethodCounters fields can be excluded when JVMTI is not supported
cjplummer [Thu, 21 Apr 2016 20:49:11 -0700] rev 38059
8148195: Some InstanceKlass and MethodCounters fields can be excluded when JVMTI is not supported Summary: Removed "previous version", "cached class file", and breakpoint related fields and code when JVMTI is not supported Reviewed-by: coleenp, sspitsyn
Thu, 21 Apr 2016 20:11:40 +0000 Merge
bharadwaj [Thu, 21 Apr 2016 20:11:40 +0000] rev 38058
Merge
Thu, 21 Apr 2016 15:59:07 -0400 Merge
bharadwaj [Thu, 21 Apr 2016 15:59:07 -0400] rev 38057
Merge
Thu, 21 Apr 2016 09:29:54 +0000 Merge
thartmann [Thu, 21 Apr 2016 09:29:54 +0000] rev 38056
Merge
Thu, 21 Apr 2016 10:52:00 +0200 8086068: VM crashes with "-Xint -XX:+UseCompiler" options
thartmann [Thu, 21 Apr 2016 10:52:00 +0200] rev 38055
8086068: VM crashes with "-Xint -XX:+UseCompiler" options Summary: Prevent incompatible compiler flag combination. Reviewed-by: zmajo, kvn, ddmitriev
Thu, 21 Apr 2016 09:21:48 +0200 8153292: AllocateInstancePrefetchLines>AllocatePrefetchLines can trigger out-of-heap prefetching
zmajo [Thu, 21 Apr 2016 09:21:48 +0200] rev 38054
8153292: AllocateInstancePrefetchLines>AllocatePrefetchLines can trigger out-of-heap prefetching Summary: Set the size of the reserved TLAB area to the MAX of both flags. Reviewed-by: kvn, thartmann
Wed, 20 Apr 2016 20:40:46 +0300 8154145: Missing klass/method name in stack traces on error
vlivanov [Wed, 20 Apr 2016 20:40:46 +0300] rev 38053
8154145: Missing klass/method name in stack traces on error Reviewed-by: stefank, cjplummer
Tue, 19 Apr 2016 19:52:39 -0700 8154537: AArch64: some integer rotate instructions are never emitted
roland [Tue, 19 Apr 2016 19:52:39 -0700] rev 38052
8154537: AArch64: some integer rotate instructions are never emitted Reviewed-by: aph, adinn, kvn
Tue, 19 Apr 2016 15:26:59 -0400 Merge
bharadwaj [Tue, 19 Apr 2016 15:26:59 -0400] rev 38051
Merge
Tue, 19 Apr 2016 09:31:53 +0100 8153756: jdk.vm.ci should not depend on sun.misc ( jdk.unsupported module )
chegar [Tue, 19 Apr 2016 09:31:53 +0100] rev 38050
8153756: jdk.vm.ci should not depend on sun.misc ( jdk.unsupported module ) Reviewed-by: twisti
Mon, 18 Apr 2016 15:18:14 -0700 8153998: Masked vector post loops
mcberg [Mon, 18 Apr 2016 15:18:14 -0700] rev 38049
8153998: Masked vector post loops Summary: Masked vectorization for post loops to execute in a single iteration in place of fixup scalar loops which used to take many iterations to complete work for user loops. Reviewed-by: twisti, kvn
Mon, 18 Apr 2016 20:57:16 +0000 Merge
tpivovarova [Mon, 18 Apr 2016 20:57:16 +0000] rev 38048
Merge
Mon, 18 Apr 2016 15:40:11 +0300 8154174: Improve JitTester performance
aaivanov [Mon, 18 Apr 2016 15:40:11 +0300] rev 38047
8154174: Improve JitTester performance Reviewed-by: iignatyev
Mon, 18 Apr 2016 20:57:27 +0300 8154135: Loop alignment may be added inside the loop body
roland [Mon, 18 Apr 2016 20:57:27 +0300] rev 38046
8154135: Loop alignment may be added inside the loop body Reviewed-by: kvn, vlivanov
Mon, 18 Apr 2016 11:22:51 +0200 8153357: C2 creates incorrect cast after eliminating phi with unique input
zmajo [Mon, 18 Apr 2016 11:22:51 +0200] rev 38045
8153357: C2 creates incorrect cast after eliminating phi with unique input Summary: Refine C2's logic to determine the type of cast node added. Reviewed-by: kvn
Mon, 18 Apr 2016 09:39:55 +0200 8072428: Enable UseLoopCounter ergonomically if on-stack-replacement is enabled
zmajo [Mon, 18 Apr 2016 09:39:55 +0200] rev 38044
8072428: Enable UseLoopCounter ergonomically if on-stack-replacement is enabled Summary: Set UseLoopCounter ergonomically if on-stack-replacement is enabled. Print warning. Reviewed-by: kvn
Thu, 07 Apr 2016 12:33:58 +0200 8153267: nmethod's exception cache not multi-thread safe
mdoerr [Thu, 07 Apr 2016 12:33:58 +0200] rev 38043
8153267: nmethod's exception cache not multi-thread safe Reviewed-by: aph, jcm, kvn
Fri, 15 Apr 2016 07:54:31 +0200 8151708: C1 FastTLABRefill can allocate TLABs past the end of the heap
zmajo [Fri, 15 Apr 2016 07:54:31 +0200] rev 38042
8151708: C1 FastTLABRefill can allocate TLABs past the end of the heap Summary: Use branch instruction that checks xcc instead of icc. Reviewed-by: kvn, thartmann
Thu, 14 Apr 2016 18:15:41 +0200 Merge
ppunegov [Thu, 14 Apr 2016 18:15:41 +0200] rev 38041
Merge
Thu, 14 Apr 2016 15:28:46 +0200 Merge
ppunegov [Thu, 14 Apr 2016 15:28:46 +0200] rev 38040
Merge
Wed, 13 Apr 2016 18:56:51 +0300 8153852: [jittester] move TypeUtil to utils package
ppunegov [Wed, 13 Apr 2016 18:56:51 +0300] rev 38039
8153852: [jittester] move TypeUtil to utils package Summary: rewrite TypeUtil and move to utils package Reviewed-by: kvn
Wed, 13 Apr 2016 18:31:43 +0300 8140354: Unquarantine tests that failed with OutOfMemoryError
ppunegov [Wed, 13 Apr 2016 18:31:43 +0300] rev 38038
8140354: Unquarantine tests that failed with OutOfMemoryError Summary: unquarantine CompilerControl tests Reviewed-by: iignatyev
Tue, 12 Apr 2016 11:53:44 +0800 8153713: aarch64: improve short array clearing using store pair
fyang [Tue, 12 Apr 2016 11:53:44 +0800] rev 38037
8153713: aarch64: improve short array clearing using store pair Summary: aarch64: generate store pair instruction to clear short arrays Reviewed-by: aph
Thu, 14 Apr 2016 08:32:39 +0200 8154073: Several compiler tests fail when are executed with C1 only
thartmann [Thu, 14 Apr 2016 08:32:39 +0200] rev 38036
8154073: Several compiler tests fail when are executed with C1 only Summary: Added missing flag checks to the tests and Whitebox API. Reviewed-by: kvn
Tue, 12 Apr 2016 17:12:51 -0700 8153818: Move similar CompiledIC platform specific code to shared code.
kvn [Tue, 12 Apr 2016 17:12:51 -0700] rev 38035
8153818: Move similar CompiledIC platform specific code to shared code. Reviewed-by: iveresov, twisti
Tue, 12 Apr 2016 14:55:18 -0700 8153115: Move private interface check to linktime
iveresov [Tue, 12 Apr 2016 14:55:18 -0700] rev 38034
8153115: Move private interface check to linktime Summary: Check for private interface methods during linktime instead of runtime Reviewed-by: kvn, never, coleenp, acorn, lfoltan
Tue, 12 Apr 2016 14:17:42 -0400 Merge
bharadwaj [Tue, 12 Apr 2016 14:17:42 -0400] rev 38033
Merge
Tue, 12 Apr 2016 11:29:08 +0200 8153885: [TESTBUG] few regression tests failed after 8151880 changes
neliasso [Tue, 12 Apr 2016 11:29:08 +0200] rev 38032
8153885: [TESTBUG] few regression tests failed after 8151880 changes Summary: Test that uses compile() as missed in update Reviewed-by: kvn
Wed, 06 Apr 2016 18:51:03 +0300 8149374: Replace C1-specific collection classes with universal collection classes
fzhinkin [Wed, 06 Apr 2016 18:51:03 +0300] rev 38031
8149374: Replace C1-specific collection classes with universal collection classes Reviewed-by: kvn, mgerdin, coleenp
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 tip