Frank Ding
|
65713fce9a
|
7188612: JTable's AccessibleJTable throws IllegalComponentStateException instead of null
Reviewed-by: rupashka
|
2012-08-20 13:16:18 +08:00 |
|
Alan Bateman
|
edd2d4ce86
|
7191467: (fs) WatchService periodically fails to queue ENTRY_DELETE event for short lived file [sol11]
Reviewed-by: chegar
|
2012-08-19 13:29:01 +01:00 |
|
Alan Bateman
|
280b56b270
|
7192275: Minimize LogManager dependencies on java.beans
Reduce dependency to PropertyChangeListener and PropertyChangeEvent. Also add basic test coverage.
Reviewed-by: dcubed, dsamersoff, mchung
|
2012-08-19 13:03:00 +01:00 |
|
John R Rose
|
9d9d7877aa
|
7191102: nightly failures after JSR 292 lazy method handle update (round 3)
Reviewed-by: twisti, kvn
|
2012-08-17 13:42:25 -07:00 |
|
Kumar Srinivasan
|
d07131ac67
|
7190750: (pack200) the java unpacker produces non spec. compliant classfile with lambda classfiles
Reviewed-by: jrose
|
2012-08-17 08:28:48 -07:00 |
|
Jason Uh
|
630647752a
|
6500133: REGRESSION: CertificateParsingException for CRL Distribution Point with blank
Reviewed-by: mullan
|
2012-08-17 14:32:50 -04:00 |
|
Frank Ding
|
6a7bd4b00c
|
7191275: Cleanup OS specific blocks in PlainDatagramSocketImpl.c to support more unix-like platforms
Reviewed-by: chegar
|
2012-08-17 17:10:56 +08:00 |
|
Andrew Brygin
|
3504e5bcfa
|
7150594: VM chash in JCK api/java_awt/Image/ConvolveOp/ tests for 64 bit jdk8 on linux
Reviewed-by: jgodinez, prr
|
2012-08-17 11:22:57 +04:00 |
|
Chris Hegarty
|
9f27d2af4c
|
7189103: Executors needs to maintain state
Reviewed-by: dholmes, hawtin
|
2012-08-16 15:02:34 +01:00 |
|
Alan Bateman
|
3261af24cf
|
7191556: (fs) UnixNativeDispatcher.getextmntent should be moved into platform specific code
Reviewed-by: andrew
|
2012-08-16 11:14:42 +01:00 |
|
David Katleman
|
ff827332a8
|
Merge
|
2012-08-15 18:04:14 -07:00 |
|
Rob McKenna
|
e892fb5b1d
|
6931128: (spec) File attribute tests fail when run as root
Reviewed-by: alanb
|
2012-08-15 22:46:35 +01:00 |
|
Sean Mullan
|
e5fbf01489
|
7189490: More improvements to DomainCombiner checking
Reviewed-by: ahgross, jdn, vinnie
|
2012-08-15 15:31:30 -04:00 |
|
Andrew John Hughes
|
1ec7522737
|
7110151: Use underlying platform's zlib library for Java zlib support
Make SYSTEM_ZLIB more flexible by using ZLIB_{CFLAGS,LIBS} and building on more than just MACOSX.
Reviewed-by: sherman, alanb
|
2012-08-15 14:35:36 +01:00 |
|
Sergey Bylokhov
|
6db39dc542
|
7172187: [macosx] JAWT native CALayer not positioned over Canvas
Reviewed-by: art, anthony
|
2012-08-15 15:02:34 +04:00 |
|
Michael Fang
|
cce753813e
|
Merge
|
2012-08-13 16:26:19 -07:00 |
|
Alexander Zuev
|
d78db85100
|
7177144: [macosx] Drag and drop not working (regression in 7u6)
Reviewed-by: art, serb
|
2012-08-13 19:49:04 +04:00 |
|
Alexander Zuev
|
4c53f0adc3
|
Merge
|
2012-08-13 19:19:34 +04:00 |
|
Leonid Romanov
|
402fcded14
|
7159381: [macosx] Dock Icon defaults to Generic Java Application Category
Reviewed-by: anthony
|
2012-08-13 17:53:56 +04:00 |
|
Marco Dinacci
|
4bd6fb3f68
|
7161437: [macosx] awt.FileDialog doesn't respond appropriately for mac when selecting folders
Reviewed-by: art, anthony
|
2012-08-13 17:43:37 +04:00 |
|
Deven You
|
48e5b771c7
|
7189611: Venezuela current Currency should be Bs.F
Reviewed-by: okutsu
|
2012-08-13 10:45:43 +08:00 |
|
Christian Thalinger
|
eadc52ac6e
|
Merge
|
2012-08-10 16:03:28 -07:00 |
|
Christian Thalinger
|
bc7a239b90
|
7190416: JSR 292: typo in InvokerBytecodeGenerator.getConstantPoolSize
Reviewed-by: jrose
|
2012-08-09 15:03:28 -07:00 |
|
Joel Borggrén-Franck
|
4f5a96bc8b
|
7188442: rename java.lang.annotation.ContainerAnnotation to ContainedBy
Reviewed-by: darcy, jjg
|
2012-08-09 17:49:43 +02:00 |
|
Vinnie Ryan
|
790c4cdcec
|
7190945: pkcs11 problem loading NSS libs on Ubuntu
Reviewed-by: xuelei, alanb
|
2012-08-13 14:06:44 +01:00 |
|
Shirish Kuncolienkar
|
492ac282bf
|
7190254: NetworkInterface getFlags implementation should support full integer bit range for flags value
Reviewed-by: chegar
|
2012-08-13 13:41:23 +01:00 |
|
Jonathan Lu
|
f349c3da24
|
7190219: (bf) CharBuffer.put(String,int,int) modifies position even if BufferOverflowException thrown
Reviewed-by: alanb
|
2012-08-13 19:51:48 +08:00 |
|
Christian Schulte
|
d947b5d95a
|
7188755: Crash due to missing synchronization on gconf_client in DefaultProxySelector.c
Reviewed-by: chegar
|
2012-08-12 22:56:45 +01:00 |
|
Valerie Peng
|
a44a57d7b6
|
7185471: Avoid key expansion when AES cipher is re-init w/ the same key
Saved the last cipher key value and skip key expansion if key value is the same.
Reviewed-by: weijun, xuelei
|
2012-08-10 13:10:35 -07:00 |
|
Valerie Peng
|
919dca6024
|
7107616: scalability bloker in javax.crypto.JceSecurityManager
Changed the type of field "exemptCache" from HashMap to ConcurrentHashMap.
Reviewed-by: weijun, xuelei
|
2012-08-10 13:08:59 -07:00 |
|
Valerie Peng
|
21f7aaed74
|
7107613: scalability bloker in javax.crypto.CryptoPermissions
Changed the type of field "perms" from Hashtable to ConcurrentHashMap.
Reviewed-by: weijun, xuelei
|
2012-08-10 13:08:23 -07:00 |
|
Sean Mullan
|
6a5d4204af
|
Merge
|
2012-08-10 09:17:14 -04:00 |
|
Sean Mullan
|
c0dc8e53b5
|
7187962: sun.security.pkcs11.P11DSAKeyFactory.implTranslatePublicKey doesn't check if params is null
Reviewed-by: valeriep
|
2012-08-10 09:12:12 -04:00 |
|
Xueming Shen
|
ff93896a39
|
7189363: Regex Pattern compilation buggy for special sequences
Fixed the incorrect implementation in expr(...)
Reviewed-by: psandoz, alanb
|
2012-08-09 10:15:26 -07:00 |
|
Andrew John Hughes
|
b3ebff94ab
|
7189533: GetJavaProperties should free temporary file if subsequent allocations fails
Add missing calls to free
Reviewed-by: alanb, dholmes, sherman
|
2012-08-08 12:37:02 +01:00 |
|
Lana Steuck
|
7fd65168fe
|
Merge
|
2012-08-07 20:23:41 -07:00 |
|
Christian Thalinger
|
e52fc3fb2c
|
7188911: nightly failures after JSR 292 lazy method handle update (round 2)
Reviewed-by: kvn, jrose
|
2012-08-07 14:31:52 -07:00 |
|
Darryl Mocek
|
f001b9eb53
|
7187876: ClassCastException in TCPTransport.executeAcceptLoop
Reviewed-by: dholmes, smarks
|
2012-08-02 18:12:18 -07:00 |
|
Sean Mullan
|
7a13d26b0c
|
Merge
|
2012-08-02 10:42:19 -04:00 |
|
Jason Uh
|
1bbbba58c1
|
7026347: Certificate and X509CRL should have verify(PublicKey key, Provider sigProvider)
Reviewed-by: mullan, xuelei, weijun
|
2012-08-02 10:40:24 -04:00 |
|
Omair Majid
|
d8dce91141
|
6844255: Potential stack corruption in GetJavaProperties
Use dynamically allocated buffers for temp and encoding.
Reviewed-by: alanb, andrew
|
2012-08-01 22:13:12 +01:00 |
|
Sean Mullan
|
47403da7be
|
Merge
|
2012-08-01 11:08:11 -04:00 |
|
Sean Mullan
|
771200f58c
|
7179715: OCSP revocation checking fails if the signer certificate is identified using the key ID
Reviewed-by: vinnie
|
2012-08-01 11:06:44 -04:00 |
|
Lana Steuck
|
fe4e448bfa
|
Merge
|
2012-07-31 18:38:38 -07:00 |
|
Kumar Srinivasan
|
8ab8ef182e
|
7146424: Wildcard expansion for single entry classpath
Reviewed-by: dholmes, darcy, jjh, sherman
|
2012-07-31 06:14:28 -07:00 |
|
Akhil Arora
|
c0283983eb
|
7188114: (launcher) need an alternate command line parser for Windows
Reviewed-by: darcy, dholmes, jjh
|
2012-07-31 06:10:01 -07:00 |
|
Xueming Shen
|
b5bee4c17e
|
7188852: Move implementation of De/Inflater.getBytesRead/Writtten() to java from native
Re-implemented getBytesRead/Writtten() at java level
Reviewed-by: andrew, alanb
|
2012-08-03 13:40:03 -07:00 |
|
Michael McMahon
|
4e5c88a7fe
|
7120665: Change Java SE spec so that external networking not required
Reviewed-by: alanb
|
2012-07-30 22:32:59 +01:00 |
|
Alexander Scherbatiy
|
26f36a5cd0
|
7184365: closed/java/awt/event/TextEvent/TextEventSequenceTest/TextEventSequenceTest fails
Reviewed-by: serb, bagiras
|
2012-07-30 14:31:01 +04:00 |
|
Sergey Malenkov
|
3851c96f71
|
7187618: PropertyDescriptor Performance Slow
Reviewed-by: rupashka
|
2012-07-30 13:35:10 +04:00 |
|