Mon, 13 Aug 2012 17:53:56 +0400 7159381: [macosx] Dock Icon defaults to Generic Java Application Category
leonidr [Mon, 13 Aug 2012 17:53:56 +0400] rev 13539
7159381: [macosx] Dock Icon defaults to Generic Java Application Category Reviewed-by: anthony
Mon, 13 Aug 2012 17:43:37 +0400 7161437: [macosx] awt.FileDialog doesn't respond appropriately for mac when selecting folders
serb [Mon, 13 Aug 2012 17:43:37 +0400] rev 13538
7161437: [macosx] awt.FileDialog doesn't respond appropriately for mac when selecting folders Reviewed-by: art, anthony Contributed-by: Marco Dinacci <marco.dinacci@gmail.com>
Mon, 27 Aug 2012 11:28:08 -0700 Merge
lana [Mon, 27 Aug 2012 11:28:08 -0700] rev 13537
Merge
Fri, 17 Aug 2012 11:22:57 +0400 7150594: VM chash in JCK api/java_awt/Image/ConvolveOp/ tests for 64 bit jdk8 on linux.
bae [Fri, 17 Aug 2012 11:22:57 +0400] rev 13536
7150594: VM chash in JCK api/java_awt/Image/ConvolveOp/ tests for 64 bit jdk8 on linux. Reviewed-by: jgodinez, prr
Thu, 30 Aug 2012 10:27:23 -0700 Added tag jdk8-b54 for changeset 9b806d4f69be
katleman [Thu, 30 Aug 2012 10:27:23 -0700] rev 13535
Added tag jdk8-b54 for changeset 9b806d4f69be
Wed, 05 Jul 2017 18:20:49 +0200 Merge
duke [Wed, 05 Jul 2017 18:20:49 +0200] rev 13534
Merge
Fri, 31 Aug 2012 16:17:41 -0700 Added tag hs24-b22 for changeset a83f6d24c373
jcoomes [Fri, 31 Aug 2012 16:17:41 -0700] rev 13533
Added tag hs24-b22 for changeset a83f6d24c373
Fri, 31 Aug 2012 16:17:40 -0700 Merge
jcoomes [Fri, 31 Aug 2012 16:17:40 -0700] rev 13532
Merge
Fri, 31 Aug 2012 12:59:10 -0700 Merge
jiangli [Fri, 31 Aug 2012 12:59:10 -0700] rev 13531
Merge
Fri, 31 Aug 2012 14:47:01 -0400 Merge
jiangli [Fri, 31 Aug 2012 14:47:01 -0400] rev 13530
Merge
Thu, 30 Aug 2012 11:20:01 -0400 7154641: Servicability agent should work on platforms other than x86, sparc
bpittore [Thu, 30 Aug 2012 11:20:01 -0400] rev 13529
7154641: Servicability agent should work on platforms other than x86, sparc Summary: Added capability to load support classes for other cpus Reviewed-by: coleenp, bobv, sla Contributed-by: Bill Pittore <bill.pittore@oracle.com>
Fri, 17 Aug 2012 16:47:04 -0700 Merge
amurillo [Fri, 17 Aug 2012 16:47:04 -0700] rev 13528
Merge
Wed, 08 Aug 2012 16:09:11 -0400 Merge
vladidan [Wed, 08 Aug 2012 16:09:11 -0400] rev 13527
Merge
Wed, 08 Aug 2012 15:43:51 -0400 7153374: ARM ONLY .. linking problem with new compilers.. Need to use -fPIC
jprovino [Wed, 08 Aug 2012 15:43:51 -0400] rev 13526
7153374: ARM ONLY .. linking problem with new compilers.. Need to use -fPIC Summary: add "arm" to the list of processors that need -fPIC Reviewed-by: vladidan, dholmes
Fri, 31 Aug 2012 10:48:08 -0700 Merge
twisti [Fri, 31 Aug 2012 10:48:08 -0700] rev 13525
Merge
Wed, 29 Aug 2012 13:02:40 -0700 7160161: Missed safepoint in non-Counted loop
kvn [Wed, 29 Aug 2012 13:02:40 -0700] rev 13524
7160161: Missed safepoint in non-Counted loop Summary: Do not remove safepoints during peeling optimization. Reviewed-by: twisti
Wed, 29 Aug 2012 14:49:05 -0400 7191926: Remove MKS dependency in Hotspot regression tests
coleenp [Wed, 29 Aug 2012 14:49:05 -0400] rev 13523
7191926: Remove MKS dependency in Hotspot regression tests Summary: Add case for CYGWIN in .sh files. Reviewed-by: coleenp, kvn Contributed-by: pavel.punegov@oracle.com
Tue, 28 Aug 2012 15:24:39 -0700 7192406: JSR 292: C2 needs exact return type information for invokedynamic and invokehandle call sites
twisti [Tue, 28 Aug 2012 15:24:39 -0700] rev 13522
7192406: JSR 292: C2 needs exact return type information for invokedynamic and invokehandle call sites Reviewed-by: kvn
Mon, 27 Aug 2012 15:17:17 -0700 6677625: Move platform specific flags from globals.hpp to globals_<arch>.hpp
twisti [Mon, 27 Aug 2012 15:17:17 -0700] rev 13521
6677625: Move platform specific flags from globals.hpp to globals_<arch>.hpp Reviewed-by: kvn, dholmes, coleenp Contributed-by: Tao Mao <tao.mao@oracle.com>
Mon, 27 Aug 2012 09:46:38 -0700 7148109: C2 compiler consumes too much heap resources
kvn [Mon, 27 Aug 2012 09:46:38 -0700] rev 13520
7148109: C2 compiler consumes too much heap resources Summary: Add split_arena to allocate temporary arrays in PhaseChaitin::Split() and free them on method's exit. Reviewed-by: twisti
Fri, 31 Aug 2012 08:30:30 +0200 Merge
brutisso [Fri, 31 Aug 2012 08:30:30 +0200] rev 13519
Merge
Wed, 29 Aug 2012 13:02:54 -0700 7194409: os::javaTimeNanos() shows hot on CPU_CLK_UNHALTED profiles
johnc [Wed, 29 Aug 2012 13:02:54 -0700] rev 13518
7194409: os::javaTimeNanos() shows hot on CPU_CLK_UNHALTED profiles Summary: Add inline directives to os::Linux::supports_monotonic_clock() and os::Bsd::supports_monotonic_clock(). Reviewed-by: johnc, azeemj, mikael Contributed-by: Brandon Mitchell <brandon@twitter.com>
Tue, 28 Aug 2012 15:20:08 -0700 7041879: G1: introduce stress testing parameter to cause frequent evacuation failures
johnc [Tue, 28 Aug 2012 15:20:08 -0700] rev 13517
7041879: G1: introduce stress testing parameter to cause frequent evacuation failures Summary: Add the flags G1EvacuationFailureALot flag (and supporting flags) to force trigger evacuation failures. The support flags control how often to trigger an evacuation failure and during which types of evacuation pause. This functionality is analogous to that of PromotionFailureALot for the other collectors. Reviewed-by: brutisso
Thu, 23 Aug 2012 10:21:12 +0200 7178363: G1: Remove the serial code for PrintGCDetails and make it a special case of the parallel code
brutisso [Thu, 23 Aug 2012 10:21:12 +0200] rev 13516
7178363: G1: Remove the serial code for PrintGCDetails and make it a special case of the parallel code Summary: Also reviewed by vitalyd@gmail.com. Introduced the WorkerDataArray class. Fixed some minor logging bugs. Reviewed-by: johnc, mgerdin
Fri, 24 Aug 2012 19:45:42 -0700 Merge
dcubed [Fri, 24 Aug 2012 19:45:42 -0700] rev 13515
Merge
Wed, 22 Aug 2012 10:01:51 +0200 7192916: Hotspot development launcher should use DYLD_LIBRARY_PATH on OS X
sla [Wed, 22 Aug 2012 10:01:51 +0200] rev 13514
7192916: Hotspot development launcher should use DYLD_LIBRARY_PATH on OS X Reviewed-by: dholmes, dsamersoff, nloodin
Fri, 24 Aug 2012 16:23:59 -0700 7194004: new hotspot build - hs24-b22
amurillo [Fri, 24 Aug 2012 16:23:59 -0700] rev 13513
7194004: new hotspot build - hs24-b22 Reviewed-by: jcoomes
Thu, 30 Aug 2012 10:27:07 -0700 Added tag jdk8-b54 for changeset 0b41a071152f
katleman [Thu, 30 Aug 2012 10:27:07 -0700] rev 13512
Added tag jdk8-b54 for changeset 0b41a071152f
Wed, 05 Sep 2012 12:42:26 -0700 7196361: add hotspot/make/closed to hgforest.sh
jcoomes [Wed, 05 Sep 2012 12:42:26 -0700] rev 13511
7196361: add hotspot/make/closed to hgforest.sh Reviewed-by: ohair
Thu, 30 Aug 2012 10:26:55 -0700 Added tag jdk8-b54 for changeset c5705c72aff8
katleman [Thu, 30 Aug 2012 10:26:55 -0700] rev 13510
Added tag jdk8-b54 for changeset c5705c72aff8
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip