Wed, 07 Dec 2011 17:45:22 +0400 7117008: Warnings cleanup day: reduce number of javac warnings in the sun.awt package
art [Wed, 07 Dec 2011 17:45:22 +0400] rev 11264
7117008: Warnings cleanup day: reduce number of javac warnings in the sun.awt package Reviewed-by: anthony, denis, bagiras
Thu, 22 Dec 2011 19:00:41 -0800 Added tag jdk8-b18 for changeset 18c0332b5a94
cl [Thu, 22 Dec 2011 19:00:41 -0800] rev 11263
Added tag jdk8-b18 for changeset 18c0332b5a94
Wed, 05 Jul 2017 17:58:02 +0200 Merge
duke [Wed, 05 Jul 2017 17:58:02 +0200] rev 11262
Merge
Fri, 23 Dec 2011 15:24:44 -0800 Added tag hs23-b09 for changeset 1020a9a071b7
amurillo [Fri, 23 Dec 2011 15:24:44 -0800] rev 11261
Added tag hs23-b09 for changeset 1020a9a071b7
Fri, 23 Dec 2011 15:24:43 -0800 Merge
amurillo [Fri, 23 Dec 2011 15:24:43 -0800] rev 11260
Merge
Thu, 22 Dec 2011 12:01:46 -0500 Merge
vladidan [Thu, 22 Dec 2011 12:01:46 -0500] rev 11259
Merge
Wed, 21 Dec 2011 18:22:14 -0800 Merge
coleenp [Wed, 21 Dec 2011 18:22:14 -0800] rev 11258
Merge
Wed, 21 Dec 2011 16:41:15 -0500 7064927: retransformClasses() does not pass in LocalVariableTable of a method
coleenp [Wed, 21 Dec 2011 16:41:15 -0500] rev 11257
7064927: retransformClasses() does not pass in LocalVariableTable of a method Summary: Handle LVT attribute in the class file reconstitutor. Reviewed-by: phh, coleenp Contributed-by: thomaswue <thomas.wuerthinger@oracle.com>
Wed, 21 Dec 2011 15:48:16 -0500 7091417: recvfrom's 6th input should be of type socklen_t
phh [Wed, 21 Dec 2011 15:48:16 -0500] rev 11256
7091417: recvfrom's 6th input should be of type socklen_t Summary: Revamp class os's socket method formal args to match socket.h, insert casts in appropriate places, and copyin-copyout int*'s that s/b socklen_t*'s in jvm.cpp. Reviewed-by: coleenp, dholmes Contributed-by: erik.gahlin@oracle.com, rickard.backman@oracle.com, nils.loodin@oracle.com, markus.gronlund@oracle.com
Mon, 19 Dec 2011 21:38:51 -0800 Merge
phh [Mon, 19 Dec 2011 21:38:51 -0800] rev 11255
Merge
Mon, 19 Dec 2011 15:50:47 -0500 7122880: Extend vendor-specific command interface to include manageable switches
phh [Mon, 19 Dec 2011 15:50:47 -0500] rev 11254
7122880: Extend vendor-specific command interface to include manageable switches Summary: Add Flag::external_ext()/writable_ext(), both return false. Reviewed-by: coleenp, zgu
Mon, 19 Dec 2011 15:34:09 -0500 7122939: TraceBytecodes broken with UseCompressedOops
coleenp [Mon, 19 Dec 2011 15:34:09 -0500] rev 11253
7122939: TraceBytecodes broken with UseCompressedOops Summary: Disable verify_heapbase on sparc if TraceBytecodes because the latter uses r12 as a temp register Reviewed-by: coleenp, phh Contributed-by: Volker Simonis <volker.simonis@gmail.com>
Tue, 20 Dec 2011 12:27:31 -0800 Merge
jmasa [Tue, 20 Dec 2011 12:27:31 -0800] rev 11252
Merge
Mon, 19 Dec 2011 10:02:05 -0800 7117303: VM uses non-monotonic time source and complains that it is non-monotonic
johnc [Mon, 19 Dec 2011 10:02:05 -0800] rev 11251
7117303: VM uses non-monotonic time source and complains that it is non-monotonic Summary: Replaces calls to os::javaTimeMillis(), which does not (and cannot) guarantee monotonicity, in GC code to an equivalent expression that uses os::javaTimeNanos(). os::javaTimeNanos is guaranteed monotonically non-decreasing if the underlying platform provides a monotonic time source. Changes in OS files are to make use of the newly defined constants in globalDefinitions.hpp. Reviewed-by: dholmes, ysr
Fri, 16 Dec 2011 11:40:00 -0800 7120038: G1: ParallelGCThreads==0 is broken
johnc [Fri, 16 Dec 2011 11:40:00 -0800] rev 11250
7120038: G1: ParallelGCThreads==0 is broken Summary: Running G1 with ParallelGCThreads==0 results in various crashes and asserts. Most of these are caused by unguarded references to the worker threads array or an incorrect number of active workers. Reviewed-by: jmasa, tonyp
Fri, 16 Dec 2011 02:14:27 -0500 7113012: G1: rename not-fully-young GCs as "mixed"
tonyp [Fri, 16 Dec 2011 02:14:27 -0500] rev 11249
7113012: G1: rename not-fully-young GCs as "mixed" Summary: Renamed partially-young GCs as mixed and fully-young GCs as young. Change all external output that includes those terms (GC log and GC ergo log) as well as any comments, fields, methods, etc. The changeset also includes very minor code tidying up (added some curly brackets). Reviewed-by: johnc, brutisso
Wed, 14 Dec 2011 17:43:55 -0800 7119908: G1: Cache CSet start region for each worker for subsequent reuse
johnc [Wed, 14 Dec 2011 17:43:55 -0800] rev 11248
7119908: G1: Cache CSet start region for each worker for subsequent reuse Summary: Cache workers' calculated starting heap region, used for parallel iteration over the collcection set, for subsequent reuse. Reviewed-by: tonyp, brutisso
Wed, 14 Dec 2011 12:15:26 +0100 7121373: Clean up CollectedHeap::is_in
stefank [Wed, 14 Dec 2011 12:15:26 +0100] rev 11247
7121373: Clean up CollectedHeap::is_in Summary: Fixed G1CollectedHeap::is_in, added tests, cleaned up comments and made Space::is_in pure virtual. Reviewed-by: brutisso, tonyp, jcoomes
Fri, 16 Dec 2011 12:46:17 -0800 7122001: new hotspot build - hs23-b09
amurillo [Fri, 16 Dec 2011 12:46:17 -0800] rev 11246
7122001: new hotspot build - hs23-b09 Reviewed-by: jcoomes
Thu, 22 Dec 2011 19:00:20 -0800 Added tag jdk8-b18 for changeset c1d8be9305ad
cl [Thu, 22 Dec 2011 19:00:20 -0800] rev 11245
Added tag jdk8-b18 for changeset c1d8be9305ad
Fri, 23 Dec 2011 16:36:17 -0800 Merge
lana [Fri, 23 Dec 2011 16:36:17 -0800] rev 11244
Merge
Thu, 15 Dec 2011 19:49:11 -0800 Merge
lana [Thu, 15 Dec 2011 19:49:11 -0800] rev 11243
Merge
Mon, 12 Dec 2011 08:11:05 -0800 7119829: Adjust default jprt testing configuration
ohair [Mon, 12 Dec 2011 08:11:05 -0800] rev 11242
7119829: Adjust default jprt testing configuration Reviewed-by: alanb
Thu, 22 Dec 2011 19:00:11 -0800 Added tag jdk8-b18 for changeset 73359e35e507
cl [Thu, 22 Dec 2011 19:00:11 -0800] rev 11241
Added tag jdk8-b18 for changeset 73359e35e507
Wed, 05 Jul 2017 17:57:50 +0200 Added tag jdk8-b18 for changeset 885050364691
duke [Wed, 05 Jul 2017 17:57:50 +0200] rev 11240
Added tag jdk8-b18 for changeset 885050364691
Wed, 05 Jul 2017 17:57:50 +0200 Merge jdk8-b18
duke [Wed, 05 Jul 2017 17:57:50 +0200] rev 11239
Merge
Wed, 05 Jul 2017 17:57:47 +0200 Merge
duke [Wed, 05 Jul 2017 17:57:47 +0200] rev 11238
Merge
Thu, 15 Dec 2011 15:57:51 -0800 Merge
katleman [Thu, 15 Dec 2011 15:57:51 -0800] rev 11237
Merge
Thu, 15 Dec 2011 15:47:47 -0800 Added tag jdk8-b16 for changeset 3b5651ae449e
katleman [Thu, 15 Dec 2011 15:47:47 -0800] rev 11236
Added tag jdk8-b16 for changeset 3b5651ae449e
Thu, 15 Dec 2011 12:16:55 -0800 Added tag jdk8-b17 for changeset 27c6c6c32d01
katleman [Thu, 15 Dec 2011 12:16:55 -0800] rev 11235
Added tag jdk8-b17 for changeset 27c6c6c32d01
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip