anthony [Fri, 24 Aug 2012 14:58:04 +0400] rev 13550
7160609: [macosx] JDK crash in libjvm.dylib ( C [GeForceGLDriver+0x675a] gldAttachDrawable+0x941)
Summary: Constrain window dimensions with screen bounds and GL_MAX_TEXTURE_SIZE
Reviewed-by: art, serb
zhouyx [Fri, 24 Aug 2012 11:35:51 +0800] rev 13549
7193169: The code example in javadoc of Component.java misses 'implements' keyword
Reviewed-by: anthony
rupashka [Tue, 21 Aug 2012 14:37:16 +0400] rev 13548
6866747: J2SE_Swing_Reg:can not see any HSB tab
Reviewed-by: alexsch
malenkov [Mon, 20 Aug 2012 13:38:30 +0400] rev 13547
7189112: java.beans.Introspector misses write methods
Reviewed-by: rupashka
dingxmin [Mon, 20 Aug 2012 13:16:18 +0800] rev 13546
7188612: JTable's AccessibleJTable throws IllegalComponentStateException instead of null
Reviewed-by: rupashka
rupashka [Fri, 17 Aug 2012 17:04:59 +0400] rev 13545
7190597: Nimbus: regtest for 4235420 fails
Reviewed-by: alexsch
serb [Wed, 15 Aug 2012 15:02:34 +0400] rev 13544
7172187: [macosx] JAWT native CALayer not positioned over Canvas
Reviewed-by: art, anthony
rupashka [Wed, 15 Aug 2012 14:33:44 +0400] rev 13543
7190543: Nimbus LaF: regression: JSplitPane is not opaque -- or should it?
Reviewed-by: alexsch
omajid [Tue, 14 Aug 2012 17:11:11 -0400] rev 13542
7190813: (launcher) RPATH needs to have additional paths
Reviewed-by: anthony, ksrini
kizune [Mon, 13 Aug 2012 19:49:04 +0400] rev 13541
7177144: [macosx] Drag and drop not working (regression in 7u6)
Reviewed-by: art, serb
kizune [Mon, 13 Aug 2012 19:19:34 +0400] rev 13540
Merge
leonidr [Mon, 13 Aug 2012 17:53:56 +0400] rev 13539
7159381: [macosx] Dock Icon defaults to Generic Java Application Category
Reviewed-by: anthony
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>
lana [Mon, 27 Aug 2012 11:28:08 -0700] rev 13537
Merge
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
katleman [Thu, 30 Aug 2012 10:27:23 -0700] rev 13535
Added tag jdk8-b54 for changeset 9b806d4f69be
duke [Wed, 05 Jul 2017 18:20:49 +0200] rev 13534
Merge
jcoomes [Fri, 31 Aug 2012 16:17:41 -0700] rev 13533
Added tag hs24-b22 for changeset a83f6d24c373
jcoomes [Fri, 31 Aug 2012 16:17:40 -0700] rev 13532
Merge
jiangli [Fri, 31 Aug 2012 12:59:10 -0700] rev 13531
Merge
jiangli [Fri, 31 Aug 2012 14:47:01 -0400] rev 13530
Merge
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>
amurillo [Fri, 17 Aug 2012 16:47:04 -0700] rev 13528
Merge
vladidan [Wed, 08 Aug 2012 16:09:11 -0400] rev 13527
Merge
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
twisti [Fri, 31 Aug 2012 10:48:08 -0700] rev 13525
Merge
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
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