Thu, 05 Apr 2012 19:01:43 +0400 7124401: [macosx] After call Frame dispose() application continues to work
serb [Thu, 05 Apr 2012 19:01:43 +0400] rev 12397
7124401: [macosx] After call Frame dispose() application continues to work Reviewed-by: art, alexp
Thu, 05 Apr 2012 18:27:16 +0400 7150105: [macosx] four scroll-buttons don't display. scroll-sliders cursors are TextCursor.
serb [Thu, 05 Apr 2012 18:27:16 +0400] rev 12396
7150105: [macosx] four scroll-buttons don't display. scroll-sliders cursors are TextCursor. Reviewed-by: anthony, art, alexp
Wed, 18 Apr 2012 10:16:23 -0700 Merge
lana [Wed, 18 Apr 2012 10:16:23 -0700] rev 12395
Merge
Wed, 11 Apr 2012 18:52:45 -0700 Merge
lana [Wed, 11 Apr 2012 18:52:45 -0700] rev 12394
Merge
Mon, 09 Apr 2012 15:49:33 -0700 7150134: JCK api/java_awt/Graphics/index.html#DrawLine fails with OOM for jdk8 with XRender pipeline
ceisserer [Mon, 09 Apr 2012 15:49:33 -0700] rev 12393
7150134: JCK api/java_awt/Graphics/index.html#DrawLine fails with OOM for jdk8 with XRender pipeline Reviewed-by: prr
Thu, 05 Apr 2012 15:17:19 -0700 7159136: JDK 7 font manager refactoring left JNI header generation and inclusion out of sync
prr [Thu, 05 Apr 2012 15:17:19 -0700] rev 12392
7159136: JDK 7 font manager refactoring left JNI header generation and inclusion out of sync Reviewed-by: igor, jgodinez
Thu, 05 Apr 2012 15:14:06 -0700 7159041: Fix for 7152519 causing build breakage.
prr [Thu, 05 Apr 2012 15:14:06 -0700] rev 12391
7159041: Fix for 7152519 causing build breakage. Reviewed-by: igor, jgodinez
Fri, 30 Mar 2012 10:18:04 -0700 7154822: forward port fix for Bug 13645891 to JDK8 jcmd (1024 byte file size limit issue)
dbuck [Fri, 30 Mar 2012 10:18:04 -0700] rev 12390
7154822: forward port fix for Bug 13645891 to JDK8 jcmd (1024 byte file size limit issue) Summary: Changed so that jcmd breaks input into individual lines and sends each one to the jvm separately. Reviewed-by: dcubed, sla
Thu, 22 Mar 2012 12:47:39 +0800 7152519: Dependency on non-POSIX header file <link.h> causes portability problem
luchsh [Thu, 22 Mar 2012 12:47:39 +0800] rev 12389
7152519: Dependency on non-POSIX header file <link.h> causes portability problem Reviewed-by: prr, igor
Wed, 21 Mar 2012 18:41:42 -0700 7104147: the fix for cr6887286 was not appropriate for backporting
dbuck [Wed, 21 Mar 2012 18:41:42 -0700] rev 12388
7104147: the fix for cr6887286 was not appropriate for backporting Summary: Memory leak in the list of ImageObservers watching an object. We use recursion to iterate over the list. So once the list gets too big, we overflow the stack. Fix is to execute a prune operation on ever add, so there is no way we can get indefinite growth of stale nodes. Reviewed-by: prr, flar
Thu, 19 Apr 2012 12:18:58 -0700 Added tag jdk8-b35 for changeset 7d350b06fde4
katleman [Thu, 19 Apr 2012 12:18:58 -0700] rev 12387
Added tag jdk8-b35 for changeset 7d350b06fde4
Wed, 05 Jul 2017 18:08:33 +0200 Merge
duke [Wed, 05 Jul 2017 18:08:33 +0200] rev 12386
Merge
Fri, 20 Apr 2012 16:23:49 -0700 Added tag hs24-b08 for changeset 55ac5f20c7bf
amurillo [Fri, 20 Apr 2012 16:23:49 -0700] rev 12385
Added tag hs24-b08 for changeset 55ac5f20c7bf
Fri, 20 Apr 2012 16:23:48 -0700 Merge
amurillo [Fri, 20 Apr 2012 16:23:48 -0700] rev 12384
Merge
Fri, 20 Apr 2012 11:41:49 -0700 Merge
johnc [Fri, 20 Apr 2012 11:41:49 -0700] rev 12383
Merge
Wed, 18 Apr 2012 13:39:55 -0400 7145441: G1: collection set chooser-related cleanup
tonyp [Wed, 18 Apr 2012 13:39:55 -0400] rev 12382
7145441: G1: collection set chooser-related cleanup Summary: Cleanup of the CSet chooser class: standardize on uints for region num and indexes (instead of int, jint, etc.), make the method / field naming style more consistent, remove a lot of dead code. Reviewed-by: johnc, brutisso
Wed, 18 Apr 2012 07:21:15 -0400 7157073: G1: type change size_t -> uint for region counts / indexes
tonyp [Wed, 18 Apr 2012 07:21:15 -0400] rev 12381
7157073: G1: type change size_t -> uint for region counts / indexes Summary: Change the type of fields / variables / etc. that represent region counts and indeces from size_t to uint. Reviewed-by: iveresov, brutisso, jmasa, jwilhelm
Wed, 11 Apr 2012 16:18:45 +0200 7160613: VerifyRememberedSets doesn't work with CompressedOops
stefank [Wed, 11 Apr 2012 16:18:45 +0200] rev 12380
7160613: VerifyRememberedSets doesn't work with CompressedOops Summary: use load_decode_heap_oop instead of load_decode_heap_oop_not_null Reviewed-by: tonyp, brutisso
Mon, 16 Apr 2012 08:57:18 +0200 4988100: oop_verify_old_oop appears to be dead
brutisso [Mon, 16 Apr 2012 08:57:18 +0200] rev 12379
4988100: oop_verify_old_oop appears to be dead Summary: removed oop_verify_old_oop and allow_dirty. Also reviewed by: alexlamsl@gmail.com Reviewed-by: jmasa, jwilhelm
Fri, 13 Apr 2012 01:59:38 +0200 7160728: Introduce an extra logging level for G1 logging
brutisso [Fri, 13 Apr 2012 01:59:38 +0200] rev 12378
7160728: Introduce an extra logging level for G1 logging Summary: Added log levels "fine", "finer" and "finest". Let PrintGC map to "fine" and PrintGCDetails map to "finer". Separated out the per worker information in the G1 logging to the "finest" level. Reviewed-by: stefank, jwilhelm, tonyp, johnc
Tue, 06 Mar 2012 12:36:59 +0100 7160570: Intrinsification support for tracing framework
rbackman [Tue, 06 Mar 2012 12:36:59 +0100] rev 12377
7160570: Intrinsification support for tracing framework Reviewed-by: sla, never
Sun, 15 Apr 2012 15:37:20 -0700 Merge
dcubed [Sun, 15 Apr 2012 15:37:20 -0700] rev 12376
Merge
Fri, 13 Apr 2012 08:11:36 -0700 Merge
coleenp [Fri, 13 Apr 2012 08:11:36 -0700] rev 12375
Merge
Thu, 12 Apr 2012 22:03:05 -0400 7160467: Fix test for 7158988
coleenp [Thu, 12 Apr 2012 22:03:05 -0400] rev 12374
7160467: Fix test for 7158988 Summary: Ended up checking in FieldMonitor.java as TestPostFieldModification.java Reviewed-by: kamg
Thu, 12 Apr 2012 13:24:08 +0200 7160924: jvmti: GetPhase returns incorrect phase before VMInit event is issued
rbackman [Thu, 12 Apr 2012 13:24:08 +0200] rev 12373
7160924: jvmti: GetPhase returns incorrect phase before VMInit event is issued Reviewed-by: acorn, dcubed
Thu, 12 Apr 2012 18:41:24 -0400 Merge
dlong [Thu, 12 Apr 2012 18:41:24 -0400] rev 12372
Merge
Tue, 10 Apr 2012 13:27:09 -0400 Merge
bobv [Tue, 10 Apr 2012 13:27:09 -0400] rev 12371
Merge
Sat, 31 Mar 2012 00:05:15 -0700 Merge
jcoomes [Sat, 31 Mar 2012 00:05:15 -0700] rev 12370
Merge
Thu, 29 Mar 2012 22:18:56 -0400 7154670: The instanceKlass _implementors[] and _nof_implementors are not needed for non-interface klass.
jiangli [Thu, 29 Mar 2012 22:18:56 -0400] rev 12369
7154670: The instanceKlass _implementors[] and _nof_implementors are not needed for non-interface klass. Summary: Change implementor to embedded instanceKlass field. Reviewed-by: sspitsyn, minqi, coleenp
Thu, 05 Apr 2012 14:16:23 +0200 7133111: libsaproc debug print should be printed as unsigned long to fit large numbers on 64bit platform
sla [Thu, 05 Apr 2012 14:16:23 +0200] rev 12368
7133111: libsaproc debug print should be printed as unsigned long to fit large numbers on 64bit platform Reviewed-by: dcubed, mgronlun, dsamersoff
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip