skoppar [Thu, 07 Oct 2010 00:53:49 -0700] rev 7582
6929137: java-corba: Locking too broad in com.sun.corba.se.impl.protocol.CorbaClientRequestDispatcherImpl
Reviewed-by: asaha
skoppar [Thu, 07 Oct 2010 00:51:42 -0700] rev 7581
6896157: unsynchronized hashmap in com.sun.corba.se.impl.transport.SelectorImpl.createReaderThread
Reviewed-by: asaha
skoppar [Thu, 07 Oct 2010 00:49:05 -0700] rev 7580
6893109: memory leak in readObject() and writeObject() using idlj from jdk 1.6.0_14
Reviewed-by: asaha
skoppar [Thu, 07 Oct 2010 00:59:40 -0700] rev 7579
6714797: InitialContext.close does not close NIO socket connections
Reviewed-by: asaha
ohair [Sat, 18 Dec 2010 18:29:58 -0800] rev 7578
6909026: Change GNU make version requirement to 3.81
Reviewed-by: robilad
ohair [Thu, 16 Dec 2010 19:56:44 -0800] rev 7577
Merge
ohair [Wed, 15 Dec 2010 15:24:52 -0800] rev 7576
Merge
mfang [Sun, 05 Dec 2010 18:26:57 -0800] rev 7575
Merge
yhuang [Sun, 05 Dec 2010 20:09:16 -0800] rev 7574
6925851: Localize JRE into pt_BR
Reviewed-by: mfang, psun
cl [Thu, 16 Dec 2010 18:17:47 -0800] rev 7573
Added tag jdk7-b122 for changeset f12620579baa
duke [Wed, 05 Jul 2017 17:30:09 +0200] rev 7572
Merge
igor [Tue, 21 Dec 2010 18:45:45 -0800] rev 7571
Merge
igor [Tue, 21 Dec 2010 15:27:55 -0800] rev 7570
Merge
herrick [Mon, 20 Dec 2010 13:15:03 -0500] rev 7569
Merge
herrick [Sun, 12 Dec 2010 22:58:01 -0500] rev 7568
Merge
igor [Wed, 08 Dec 2010 01:27:08 -0800] rev 7567
Merge
igor [Mon, 06 Dec 2010 00:44:48 -0800] rev 7566
Merge
igor [Tue, 30 Nov 2010 09:52:58 -0800] rev 7565
Merge
trims [Tue, 21 Dec 2010 16:49:36 -0800] rev 7564
Merge
trims [Thu, 16 Dec 2010 20:51:55 -0800] rev 7563
Merge
jrose [Thu, 16 Dec 2010 15:59:27 -0800] rev 7562
7001424: implement JSR 292 EG adjustments, November 2010
Reviewed-by: twisti
jrose [Thu, 16 Dec 2010 00:32:15 -0800] rev 7561
Merge
jrose [Fri, 03 Dec 2010 11:23:34 -0800] rev 7560
Merge
jrose [Thu, 02 Dec 2010 03:02:56 -0800] rev 7559
Merge
jrose [Thu, 02 Dec 2010 02:59:02 -0800] rev 7558
7001423: JSR 292 bytecode enhancements need unit tests
Reviewed-by: twisti
jrose [Thu, 02 Dec 2010 02:52:34 -0800] rev 7557
7001379: bootstrap method data needs to be moved from constant pool to a classfile attribute
Reviewed-by: twisti
jrose [Mon, 22 Nov 2010 22:41:31 -0800] rev 7556
6979327: method handle invocation should use casts instead of type parameters to specify return type
Summary: Change result type parameters to result type casts. (Also, replace private placeholder class InvokeDynamic.)
Reviewed-by: twisti
jrose [Sat, 30 Oct 2010 21:08:23 -0700] rev 7555
6981777: implement JSR 292 EG adjustments from summer 2010
Reviewed-by: twisti
jrose [Sat, 30 Oct 2010 21:02:30 -0700] rev 7554
6939224: MethodHandle.invokeGeneric needs to perform the correct set of conversions
Summary: JDK changes which run atop the corresponding JVM hook
Reviewed-by: never, twisti
lana [Mon, 20 Dec 2010 21:09:57 -0800] rev 7553
Merge
lana [Mon, 13 Dec 2010 16:25:26 -0800] rev 7552
Merge
darcy [Mon, 13 Dec 2010 14:34:37 -0800] rev 7551
7006129: Project Coin: Annotation type to reduce varargs warnings
Reviewed-by: jjg, mcimadamore
sherman [Mon, 13 Dec 2010 14:12:56 -0800] rev 7550
7003462: cannot read InputStream returned by java.util.ZipFile.getInputStream(ZipEntry)
Summary: The returned InflatedInputStream object should be kept in map streams
Reviewed-by: alanb
vinnie [Mon, 13 Dec 2010 15:07:20 +0000] rev 7549
Merge
vinnie [Mon, 13 Dec 2010 14:58:52 +0000] rev 7548
6799854: CodeSigner.hashCode() does not work with serialization
Reviewed-by: mullan
lana [Sun, 12 Dec 2010 15:28:57 -0800] rev 7547
Merge
coffeys [Fri, 10 Dec 2010 15:11:47 +0000] rev 7546
6998583: NativeSeedGenerator is making 8192 byte read requests from entropy pool on each init.
Reviewed-by: wetmore, andrew, vinnie
chegar [Fri, 10 Dec 2010 10:47:21 +0000] rev 7545
7004439: SCTP_SET_PEER_PRIMARY_ADDR throws SocketException on Linux
Summary: IPv4 addrs passed to SCTP_SET_PEER_PRIMARY_ADDR should not be converted to IPv4-mapped addrs
Reviewed-by: michaelm
lancea [Thu, 09 Dec 2010 13:01:14 -0500] rev 7544
6659234: Incorrect check in SerialBlob.getBytes
Reviewed-by: darcy
sherman [Wed, 08 Dec 2010 20:11:31 -0800] rev 7543
5076980: (fmt) FormattableFlags specifies unsupported '^' format flag
Summary: replaced '^' with 'S' in spec
Reviewed-by: darcy
sherman [Wed, 08 Dec 2010 12:54:43 -0800] rev 7542
6415373: (cs) UnicodeEncoder emits BOM when there are no bytes to encode
Summary: no BOM output if no byte to encode
Reviewed-by: alanb
sherman [Wed, 08 Dec 2010 12:15:55 -0800] rev 7541
6527572: (cs) Charset.forName can throw NullPointerException when testing bug level
Summary: fixed the race condition
Reviewed-by: alanb
mchung [Wed, 08 Dec 2010 10:45:28 -0800] rev 7540
6977034: Thread.getState() very slow
Summary: Directly map the threadStatus value to Thread.State
Reviewed-by: emcmanus, dholmes
mullan [Wed, 08 Dec 2010 10:21:48 -0800] rev 7539
6998860: Signed jar file verification is currently creating many extra new Sun providers.
Reviewed-by: mchung
michaelm [Tue, 07 Dec 2010 13:29:20 +0000] rev 7538
Merge
michaelm [Tue, 07 Dec 2010 13:27:02 +0000] rev 7537
7005016: sqe test jhttp/HttpServer150013/HttpServer150013.java
Reviewed-by: chegar
weijun [Tue, 07 Dec 2010 17:30:54 +0800] rev 7536
6990370: FindBugs scan - Malicious code vulnerability Warnings in com.sun.jndi.ldap.*
Reviewed-by: xuelei
darcy [Tue, 07 Dec 2010 01:09:17 -0800] rev 7535
6990094: ObjectInputStream cloneArray doesn't handle short[]
Reviewed-by: alanb, smarks, peterjones
mduigou [Mon, 06 Dec 2010 19:40:57 -0800] rev 7534
Merge
mduigou [Mon, 06 Dec 2010 19:37:40 -0800] rev 7533
7004205: fixes handling of sane-gcc-compiler on 32-bit linux and solaris. Previously committed as 6998016 and 6998012
Reviewed-by: ohair, dholmes
weijun [Tue, 07 Dec 2010 09:51:13 +0800] rev 7532
6986825: policytool can not save file.
Reviewed-by: wetmore
sherman [Mon, 06 Dec 2010 13:18:16 -0800] rev 7531
6989148: (fs) zip provider should be available "out of the box"
Summary: zip filesystem provider update, add zipfs.jar into ext dir
Reviewed-by: alanb
vinnie [Mon, 06 Dec 2010 18:52:23 +0000] rev 7530
6557615: Method toString() of java.security.Timestamp throws IndexOutOfBoundsException if CertPath has empty
Reviewed-by: mullan
jjg [Sun, 05 Dec 2010 20:46:23 -0800] rev 7529
7004021: docs should not assume -source 1.5
Reviewed-by: ohair
weijun [Mon, 06 Dec 2010 10:48:57 +0800] rev 7528
6992964: FindBugs warnings in com.sun.security.auth.module.UnixSystem.java
Reviewed-by: mullan
weijun [Mon, 06 Dec 2010 10:48:20 +0800] rev 7527
6943352: SSL regression: RSAClientKeyExchange fails to pass securerandom arg to KeyGen
Reviewed-by: wetmore, xuelei
weijun [Mon, 06 Dec 2010 10:48:18 +0800] rev 7526
6896700: Validation of signatures succeed when it should fail
Reviewed-by: wetmore
weijun [Mon, 06 Dec 2010 10:46:26 +0800] rev 7525
7004168: jarsigner -verify checks for KeyUsage codesigning ext on all certs instead of just signing cert
Reviewed-by: mullan
weijun [Mon, 06 Dec 2010 10:46:18 +0800] rev 7524
7004035: signed jar with only META-INF/* inside is not verifiable
Reviewed-by: mullan
lana [Sun, 05 Dec 2010 16:08:01 -0800] rev 7523
Merge