Mercurial
Mercurial
>
jdk-sandbox
/ changelog
summary
|
shortlog
| changelog |
graph
|
tags
|
bookmarks
|
branches
|
files
|
help
(0)
-30000
-10000
-3000
-1000
-300
-100
-30
-10
-3
+3
+10
+30
+100
+300
+1000
+3000
+10000
tip
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
Tue, 19 Jan 2016 14:52:33 +0100
8003585: strength reduce or eliminate range checks for power-of-two sized arrays
changeset
kmo [Tue, 19 Jan 2016 14:52:33 +0100] rev 35756
8003585: strength reduce or eliminate range checks for power-of-two sized arrays Summary: change ((x & m) u<= m) to always true and ((x & (m - 1)) u< m) into (m > 0) Reviewed-by: kvn, roland
Mon, 01 Feb 2016 19:45:26 +0300
8144239: [TESTBUG] InlineCommandTest.java: unknown compiler level 0 for commpile ID: 651
changeset
ppunegov [Mon, 01 Feb 2016 19:45:26 +0300] rev 35755
8144239: [TESTBUG] InlineCommandTest.java: unknown compiler level 0 for commpile ID: 651 Summary: add Xbatch to make compilation block test thread. Reviewed-by: kvn
Fri, 29 Jan 2016 08:47:18 +0100
Merge
changeset
thartmann [Fri, 29 Jan 2016 08:47:18 +0100] rev 35754
Merge
(0)
-30000
-10000
-3000
-1000
-300
-100
-30
-10
-3
+3
+10
+30
+100
+300
+1000
+3000
+10000
tip