Thu, 30 Oct 2014 07:31:41 -0700 8067377: My hobby: caning, then then canning, the the can-can
martin [Thu, 30 Oct 2014 07:31:41 -0700] rev 28059
8067377: My hobby: caning, then then canning, the the can-can Summary: Fix ALL the stutters! Reviewed-by: rriggs, mchung, lancea
Fri, 12 Dec 2014 15:07:00 -0500 8056238: (process) ProcessBuilder.redirectError spec has a broken link
rriggs [Fri, 12 Dec 2014 15:07:00 -0500] rev 28058
8056238: (process) ProcessBuilder.redirectError spec has a broken link Reviewed-by: lancea
Wed, 10 Dec 2014 09:23:00 -0800 8065804: JEP 171: Clarifications/corrections for fence intrinsics
martin [Wed, 10 Dec 2014 09:23:00 -0800] rev 28057
8065804: JEP 171: Clarifications/corrections for fence intrinsics Reviewed-by: dholmes, shade, dl, psandoz
Fri, 21 Nov 2014 16:30:02 -0800 8065172: More core reflection final and volatile annotations
martin [Fri, 21 Nov 2014 16:30:02 -0800] rev 28056
8065172: More core reflection final and volatile annotations Summary: more fiddling with "final" and "volatile" field modifiers Reviewed-by: jfranck, plevart, psandoz
Fri, 12 Dec 2014 15:35:21 +0100 8067254: No debug symbols in JPRT Windows builds
erikj [Fri, 12 Dec 2014 15:35:21 +0100] rev 28055
8067254: No debug symbols in JPRT Windows builds Reviewed-by: tbell
Fri, 12 Dec 2014 14:31:26 +0100 8066952: [TEST-BUG] javax/management/monitor/CounterMonitorTest.java hangs
sjiang [Fri, 12 Dec 2014 14:31:26 +0100] rev 28054
8066952: [TEST-BUG] javax/management/monitor/CounterMonitorTest.java hangs Reviewed-by: dfuchs
Thu, 11 Dec 2014 18:40:05 -0800 8066633: Fix deprecation warnings in java.rmi module
smarks [Thu, 11 Dec 2014 18:40:05 -0800] rev 28053
8066633: Fix deprecation warnings in java.rmi module Reviewed-by: darcy, lancea
Thu, 18 Dec 2014 19:57:52 -0800 Added tag jdk9-b43 for changeset 52310706ed47
lana [Thu, 18 Dec 2014 19:57:52 -0800] rev 28052
Added tag jdk9-b43 for changeset 52310706ed47
Wed, 05 Jul 2017 20:11:32 +0200 Merge
duke [Wed, 05 Jul 2017 20:11:32 +0200] rev 28051
Merge
Tue, 23 Dec 2014 13:57:53 -0800 Merge
lana [Tue, 23 Dec 2014 13:57:53 -0800] rev 28050
Merge
Thu, 11 Dec 2014 23:06:14 -0800 Merge
amurillo [Thu, 11 Dec 2014 23:06:14 -0800] rev 28049
Merge
Thu, 11 Dec 2014 16:22:47 -0800 Merge
anoll [Thu, 11 Dec 2014 16:22:47 -0800] rev 28048
Merge
Wed, 10 Dec 2014 16:45:55 +0100 8067144: SIGSEGV with +TraceDeoptimization in Deoptimization::print_objects
roland [Wed, 10 Dec 2014 16:45:55 +0100] rev 28047
8067144: SIGSEGV with +TraceDeoptimization in Deoptimization::print_objects Summary: -XX:+TraceDeoptimization tries to print realloc'ed objects even when there are none Reviewed-by: kvn
Tue, 09 Dec 2014 21:33:51 +0000 Merge
iveresov [Tue, 09 Dec 2014 21:33:51 +0000] rev 28046
Merge
Tue, 09 Dec 2014 12:25:38 -0800 8066900: Array Out Of Bounds Exception causes variable corruption
iveresov [Tue, 09 Dec 2014 12:25:38 -0800] rev 28045
8066900: Array Out Of Bounds Exception causes variable corruption Summary: Fix FP registers save/restore during exception handling Reviewed-by: kvn, vlivanov
Tue, 09 Dec 2014 18:49:13 +0100 8066103: C2's range check smearing allows out of bound array accesses
roland [Tue, 09 Dec 2014 18:49:13 +0100] rev 28044
8066103: C2's range check smearing allows out of bound array accesses Summary: range check smearing uncorrectly adjust first range check in a list of range checks to cover all of them Reviewed-by: jrose, kvn, iveresov
Tue, 09 Dec 2014 14:49:27 +0000 Merge
iignatyev [Tue, 09 Dec 2014 14:49:27 +0000] rev 28043
Merge
Tue, 09 Dec 2014 17:31:40 +0300 8065134: Need WhiteBox::allocateCodeBlob(long, int) method to be implemented
iignatyev [Tue, 09 Dec 2014 17:31:40 +0300] rev 28042
8065134: Need WhiteBox::allocateCodeBlob(long, int) method to be implemented Reviewed-by: kvn, dholmes, iignatyev Contributed-by: tatiana.pivovarova@oracle.com
Fri, 05 Dec 2014 18:03:15 +0100 8066775: opto/node.hpp:355, assert(i < _max) failed: oob: i=1, _max=1
roland [Fri, 05 Dec 2014 18:03:15 +0100] rev 28041
8066775: opto/node.hpp:355, assert(i < _max) failed: oob: i=1, _max=1 Summary: bad assumption on graph shape in CastIINode::Value if that part of the graph is becoming dead. Reviewed-by: kvn
Mon, 08 Dec 2014 18:21:02 +0300 8066250: compiler/dependencies/MonomorphicObjectCall/TestMonomorphicObjectCall.java fails product
iignatyev [Mon, 08 Dec 2014 18:21:02 +0300] rev 28040
8066250: compiler/dependencies/MonomorphicObjectCall/TestMonomorphicObjectCall.java fails product Reviewed-by: kvn, thartmann Contributed-by: tatiana.pivovarova@oracle.com
Tue, 25 Nov 2014 17:33:59 +0100 6898462: The escape analysis with G1 cause crash assertion src/share/vm/runtime/vframeArray.cpp:94
roland [Tue, 25 Nov 2014 17:33:59 +0100] rev 28039
6898462: The escape analysis with G1 cause crash assertion src/share/vm/runtime/vframeArray.cpp:94 Summary: OOM during reallocation of scalar replaced objects in deoptimization causes crashes Reviewed-by: kvn, jrose
Fri, 05 Dec 2014 15:16:01 +0100 Merge
adlertz [Fri, 05 Dec 2014 15:16:01 +0100] rev 28038
Merge
Thu, 04 Dec 2014 14:11:11 +0000 Merge
roland [Thu, 04 Dec 2014 14:11:11 +0000] rev 28037
Merge
Thu, 04 Dec 2014 14:34:11 +0100 8048170: Test closed/java/text/Normalizer/ConformanceTest.java failed
roland [Thu, 04 Dec 2014 14:34:11 +0100] rev 28036
8048170: Test closed/java/text/Normalizer/ConformanceTest.java failed Summary: PhaseIdealLoop::split_if_with_blocks_post() shoulnd't reorder range checks adjusted by range check smearing Reviewed-by: kvn, jrose
Thu, 11 Dec 2014 20:39:25 +0100 Merge
jwilhelm [Thu, 11 Dec 2014 20:39:25 +0100] rev 28035
Merge
Thu, 11 Dec 2014 02:43:50 +0100 6522873: Java not print "Unrecognized option" when it is invalid option.
jwilhelm [Thu, 11 Dec 2014 02:43:50 +0100] rev 28034
6522873: Java not print "Unrecognized option" when it is invalid option. Summary: Introduced a new version of match_option() that don't allow a tail after the flag name and used it for flags without extra arguments Reviewed-by: dholmes, dcubed
Wed, 10 Dec 2014 11:32:22 +0100 8066782: Move common code from CMSGeneration and TenuredGeneration to CardGeneration
brutisso [Wed, 10 Dec 2014 11:32:22 +0100] rev 28033
8066782: Move common code from CMSGeneration and TenuredGeneration to CardGeneration Reviewed-by: kbarrett, tschatzl
Wed, 10 Dec 2014 11:31:43 +0100 8066781: Minor cleanups to TenuredGeneration
brutisso [Wed, 10 Dec 2014 11:31:43 +0100] rev 28032
8066781: Minor cleanups to TenuredGeneration Reviewed-by: kbarrett, tschatzl
Wed, 10 Dec 2014 11:30:46 +0100 8066780: Split CardGeneration out to its own file
brutisso [Wed, 10 Dec 2014 11:30:46 +0100] rev 28031
8066780: Split CardGeneration out to its own file Reviewed-by: kbarrett, tschatzl
Tue, 09 Dec 2014 12:47:19 +0100 8066102: Clean up HeapRegionRemSet files
tschatzl [Tue, 09 Dec 2014 12:47:19 +0100] rev 28030
8066102: Clean up HeapRegionRemSet files Summary: Remove dead code, tighten public interfaces and improve documentation in the HeapRegionRemSet implementation. Reviewed-by: mgerdin, kbarrett
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip