dcubed [Thu, 22 Dec 2011 12:50:42 -0800] rev 11399
7122253: Instrumentation.retransformClasses() leaks class bytes
Summary: Change ClassFileParser::parseClassFile() to use the instanceKlass:_cached_class_file_bytes field to avoid leaking the cache.
Reviewed-by: coleenp, acorn, poonam
jmasa [Tue, 27 Dec 2011 12:38:49 -0800] rev 11398
Merge
brutisso [Wed, 21 Dec 2011 22:13:31 +0100] rev 11397
7113021: G1: automatically enable young gen size auto-tuning when -Xms==-Xmx
Summary: Use a percentage of -Xms as min and another percentage of -Xmx as max for the young gen size
Reviewed-by: tonyp, johnc
jmasa [Wed, 14 Dec 2011 13:34:57 -0800] rev 11396
7121618: Change type of number of GC workers to unsigned int.
Summary: Change variables representing the number of GC workers to uint from int and size_t. Change the parameter in work(int i) to work(uint worker_id).
Reviewed-by: brutisso, tonyp
tonyp [Wed, 21 Dec 2011 07:53:53 -0500] rev 11395
7119027: G1: use atomics to update RS length / predict time of inc CSet
Summary: Make sure that the updates to the RS length and inc CSet predicted time are updated in an MT-safe way.
Reviewed-by: brutisso, iveresov
jmasa [Tue, 20 Dec 2011 20:29:35 -0800] rev 11394
Merge
tonyp [Tue, 20 Dec 2011 12:59:28 -0500] rev 11393
7123165: G1: output during parallel verification can get messed up
Summary: Serialize the worker threads that are generating output during parallel heap verification to make sure the output is consistent.
Reviewed-by: brutisso, johnc, jmasa
amurillo [Fri, 23 Dec 2011 15:29:34 -0800] rev 11392
7123810: new hotspot build - hs23-b10
Reviewed-by: jcoomes
katleman [Fri, 13 Jan 2012 10:05:33 -0800] rev 11391
Added tag jdk8-b21 for changeset d4711a3a19f6
katleman [Fri, 13 Jan 2012 10:05:28 -0800] rev 11390
Added tag jdk8-b21 for changeset 4482b9090d5e
duke [Wed, 05 Jul 2017 17:59:32 +0200] rev 11389
Added tag jdk8-b21 for changeset b3a426170188
duke [Wed, 05 Jul 2017 17:59:32 +0200] rev 11388
Merge
duke [Wed, 05 Jul 2017 17:59:29 +0200] rev 11387
Merge
lana [Mon, 09 Jan 2012 19:13:08 -0800] rev 11386
Merge
lana [Wed, 04 Jan 2012 10:58:12 -0800] rev 11385
Merge
jjh [Tue, 03 Jan 2012 17:18:10 -0800] rev 11384
7046929: tools/javac/api/T6397104.java fails
Reviewed-by: jjg