Fri, 17 Aug 2012 17:10:56 +0800 7191275: Cleanup OS specific blocks in PlainDatagramSocketImpl.c to support more unix-like platforms
dingxmin [Fri, 17 Aug 2012 17:10:56 +0800] rev 13574
7191275: Cleanup OS specific blocks in PlainDatagramSocketImpl.c to support more unix-like platforms Reviewed-by: chegar
Thu, 16 Aug 2012 14:35:26 +0100 7132247: java/rmi/registry/readTest/readTest.sh failing with Cygwin
alanb [Thu, 16 Aug 2012 14:35:26 +0100] rev 13573
7132247: java/rmi/registry/readTest/readTest.sh failing with Cygwin Reviewed-by: alanb Contributed-by: Eric Wang <yiming.wang@oracle.com>
Thu, 16 Aug 2012 11:42:47 +0100 7191892: ProblemList.txt updates (8/2012)
alanb [Thu, 16 Aug 2012 11:42:47 +0100] rev 13572
7191892: ProblemList.txt updates (8/2012) Reviewed-by: alanb Contributed-by: amy.lu@oracle.com
Thu, 16 Aug 2012 11:14:42 +0100 7191556: (fs) UnixNativeDispatcher.getextmntent should be moved into platform specific code
alanb [Thu, 16 Aug 2012 11:14:42 +0100] rev 13571
7191556: (fs) UnixNativeDispatcher.getextmntent should be moved into platform specific code Reviewed-by: andrew
Thu, 16 Aug 2012 10:48:43 +0100 7185965: Build error in javadoc make stage for bundles not containing crypto package
coffeys [Thu, 16 Aug 2012 10:48:43 +0100] rev 13570
7185965: Build error in javadoc make stage for bundles not containing crypto package Reviewed-by: chegar
Thu, 16 Aug 2012 10:35:35 +0100 7056731: Race condition in CORBA code causes re-use of ABORTed connections
coffeys [Thu, 16 Aug 2012 10:35:35 +0100] rev 13569
7056731: Race condition in CORBA code causes re-use of ABORTed connections Reviewed-by: lancea Contributed-by: d.macdonald@auckland.ac.nz
Wed, 15 Aug 2012 22:46:35 +0100 6931128: (spec) File attribute tests fail when run as root.
robm [Wed, 15 Aug 2012 22:46:35 +0100] rev 13568
6931128: (spec) File attribute tests fail when run as root. Reviewed-by: alanb
Wed, 15 Aug 2012 14:35:36 +0100 7110151: Use underlying platform's zlib library for Java zlib support
andrew [Wed, 15 Aug 2012 14:35:36 +0100] rev 13567
7110151: Use underlying platform's zlib library for Java zlib support Summary: Make SYSTEM_ZLIB more flexible by using ZLIB_{CFLAGS,LIBS} and building on more than just MACOSX. Reviewed-by: sherman, alanb
Thu, 09 Aug 2012 17:49:43 +0200 7188442: rename java.lang.annotation.ContainerAnnotation to ContainedBy
jfranck [Thu, 09 Aug 2012 17:49:43 +0200] rev 13566
7188442: rename java.lang.annotation.ContainerAnnotation to ContainedBy Reviewed-by: darcy, jjg
Mon, 13 Aug 2012 14:06:44 +0100 7190945: pkcs11 problem loading NSS libs on Ubuntu
vinnie [Mon, 13 Aug 2012 14:06:44 +0100] rev 13565
7190945: pkcs11 problem loading NSS libs on Ubuntu Reviewed-by: xuelei, alanb
Mon, 13 Aug 2012 13:41:23 +0100 7190254: NetworkInterface getFlags implementation should support full integer bit range for flags value
chegar [Mon, 13 Aug 2012 13:41:23 +0100] rev 13564
7190254: NetworkInterface getFlags implementation should support full integer bit range for flags value Reviewed-by: chegar Contributed-by: Shirish Kuncolienkar <shirishk@linux.vnet.ibm.com>
Mon, 13 Aug 2012 19:51:48 +0800 7190219: (bf) CharBuffer.put(String,int,int) modifies position even if BufferOverflowException thrown
luchsh [Mon, 13 Aug 2012 19:51:48 +0800] rev 13563
7190219: (bf) CharBuffer.put(String,int,int) modifies position even if BufferOverflowException thrown Reviewed-by: alanb
Sun, 12 Aug 2012 22:56:45 +0100 7188755: Crash due to missing synchronization on gconf_client in DefaultProxySelector.c
chegar [Sun, 12 Aug 2012 22:56:45 +0100] rev 13562
7188755: Crash due to missing synchronization on gconf_client in DefaultProxySelector.c Reviewed-by: chegar Contributed-by: Christian Schulte <cs@schulte.it>
Fri, 10 Aug 2012 14:00:08 -0700 Merge
lana [Fri, 10 Aug 2012 14:00:08 -0700] rev 13561
Merge
Fri, 10 Aug 2012 12:48:22 -0700 Merge
lana [Fri, 10 Aug 2012 12:48:22 -0700] rev 13560
Merge
Fri, 10 Aug 2012 13:10:35 -0700 7185471: Avoid key expansion when AES cipher is re-init w/ the same key
valeriep [Fri, 10 Aug 2012 13:10:35 -0700] rev 13559
7185471: Avoid key expansion when AES cipher is re-init w/ the same key Summary: Saved the last cipher key value and skip key expansion if key value is the same. Reviewed-by: weijun, xuelei
Fri, 10 Aug 2012 13:08:59 -0700 7107616: scalability bloker in javax.crypto.JceSecurityManager
valeriep [Fri, 10 Aug 2012 13:08:59 -0700] rev 13558
7107616: scalability bloker in javax.crypto.JceSecurityManager Summary: Changed the type of field "exemptCache" from HashMap to ConcurrentHashMap. Reviewed-by: weijun, xuelei
Fri, 10 Aug 2012 13:08:23 -0700 7107613: scalability bloker in javax.crypto.CryptoPermissions
valeriep [Fri, 10 Aug 2012 13:08:23 -0700] rev 13557
7107613: scalability bloker in javax.crypto.CryptoPermissions Summary: Changed the type of field "perms" from Hashtable to ConcurrentHashMap. Reviewed-by: weijun, xuelei
Fri, 10 Aug 2012 09:17:14 -0400 Merge
mullan [Fri, 10 Aug 2012 09:17:14 -0400] rev 13556
Merge
Fri, 10 Aug 2012 09:12:12 -0400 7187962: sun.security.pkcs11.P11DSAKeyFactory.implTranslatePublicKey doesn't check if params is null
mullan [Fri, 10 Aug 2012 09:12:12 -0400] rev 13555
7187962: sun.security.pkcs11.P11DSAKeyFactory.implTranslatePublicKey doesn't check if params is null Reviewed-by: valeriep
Thu, 09 Aug 2012 10:15:26 -0700 7189363: Regex Pattern compilation buggy for special sequences
sherman [Thu, 09 Aug 2012 10:15:26 -0700] rev 13554
7189363: Regex Pattern compilation buggy for special sequences Summary: fixed the incorrect implementation in expr(...) Reviewed-by: psandoz, alanb
Tue, 28 Aug 2012 12:20:26 -0700 Merge
lana [Tue, 28 Aug 2012 12:20:26 -0700] rev 13553
Merge
Tue, 28 Aug 2012 16:04:27 +0400 7186371: [macosx] Main menu shortcuts not displayed (7u6 regression)
serb [Tue, 28 Aug 2012 16:04:27 +0400] rev 13552
7186371: [macosx] Main menu shortcuts not displayed (7u6 regression) Reviewed-by: leonidr
Mon, 27 Aug 2012 11:48:09 -0700 Merge
lana [Mon, 27 Aug 2012 11:48:09 -0700] rev 13551
Merge
Fri, 24 Aug 2012 14:58:04 +0400 7160609: [macosx] JDK crash in libjvm.dylib ( C [GeForceGLDriver+0x675a] gldAttachDrawable+0x941)
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
Fri, 24 Aug 2012 11:35:51 +0800 7193169: The code example in javadoc of Component.java misses 'implements' keyword
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
Tue, 21 Aug 2012 14:37:16 +0400 6866747: J2SE_Swing_Reg:can not see any HSB tab
rupashka [Tue, 21 Aug 2012 14:37:16 +0400] rev 13548
6866747: J2SE_Swing_Reg:can not see any HSB tab Reviewed-by: alexsch
Mon, 20 Aug 2012 13:38:30 +0400 7189112: java.beans.Introspector misses write methods
malenkov [Mon, 20 Aug 2012 13:38:30 +0400] rev 13547
7189112: java.beans.Introspector misses write methods Reviewed-by: rupashka
Mon, 20 Aug 2012 13:16:18 +0800 7188612: JTable's AccessibleJTable throws IllegalComponentStateException instead of null
dingxmin [Mon, 20 Aug 2012 13:16:18 +0800] rev 13546
7188612: JTable's AccessibleJTable throws IllegalComponentStateException instead of null Reviewed-by: rupashka
Fri, 17 Aug 2012 17:04:59 +0400 7190597: Nimbus: regtest for 4235420 fails
rupashka [Fri, 17 Aug 2012 17:04:59 +0400] rev 13545
7190597: Nimbus: regtest for 4235420 fails Reviewed-by: alexsch
Wed, 15 Aug 2012 15:02:34 +0400 7172187: [macosx] JAWT native CALayer not positioned over Canvas
serb [Wed, 15 Aug 2012 15:02:34 +0400] rev 13544
7172187: [macosx] JAWT native CALayer not positioned over Canvas Reviewed-by: art, anthony
Wed, 15 Aug 2012 14:33:44 +0400 7190543: Nimbus LaF: regression: JSplitPane is not opaque -- or should it?
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
Tue, 14 Aug 2012 17:11:11 -0400 7190813: (launcher) RPATH needs to have additional paths
omajid [Tue, 14 Aug 2012 17:11:11 -0400] rev 13542
7190813: (launcher) RPATH needs to have additional paths Reviewed-by: anthony, ksrini
Mon, 13 Aug 2012 19:49:04 +0400 7177144: [macosx] Drag and drop not working (regression in 7u6)
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
Mon, 13 Aug 2012 19:19:34 +0400 Merge
kizune [Mon, 13 Aug 2012 19:19:34 +0400] rev 13540
Merge
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
(0) -10000 -3000 -1000 -300 -100 -56 +56 +100 +300 +1000 +3000 +10000 +30000 tip