Fri, 18 Nov 2011 06:35:36 -0500 Merge
herrick [Fri, 18 Nov 2011 06:35:36 -0500] rev 11219
Merge
Tue, 15 Nov 2011 23:33:49 -0800 7112298: remove security baseline sanity check
ngthomas [Tue, 15 Nov 2011 23:33:49 -0800] rev 11218
7112298: remove security baseline sanity check Reviewed-by: ccheung, igor, ohair
Sun, 13 Nov 2011 21:39:57 -0800 7109885: security baseline for 7u2 or above is not set correctly
ngthomas [Sun, 13 Nov 2011 21:39:57 -0800] rev 11217
7109885: security baseline for 7u2 or above is not set correctly Reviewed-by: ccheung, igor, ohair
Thu, 15 Dec 2011 15:55:53 -0800 Merge
katleman [Thu, 15 Dec 2011 15:55:53 -0800] rev 11216
Merge
Thu, 15 Dec 2011 15:47:31 -0800 Added tag jdk8-b16 for changeset 9b857545922a
katleman [Thu, 15 Dec 2011 15:47:31 -0800] rev 11215
Added tag jdk8-b16 for changeset 9b857545922a
Thu, 15 Dec 2011 12:16:36 -0800 Added tag jdk8-b17 for changeset f93045767e5d
katleman [Thu, 15 Dec 2011 12:16:36 -0800] rev 11214
Added tag jdk8-b17 for changeset f93045767e5d
Wed, 05 Jul 2017 17:57:28 +0200 Merge
duke [Wed, 05 Jul 2017 17:57:28 +0200] rev 11213
Merge
Fri, 16 Dec 2011 12:37:38 -0800 Added tag hs23-b08 for changeset 40104529a61f
amurillo [Fri, 16 Dec 2011 12:37:38 -0800] rev 11212
Added tag hs23-b08 for changeset 40104529a61f
Fri, 16 Dec 2011 12:38:00 -0800 Merge
amurillo [Fri, 16 Dec 2011 12:38:00 -0800] rev 11211
Merge
Wed, 14 Dec 2011 20:06:21 -0500 Merge
vladidan [Wed, 14 Dec 2011 20:06:21 -0500] rev 11210
Merge
Wed, 14 Dec 2011 04:30:57 -0800 7104647: Adding a diagnostic command framework
fparain [Wed, 14 Dec 2011 04:30:57 -0800] rev 11209
7104647: Adding a diagnostic command framework Reviewed-by: phh, dcubed
Fri, 09 Dec 2011 19:28:34 -0800 7119584: UseParallelGC barrier task can be overwritten.
jmasa [Fri, 09 Dec 2011 19:28:34 -0800] rev 11208
7119584: UseParallelGC barrier task can be overwritten. Summary: Provoke a GC for a metadata allocation failure. Reviewed-by: johnc, iveresov
Fri, 09 Dec 2011 06:46:57 -0800 Merge
jmasa [Fri, 09 Dec 2011 06:46:57 -0800] rev 11207
Merge
Wed, 07 Dec 2011 12:54:51 -0500 7118202: G1: eden size unnecessarily drops to a minimum
tonyp [Wed, 07 Dec 2011 12:54:51 -0500] rev 11206
7118202: G1: eden size unnecessarily drops to a minimum Summary: An integer underflow can cause the RSet lengths to be massively overpredicted which forces the eden size to the minimum. Reviewed-by: brutisso, johnc
Mon, 28 Nov 2011 14:58:31 +0100 7116081: USE_PRECOMPILED_HEADER=0 triggers a single threaded build of the JVM
stefank [Mon, 28 Nov 2011 14:58:31 +0100] rev 11205
7116081: USE_PRECOMPILED_HEADER=0 triggers a single threaded build of the JVM Summary: Changed the conditional to see if the precompiled header has been specified. Also, removed the unused PrecompiledOption. Reviewed-by: dholmes, brutisso
Mon, 28 Nov 2011 10:19:26 +0100 7112034: Parallel CMS fails to properly mark reference objects
stefank [Mon, 28 Nov 2011 10:19:26 +0100] rev 11204
7112034: Parallel CMS fails to properly mark reference objects Summary: Enabled reference processing when work stealing during concurrent marking Reviewed-by: jmasa, brutisso
Mon, 05 Dec 2011 12:26:40 -0500 Merge
tonyp [Mon, 05 Dec 2011 12:26:40 -0500] rev 11203
Merge
Fri, 02 Dec 2011 12:39:23 -0800 7114095: G1: assert(obj == oopDesc::load_decode_heap_oop(p)) failed: p should still be pointing to obj
johnc [Fri, 02 Dec 2011 12:39:23 -0800] rev 11202
7114095: G1: assert(obj == oopDesc::load_decode_heap_oop(p)) failed: p should still be pointing to obj Summary: As a result of the changes for 4965777, the G1 reference field scanning closure could be applied to the discovered field of a reference object twice. The failing assert is too strong if the result of the first application of the closure is stolen, and the referenced object, evacuated by another worker thread. Reviewed-by: ysr, tonyp
Thu, 08 Dec 2011 10:27:33 -0800 Merge
kvn [Thu, 08 Dec 2011 10:27:33 -0800] rev 11201
Merge
Fri, 02 Dec 2011 21:37:19 -0800 7117282: assert(base == NULL || t_adr->isa_rawptr() || !phase->type(base)
kvn [Fri, 02 Dec 2011 21:37:19 -0800] rev 11200
7117282: assert(base == NULL || t_adr->isa_rawptr() || !phase->type(base) Summary: Delay memory node transformation until the memory is processed. Reviewed-by: iveresov, never
Wed, 30 Nov 2011 17:35:51 -0800 7116795: Tiered: enable by default for server
iveresov [Wed, 30 Nov 2011 17:35:51 -0800] rev 11199
7116795: Tiered: enable by default for server Summary: Enable tiered compilation on server VM by default Reviewed-by: kvn, never
Mon, 28 Nov 2011 15:46:31 -0800 7112478: after 7105605 JRuby bench_define_method_methods.rb fails with NPE
kvn [Mon, 28 Nov 2011 15:46:31 -0800] rev 11198
7112478: after 7105605 JRuby bench_define_method_methods.rb fails with NPE Summary: Fixed several EA issues with Connection Graph construction. Reviewed-by: never, twisti
Tue, 22 Nov 2011 09:45:57 +0100 7090968: Allow adlc register class to depend on runtime conditions
roland [Tue, 22 Nov 2011 09:45:57 +0100] rev 11197
7090968: Allow adlc register class to depend on runtime conditions Summary: allow reg_class definition as a function. Reviewed-by: kvn, never
Wed, 14 Sep 2011 09:22:51 +0200 7077312: Provide a CALL effect for instruct declaration in the ad file
roland [Wed, 14 Sep 2011 09:22:51 +0200] rev 11196
7077312: Provide a CALL effect for instruct declaration in the ad file Summary: abstracted way to declare that the MachNode has the effect of a call (kills caller save registers, preserves callee save registers) Reviewed-by: twisti, never
Mon, 21 Nov 2011 00:57:43 -0800 7110058: change default for ScavengeRootsInCode to 2
twisti [Mon, 21 Nov 2011 00:57:43 -0800] rev 11195
7110058: change default for ScavengeRootsInCode to 2 Reviewed-by: kvn, never
Fri, 18 Nov 2011 10:29:27 -0800 7110489: C1: 64-bit tiered with ForceUnreachable: assert(reachable(src)) failed: Address should be reachable
never [Fri, 18 Nov 2011 10:29:27 -0800] rev 11194
7110489: C1: 64-bit tiered with ForceUnreachable: assert(reachable(src)) failed: Address should be reachable Reviewed-by: kvn, iveresov, twisti
Thu, 17 Nov 2011 04:07:30 -0800 7108383: JSR 292: JRuby bench_define_method_methods.rb: assert(slow_jvms != NULL) failed: miss path must not
twisti [Thu, 17 Nov 2011 04:07:30 -0800] rev 11193
7108383: JSR 292: JRuby bench_define_method_methods.rb: assert(slow_jvms != NULL) failed: miss path must not Reviewed-by: kvn, never
Wed, 16 Nov 2011 19:42:58 -0800 7112085: assert(fr.interpreter_frame_expression_stack_size()==0) failed: only handle empty stacks
iveresov [Wed, 16 Nov 2011 19:42:58 -0800] rev 11192
7112085: assert(fr.interpreter_frame_expression_stack_size()==0) failed: only handle empty stacks Summary: Move the inlinee invoke notification callback into inlinee preamble Reviewed-by: kvn, never
Wed, 16 Nov 2011 09:13:57 -0800 6890673: Eliminate allocations immediately after EA
kvn [Wed, 16 Nov 2011 09:13:57 -0800] rev 11191
6890673: Eliminate allocations immediately after EA Summary: Try to eliminate allocations and related locks immediately after escape analysis. Reviewed-by: never
Wed, 16 Nov 2011 01:39:50 -0800 7003454: order constants in constant table by number of references in code
twisti [Wed, 16 Nov 2011 01:39:50 -0800] rev 11190
7003454: order constants in constant table by number of references in code Reviewed-by: kvn, never, bdelsart
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip