Tue, 23 Aug 2016 18:03:37 +0000 Merge
tpivovarova [Tue, 23 Aug 2016 18:03:37 +0000] rev 40876
Merge
Tue, 23 Aug 2016 19:53:40 +0300 8164648: [TESTBUG] jittester failed compilation after 8157957
tpivovarova [Tue, 23 Aug 2016 19:53:40 +0300] rev 40875
8164648: [TESTBUG] jittester failed compilation after 8157957 Reviewed-by: vlivanov
Tue, 23 Aug 2016 18:57:21 +0200 Merge
dpochepk [Tue, 23 Aug 2016 18:57:21 +0200] rev 40874
Merge
Tue, 23 Aug 2016 19:30:56 +0300 8164608: [TESTBUG] compiler/profiling tests fail to compile
dpochepk [Tue, 23 Aug 2016 19:30:56 +0300] rev 40873
8164608: [TESTBUG] compiler/profiling tests fail to compile Reviewed-by: ctornqvi
Tue, 23 Aug 2016 15:16:45 +0000 8164214: [JVMCI] include VarHandle in signature polymorphic method test
dnsimon [Tue, 23 Aug 2016 15:16:45 +0000] rev 40872
8164214: [JVMCI] include VarHandle in signature polymorphic method test Reviewed-by: kvn, twisti, iveresov, psandoz
Tue, 23 Aug 2016 13:44:26 +0200 8038348: Instance field load is replaced by wrong data Phi
thartmann [Tue, 23 Aug 2016 13:44:26 +0200] rev 40871
8038348: Instance field load is replaced by wrong data Phi Summary: Store additional information in PhiNodes corresponding to known instance field values to avoid incorrect reusage. Reviewed-by: kvn, vlivanov
Mon, 22 Aug 2016 20:30:37 +0000 Merge
dnsimon [Mon, 22 Aug 2016 20:30:37 +0000] rev 40870
Merge
Mon, 22 Aug 2016 19:29:15 +0000 8163864: [JVMCI] move MethodProfileWidth to jvmci_globals.hpp
dnsimon [Mon, 22 Aug 2016 19:29:15 +0000] rev 40869
8163864: [JVMCI] move MethodProfileWidth to jvmci_globals.hpp Reviewed-by: zmajo
Mon, 22 Aug 2016 11:47:15 -0700 8164122: C1: assert(false) failed: stack or locks not matching (invalid bytecodes)
iveresov [Mon, 22 Aug 2016 11:47:15 -0700] rev 40868
8164122: C1: assert(false) failed: stack or locks not matching (invalid bytecodes) Summary: Ignore return value if MH intrinsic returns void Reviewed-by: roland, kvn
Fri, 19 Aug 2016 18:51:15 -0700 Merge
iveresov [Fri, 19 Aug 2016 18:51:15 -0700] rev 40867
Merge
Fri, 19 Aug 2016 15:29:57 -0700 Merge
iveresov [Fri, 19 Aug 2016 15:29:57 -0700] rev 40866
Merge
Sat, 20 Aug 2016 00:15:45 +0300 8139700: compiler/jvmci/compilerToVM/DisassembleCodeBlobTest and InvalidateInstalledCodeTest timeout
dpochepk [Sat, 20 Aug 2016 00:15:45 +0300] rev 40865
8139700: compiler/jvmci/compilerToVM/DisassembleCodeBlobTest and InvalidateInstalledCodeTest timeout Reviewed-by: kvn
Fri, 19 Aug 2016 14:35:15 -0700 Merge
iveresov [Fri, 19 Aug 2016 14:35:15 -0700] rev 40864
Merge
Fri, 19 Aug 2016 08:34:30 +0200 8064892: Non-methods code cache overflow is not handled correctly
thartmann [Fri, 19 Aug 2016 08:34:30 +0200] rev 40863
8064892: Non-methods code cache overflow is not handled correctly Summary: Should keep track of requested code blob type for error reporting. Added additional debug output. Reviewed-by: kvn, dpochepk
Thu, 18 Aug 2016 14:31:02 -0700 8162496: missing precedence edge for anti_dependence
kvn [Thu, 18 Aug 2016 14:31:02 -0700] rev 40862
8162496: missing precedence edge for anti_dependence Summary: fix Implicit Null Check optimization code. Reviewed-by: roland, aph
Fri, 26 Aug 2016 10:14:14 -0700 Merge
amurillo [Fri, 26 Aug 2016 10:14:14 -0700] rev 40861
Merge
Fri, 26 Aug 2016 06:37:34 -0700 8161280: assert failed: reference count underflow for symbol
iklam [Fri, 26 Aug 2016 06:37:34 -0700] rev 40860
8161280: assert failed: reference count underflow for symbol Reviewed-by: dholmes, coleenp, kbarrett
Fri, 26 Aug 2016 13:11:20 +0300 8163346: Update jmap-hashcode/Test8028623.java for better diagnostic of timeout.
dsamersoff [Fri, 26 Aug 2016 13:11:20 +0300] rev 40859
8163346: Update jmap-hashcode/Test8028623.java for better diagnostic of timeout. Summary: Update jmap-hashcode/Test8028623.java to use LingeredApp and rename it to jhsdb/HeapDumpTest.java Reviewed-by: dsamersoff, dholmes Contributed-by: sharath.ballal@oracle.com
Thu, 25 Aug 2016 12:24:05 +0900 8163581: Heap Parameters in HSDB cannot handle G1CollectedHeap
ysuenaga [Thu, 25 Aug 2016 12:24:05 +0900] rev 40858
8163581: Heap Parameters in HSDB cannot handle G1CollectedHeap Reviewed-by: dholmes, sjohanss
Thu, 25 Aug 2016 13:48:42 +0000 Merge
rprotacio [Thu, 25 Aug 2016 13:48:42 +0000] rev 40857
Merge
Thu, 25 Aug 2016 09:23:45 -0400 8148854: Class names "SomeClass" and "LSomeClass;" treated by JVM as an equivalent
rprotacio [Thu, 25 Aug 2016 09:23:45 -0400] rev 40856
8148854: Class names "SomeClass" and "LSomeClass;" treated by JVM as an equivalent Summary: Added default format checking of class names loaded by the app class loader Reviewed-by: coleenp, lfoltan
Thu, 25 Aug 2016 08:40:53 -0400 8164737: Remove Unsafe dependency from ProcessTools
ctornqvi [Thu, 25 Aug 2016 08:40:53 -0400] rev 40855
8164737: Remove Unsafe dependency from ProcessTools Reviewed-by: gtriantafill, dholmes
Thu, 25 Aug 2016 14:12:09 +0400 8164133: Tests gc/arguments/TestAlignmentToUseLargePages.java and gc/cms/TestBubbleUpRef.java use too small heap
dfazunen [Thu, 25 Aug 2016 14:12:09 +0400] rev 40854
8164133: Tests gc/arguments/TestAlignmentToUseLargePages.java and gc/cms/TestBubbleUpRef.java use too small heap Reviewed-by: jmasa, sangheki, kzhaldyb
Thu, 15 Sep 2016 17:15:52 +0000 Added tag jdk-9+136 for changeset 36d7560ae09e
lana [Thu, 15 Sep 2016 17:15:52 +0000] rev 40853
Added tag jdk-9+136 for changeset 36d7560ae09e
Thu, 15 Sep 2016 21:08:27 +0000 Merge
lana [Thu, 15 Sep 2016 21:08:27 +0000] rev 40852
Merge
Wed, 14 Sep 2016 11:22:38 -0700 Merge
amurillo [Wed, 14 Sep 2016 11:22:38 -0700] rev 40851
Merge
Sat, 10 Sep 2016 12:18:30 -0700 Merge
amurillo [Sat, 10 Sep 2016 12:18:30 -0700] rev 40850
Merge
Thu, 01 Sep 2016 15:20:56 -0700 Merge
amurillo [Thu, 01 Sep 2016 15:20:56 -0700] rev 40849
Merge
Thu, 01 Sep 2016 14:09:00 -0700 Merge
amurillo [Thu, 01 Sep 2016 14:09:00 -0700] rev 40848
Merge
Fri, 26 Aug 2016 14:47:51 -0700 Merge
iveresov [Fri, 26 Aug 2016 14:47:51 -0700] rev 40847
Merge
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 tip