prr [Wed, 16 Jun 2010 09:42:20 -0700] rev 5663
6961079: Build JDK7 for 64 bit Windows using free Windows 7.1 SDK 64 bit compilers
Reviewed-by: ohair, jcoomes
mikejwre [Thu, 10 Jun 2010 13:58:59 -0700] rev 5662
Added tag jdk7-b97 for changeset 3a1d6e247019
mikejwre [Wed, 16 Jun 2010 15:48:53 -0700] rev 5661
Merge
prr [Wed, 16 Jun 2010 09:41:40 -0700] rev 5660
6961079: Build JDK7 for 64 bit Windows using free Windows 7.1 SDK 64 bit compilers
Reviewed-by: ohair, jcoomes
mikejwre [Thu, 10 Jun 2010 13:58:55 -0700] rev 5659
Added tag jdk7-b97 for changeset 96c2ff3f0865
duke [Wed, 05 Jul 2017 17:15:14 +0200] rev 5658
Added tag jdk7-b97 for changeset 7e406ebed9a5
duke [Wed, 05 Jul 2017 17:15:14 +0200] rev 5657
Merge
duke [Wed, 05 Jul 2017 17:15:12 +0200] rev 5656
Merge
lana [Mon, 07 Jun 2010 17:09:52 -0700] rev 5655
Merge
lana [Fri, 28 May 2010 12:41:48 -0700] rev 5654
Merge
lana [Mon, 24 May 2010 09:07:04 -0700] rev 5653
Merge
jjg [Fri, 21 May 2010 17:32:19 -0700] rev 5652
6954901: langtools/test/Makefile should check for bin/javac(.exe) instead of lib/tools.jar
Reviewed-by: ohair
mcimadamore [Wed, 19 May 2010 16:43:30 +0100] rev 5651
6951833: latest diamond implementation generates spurious raw type warnings
Summary: Raw warning checks should be disabled in the presence of a diamond AST node
Reviewed-by: jjg
mcimadamore [Wed, 19 May 2010 16:43:06 +0100] rev 5650
6948381: javac Null Pointer Exception in Types.makeCompoundType
Summary: Race condition between symbol completion and attribution of import statements causes NPE when creating intersection type
Reviewed-by: jjg
mcimadamore [Wed, 19 May 2010 16:42:37 +0100] rev 5649
6946618: sqe test fails: javac/generics/NewOnTypeParm in pit jdk7 b91 in all platforms.
Summary: Bad cast to ClassType in the new diamond implementation fails if the target type of the instance creation expression is a type-variable
Reviewed-by: jjg
mcimadamore [Wed, 19 May 2010 16:41:57 +0100] rev 5648
6880344: Recursive type parameters do not compile
Summary: Issue in type-variable substitution causes valid code to be rejected
Reviewed-by: jjg
jjg [Thu, 13 May 2010 11:30:28 -0700] rev 5647
6952188: update timeout for langtools jtreg tests on JPRT
Reviewed-by: ohair
mikejwre [Thu, 03 Jun 2010 13:30:30 -0700] rev 5646
Added tag jdk7-b96 for changeset 766529b3422f
duke [Wed, 05 Jul 2017 17:15:05 +0200] rev 5645
Merge
mikejwre [Thu, 03 Jun 2010 13:30:13 -0700] rev 5644
Added tag jdk7-b96 for changeset 28ba1ea472b9
duke [Wed, 05 Jul 2017 17:15:02 +0200] rev 5643
Merge
mikejwre [Thu, 03 Jun 2010 13:30:13 -0700] rev 5642
Added tag jdk7-b96 for changeset 4d5b1beafffc
duke [Wed, 05 Jul 2017 17:14:59 +0200] rev 5641
Merge
mikejwre [Wed, 09 Jun 2010 18:56:22 -0700] rev 5640
Merge
andrew [Thu, 03 Jun 2010 19:37:48 +0100] rev 5639
6958257: Add support for alpha
Summary: Allow the Zero port to be built on alpha architectures
Reviewed-by: ohair
lana [Mon, 07 Jun 2010 16:15:35 -0700] rev 5638
Merge
alanb [Tue, 01 Jun 2010 15:16:36 +0100] rev 5637
6955873: CORBA resources bundles and javax.activity missing from b94
Reviewed-by: ohair
mikejwre [Thu, 03 Jun 2010 13:30:04 -0700] rev 5636
Added tag jdk7-b96 for changeset 43de3ab7df33
duke [Wed, 05 Jul 2017 17:14:56 +0200] rev 5635
Merge
mikejwre [Wed, 09 Jun 2010 18:56:41 -0700] rev 5634
Merge
ohair [Mon, 07 Jun 2010 12:22:21 -0700] rev 5633
6959116: Fix regression in make/jdk_generic_profile.sh (PROCESSOR_IDENTIFIER)
Reviewed-by: alanb
andrew [Thu, 03 Jun 2010 18:49:35 +0100] rev 5632
6958257: Add support for alpha
Summary: Allow the Zero port to be built on alpha architectures
Reviewed-by: ohair
lana [Mon, 07 Jun 2010 17:08:26 -0700] rev 5631
Merge
lana [Mon, 07 Jun 2010 15:35:36 -0700] rev 5630
6888130: SwingSet2: Demo is not launching and throwing NPE.
Reviewed-by: prr
lana [Tue, 01 Jun 2010 21:36:00 -0700] rev 5629
Merge
weijun [Tue, 01 Jun 2010 10:52:42 +0800] rev 5628
6950931: test fails on windows sun/security/tools/jarsigner/crl.sh
Reviewed-by: wetmore, xuelei
lana [Fri, 28 May 2010 12:10:14 -0700] rev 5627
Merge
andrew [Fri, 28 May 2010 17:01:20 +0100] rev 5626
Merge
andrew [Fri, 28 May 2010 16:59:44 +0100] rev 5625
6956840: (ch) Rawtype warning when compiling sun.nio.ch.CompletedFuture
Summary: Add missing generic type to CompletedFuture construction and remove unneeded SuppressWarnings annotations.
Reviewed-by: alanb
weijun [Thu, 27 May 2010 17:24:40 +0800] rev 5624
6955783: ServiceUnavailableException caught even the secondary DNS is available
Reviewed-by: vinnie
jjg [Tue, 25 May 2010 15:39:38 -0700] rev 5623
6934615: Relative classpaths in jarfile manifests are handled inefficiently by rmic
Reviewed-by: darcy
weijun [Tue, 25 May 2010 18:20:54 +0800] rev 5622
6948287: KDC test strange knvo
Reviewed-by: xuelei
sherman [Mon, 24 May 2010 16:41:03 -0400] rev 5621
Merge
sherman [Mon, 24 May 2010 15:20:23 -0400] rev 5620
4690407: JAR tool: option -i can't be combined with other options
Summary: -i can't combined with cxut, do sanity check on options
Reviewed-by: martin
lana [Mon, 24 May 2010 09:06:11 -0700] rev 5619
Merge
sherman [Mon, 24 May 2010 00:39:57 -0400] rev 5618
4691425: GZIPInputStream fails to read concatenated .gz files
Summary: to support concatenated .gz streams
Reviewed-by: martin
weijun [Mon, 24 May 2010 10:05:04 +0800] rev 5617
6932525: Incorrect encryption types of KDC_REQ_BODY of AS-REQ with pre-authentication
Reviewed-by: valeriep
weijun [Mon, 24 May 2010 09:37:16 +0800] rev 5616
6948781: CertificateFactory.generateCertificate doesn't throw CertificateException for malformed certificate
Reviewed-by: mullan
weijun [Mon, 24 May 2010 09:37:02 +0800] rev 5615
6882687: KerberosTime too imprecise
Reviewed-by: valeriep
weijun [Mon, 24 May 2010 09:28:25 +0800] rev 5614
6954621: small error in 6948909
Reviewed-by: xuelei
weijun [Mon, 24 May 2010 09:28:06 +0800] rev 5613
6948803: CertPath validation regression caused by SHA1 replacement root and MD2 disable feature
Reviewed-by: xuelei, mullan
michaelm [Fri, 21 May 2010 07:29:48 +0100] rev 5612
6773270: java.net.URI fails to escape \u0000
Summary: check for \u0000
Reviewed-by: alanb
ohair [Thu, 20 May 2010 13:57:58 -0700] rev 5611
6954064: Fix the windows arch settings in the makefiles and chmod logic in test/Makefile
Reviewed-by: wetmore
sherman [Tue, 18 May 2010 15:36:47 -0700] rev 5610
6945564: Unicode script support in Character class
6948903: Make Unicode scripts available for use in regular expressions
Summary: added Unicode script suport
Reviewed-by: martin
mchung [Tue, 18 May 2010 13:12:46 -0700] rev 5609
6951599: Rename package of security tools for modularization
Summary: Move PolicyTool to sun.security.tools.policytool package
Reviewed-by: weijun
sherman [Mon, 17 May 2010 16:18:13 -0700] rev 5608
4853493: GZIPOutputStream passes a reference to a private array into an untrusted method
Summary: create a new header byte array for each header writeout
Reviewed-by: martin
sherman [Mon, 17 May 2010 12:19:49 -0700] rev 5607
4813885: RFE: GZIPOutputStream should implement flush using Z_SYNC_FLUSH
Summary: Added new constructors to allow flush() work in Z_SYNC_FLUSH mode
Reviewed-by: martin
sherman [Sun, 16 May 2010 21:22:07 -0700] rev 5606
4465490: Suspicious about double-check locking idiom being used in the code
Summary: to use volatile for the double-checked object
Reviewed-by: weijun
sherman [Fri, 14 May 2010 13:46:53 -0700] rev 5605
4263582: RFE: GZIPInputStream throws IOException on non-gzipped data
Summary: throw ZipException instead of IOException
Reviewed-by: martin
sherman [Fri, 14 May 2010 13:30:37 -0700] rev 5604
6952701: Use http://www.ietf.org/rfc for rfc references in jdk public APIs
Summary: replace www.isi.edu/in-notes with www.ietf.org/rfc
Reviewed-by: martin
martin [Thu, 13 May 2010 21:56:13 -0700] rev 5603
6952330: Fix for 6933217 broke contract of StringBuffer.ensureCapacity
Summary: make sure to grow with size => size * 2 + 2
Reviewed-by: dholmes, chegar, ohair
sherman [Thu, 13 May 2010 21:30:18 -0700] rev 5602
6951064: Typo in javadoc for ZipException ctors
Summary: fixed the doc typo
Reviewed-by: martin
ptisnovs [Thu, 13 May 2010 10:11:17 +0200] rev 5601
6951887: Wrong redirection useage in test sun/nio/cs/Test4200310.sh
Summary: Testcase correction.
Reviewed-by: sherman
ohair [Wed, 12 May 2010 21:35:55 -0700] rev 5600
6943915: Adjust jdk/test/Makefile to deal with .dll and .so libraries needing execute permissions
Summary: And adjustments to test problem list.
Reviewed-by: jjg