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
mchung [Wed, 12 May 2010 14:41:10 -0700] rev 5599
6951661: Eliminate jvmstat dependency on sun.management.counter
Summary: jvmstat keeps its own copy of Units and Variability class
Reviewed-by: alanb
lana [Tue, 01 Jun 2010 21:25:26 -0700] rev 5598
Merge
lana [Tue, 01 Jun 2010 14:17:38 -0700] rev 5597
Merge
alexp [Fri, 28 May 2010 19:55:52 +0400] rev 5596
6670274: Incorrect tab titles for JTabbedPane if using HTML (BasicTabbedPanelUI problem)
Reviewed-by: rupashka
alexp [Fri, 28 May 2010 19:46:26 +0400] rev 5595
6889007: No resize cursor during hovering mouse over JTable
Reviewed-by: rupashka
peterz [Fri, 28 May 2010 13:32:40 +0400] rev 5594
6954231: SynthTextPaneUI.installUI() doesn't set component to opaque even if prop was not set by client progr
Reviewed-by: alexp
peterz [Fri, 28 May 2010 13:31:38 +0400] rev 5593
6929507: Build error on file swing.plaf.synth.SynthUI
Reviewed-by: rupashka
rupashka [Wed, 26 May 2010 22:02:32 +0400] rev 5592
6925473: REGRESSION: JOptionPane in dialog is full-screen height
Reviewed-by: peterz
peterz [Wed, 26 May 2010 20:22:23 +0400] rev 5591
6632959: swing html parser doesn't know € or ›
Reviewed-by: alexp
alexp [Tue, 25 May 2010 20:54:59 +0400] rev 5590
6884066: JTableHeader listens mouse in disabled state and doesn't work when not attached to a table
Reviewed-by: rupashka
alexp [Tue, 25 May 2010 20:39:52 +0400] rev 5589
6768387: REGRESSION: JTable no longer serializable
Reviewed-by: rupashka
alexp [Tue, 25 May 2010 20:30:54 +0400] rev 5588
6937798: Nimbus: Issues with JTable grid
Reviewed-by: rupashka
alexp [Tue, 25 May 2010 20:22:44 +0400] rev 5587
6786238: api/javax_swing/DefaultDesktopManager/descriptions.html#xxxFrame Fails with NPE since 6u12 b02
Reviewed-by: rupashka
lana [Fri, 21 May 2010 17:49:15 -0700] rev 5586
Merge
alexp [Fri, 21 May 2010 22:04:35 +0400] rev 5585
6953396: javax.swing.plaf.basic.BasicViewportUI.uninstallDefaults() is not called when UI is uninstalled
Reviewed-by: rupashka
malenkov [Thu, 20 May 2010 20:42:56 +0400] rev 5584
6910490: MatteBorder JScrollpane interaction
Reviewed-by: alexp
malenkov [Thu, 20 May 2010 18:44:51 +0400] rev 5583
6479191: LTP: XMLEncoder does not update initialized property of GridBagConstraints type
Reviewed-by: rupashka
peytoia [Tue, 18 May 2010 16:40:53 +0900] rev 5582
6953294: Fix for 6909002 was incorrectly merged
Reviewed-by: okutsu
rupashka [Mon, 17 May 2010 17:23:18 +0400] rev 5581
6938481: 4906607 is not fixed for NIMBUS L&F
Reviewed-by: alexp
lana [Sat, 29 May 2010 23:26:16 -0700] rev 5580
Merge
ceisserer [Fri, 28 May 2010 11:37:44 -0700] rev 5579
6307603: [X11] Use RENDER extension for complex operations done in software
Reviewed-by: bae, igor, prr
prr [Thu, 27 May 2010 08:53:45 -0700] rev 5578
6954424: Support OpenType/CFF fonts in JDK 7
Reviewed-by: bae, igor
mikejwre [Thu, 03 Jun 2010 13:30:19 -0700] rev 5577
Added tag jdk7-b96 for changeset ba0f3e4fc590
duke [Wed, 05 Jul 2017 17:14:29 +0200] rev 5576
Merge
trims [Fri, 04 Jun 2010 11:43:53 -0700] rev 5575
Added tag hs19-b02 for changeset 95a32517326e
mikejwre [Thu, 03 Jun 2010 13:30:08 -0700] rev 5574
Added tag jdk7-b96 for changeset 95a32517326e
mikejwre [Thu, 03 Jun 2010 13:30:03 -0700] rev 5573
Added tag jdk7-b96 for changeset 1496a9cbeac4
duke [Wed, 05 Jul 2017 17:14:21 +0200] rev 5572
Added tag jdk7-b96 for changeset d260f892491e
duke [Wed, 05 Jul 2017 17:14:21 +0200] rev 5571
Merge
duke [Wed, 05 Jul 2017 17:14:19 +0200] rev 5570
Merge
mikejwre [Wed, 02 Jun 2010 15:40:01 -0700] rev 5569
Merge
ohair [Wed, 26 May 2010 20:22:54 -0700] rev 5568
6956202: Fix a few missed rebranding issues, please contact lines etc.
Reviewed-by: darcy, jjg, weijun
mikejwre [Thu, 27 May 2010 10:57:35 -0700] rev 5567
Added tag jdk7-b95 for changeset f8f961ea5739
duke [Wed, 05 Jul 2017 17:14:15 +0200] rev 5566
Merge
mikejwre [Thu, 27 May 2010 10:57:19 -0700] rev 5565
Added tag jdk7-b95 for changeset 8971a47eb364
duke [Wed, 05 Jul 2017 17:14:11 +0200] rev 5564
Merge
mikejwre [Thu, 27 May 2010 10:57:18 -0700] rev 5563
Added tag jdk7-b95 for changeset eca8ec9ea1e6
duke [Wed, 05 Jul 2017 17:14:07 +0200] rev 5562
Merge
mikejwre [Wed, 02 Jun 2010 15:39:28 -0700] rev 5561
Merge
ohair [Fri, 28 May 2010 10:40:17 -0700] rev 5560
6956930: Remove unused OS_VENDOR make variable
Reviewed-by: trims
ohair [Wed, 26 May 2010 20:18:33 -0700] rev 5559
6956202: Fix a few missed rebranding issues, please contact lines etc.
Reviewed-by: jjg, darcy, weijun
mikejwre [Sat, 29 May 2010 09:53:33 -0700] rev 5558
Merge
mikejwre [Thu, 27 May 2010 10:57:10 -0700] rev 5557
Added tag jdk7-b95 for changeset 38456a7de79b
ohair [Wed, 26 May 2010 10:46:42 -0700] rev 5556
Merge
ohair [Tue, 25 May 2010 15:52:11 -0700] rev 5555
6943119: Rebrand source copyright notices
Reviewed-by: darcy
duke [Wed, 05 Jul 2017 17:13:58 +0200] rev 5554
Merge
mikejwre [Wed, 02 Jun 2010 15:39:48 -0700] rev 5553
Merge
ohair [Fri, 28 May 2010 11:09:24 -0700] rev 5552
6955707: Correct addNotices.sh logic in Makefiles
6949590: exes(java.exe, javaws.exe) show Copyright Year as 2004, COMPANY as Sun
Reviewed-by: weijun, alanb
ohair [Wed, 26 May 2010 20:28:04 -0700] rev 5551
6956202: Fix a few missed rebranding issues, please contact lines etc.
Reviewed-by: jjg, darcy, weijun
mikejwre [Thu, 27 May 2010 10:57:25 -0700] rev 5550
Added tag jdk7-b95 for changeset 3469fc641c7a
duke [Wed, 05 Jul 2017 17:13:53 +0200] rev 5549
Merge
trims [Tue, 01 Jun 2010 11:28:04 -0700] rev 5548
Merge
trims [Thu, 27 May 2010 19:08:38 -0700] rev 5547
6941466: Oracle rebranding changes for Hotspot repositories
Summary: Change all the Sun copyrights to Oracle copyright
Reviewed-by: ohair
trims [Thu, 27 May 2010 12:42:44 -0700] rev 5546
Merge
jcoomes [Thu, 20 May 2010 08:32:11 -0700] rev 5545
Merge
ysr [Wed, 19 May 2010 16:05:47 -0700] rev 5544
6953952: collectedHeap.cpp should use #ifdef _LP64 not LP64
Summary: Changed LP64 to _LP64 in collectedHeap.cpp.
Reviewed-by: kvn, jcoomes
ysr [Wed, 19 May 2010 10:37:05 -0700] rev 5543
6953483: Typo related to ReduceInitialCardMarks leaves concurrent collectors vulnerable to heap corruption
Summary: Corrected mis-spelling of COMPILER2 in #ifdef, which could cause heap corruption in CMS due to precleaning when +ReduceInitialCardMarks. Thanks to ChenGuang Sun <suncg03@gmail.com> for bringing this typo to our attention.
Reviewed-by: tonyp, jmasa, jcoomes, kvn
jcoomes [Tue, 18 May 2010 11:02:18 -0700] rev 5542
6951319: enable solaris builds using Sun Studio 12 update 1
Reviewed-by: kamg, ysr, dholmes, johnc
ysr [Mon, 17 May 2010 00:47:28 -0700] rev 5541
6948539: CMS+UseCompressedOops: placement of cms_free bit interferes with promoted object link
Summary: When using compressed oops, use compressed promoted pointers in b63:b31 of the mark word, so as not to interfere with the CMS "freeness bit" at b7. Updated mark-word layout documentation.
Reviewed-by: minqi, poonam, jmasa, coleenp
apetrusenko [Fri, 14 May 2010 10:28:46 -0700] rev 5540
6921317: (partial) G1: assert(top() == bottom() || zfs == Allocated,"Region must be empty, or we must be setting it to
Summary: Extended the failing assertion with the new message format to get more data.
Reviewed-by: tonyp
jrose [Thu, 20 May 2010 01:34:22 -0700] rev 5539
Merge
kvn [Wed, 19 May 2010 10:22:39 -0700] rev 5538
Merge
kvn [Mon, 05 Apr 2010 10:17:15 -0700] rev 5537
6937111: Restore optimization for Phi of AddP (6552204)
Summary: Restored the original code which was removed by the fix for 6614100.
Reviewed-by: never
never [Tue, 18 May 2010 23:58:32 -0700] rev 5536
6953576: bottom_type for matched AddPNodes doesn't always agree with ideal
Reviewed-by: kvn
never [Tue, 18 May 2010 13:45:03 -0700] rev 5535
6953539: after 6892658 c1 reports that it doesn't inline StringBuffer.append
Reviewed-by: kvn, twisti
kvn [Tue, 18 May 2010 09:54:05 -0700] rev 5534
6953267: assert in EA code with -XX:+StressReflectiveCode
Summary: Add missing checks into EA code.
Reviewed-by: never
never [Mon, 17 May 2010 16:50:07 -0700] rev 5533
6950075: nmethod sweeper should operate concurrently
Reviewed-by: never, kvn
Contributed-by: eric.caspole@amd.com
kvn [Mon, 17 May 2010 11:32:56 -0700] rev 5532
6951686: Using large pages on Linux prevents zero based compressed oops
Summary: Use req_addr when attaching shared memory segment.
Reviewed-by: twisti
dcubed [Mon, 17 May 2010 07:11:27 -0700] rev 5531
Merge
dcubed [Mon, 17 May 2010 06:35:51 -0700] rev 5530
6949515: 3/3 VM crash when calling GetMethodDeclaringClass
Summary: Use resolve_external_guard() instead of resolve_non_null().
Reviewed-by: thurka, kamg, acorn
dcubed [Mon, 17 May 2010 03:53:55 -0700] rev 5529
Merge
poonam [Sat, 15 May 2010 18:24:34 -0700] rev 5528
6745217: jmap assertion failure
Summary: SA shows exception with core files > 2GB. These changes fix that by correcting the size of CMSBitmap during its allocation.
Reviewed-by: swamyv
trims [Thu, 27 May 2010 12:40:34 -0700] rev 5527
6956513: Bump the HS19 build number to 02
Summary: Update the HS19 build number to 02
Reviewed-by: jcoomes
mikejwre [Thu, 27 May 2010 10:57:13 -0700] rev 5526
Added tag jdk7-b95 for changeset 85e3d459ab3c
mikejwre [Thu, 27 May 2010 10:57:05 -0700] rev 5525
Added tag jdk7-b95 for changeset c3a9a2a60e35
duke [Wed, 05 Jul 2017 17:13:37 +0200] rev 5524
Added tag jdk7-b95 for changeset 654298d26561
duke [Wed, 05 Jul 2017 17:13:36 +0200] rev 5523
Merge
duke [Wed, 05 Jul 2017 17:13:34 +0200] rev 5522
Merge
ohair [Wed, 26 May 2010 10:40:10 -0700] rev 5521
Merge
ohair [Tue, 25 May 2010 15:54:51 -0700] rev 5520
6943119: Rebrand source copyright notices
Reviewed-by: darcy
mikejwre [Thu, 20 May 2010 16:00:35 -0700] rev 5519
Added tag jdk7-b94 for changeset 1792af5280b8
duke [Wed, 05 Jul 2017 17:13:19 +0200] rev 5518
Merge
ohair [Wed, 26 May 2010 10:40:39 -0700] rev 5517
Merge
ohair [Tue, 25 May 2010 15:53:08 -0700] rev 5516
6943119: Rebrand source copyright notices
Reviewed-by: darcy
mikejwre [Thu, 20 May 2010 16:00:20 -0700] rev 5515
Added tag jdk7-b94 for changeset 5693469198cd
duke [Wed, 05 Jul 2017 17:13:12 +0200] rev 5514
Merge
ohair [Wed, 26 May 2010 10:41:05 -0700] rev 5513
Merge
ohair [Tue, 25 May 2010 15:52:44 -0700] rev 5512
6943119: Rebrand source copyright notices
Reviewed-by: darcy
mikejwre [Thu, 20 May 2010 16:00:20 -0700] rev 5511
Added tag jdk7-b94 for changeset 5cb1d1d6eaef
duke [Wed, 05 Jul 2017 17:13:06 +0200] rev 5510
Merge
mikejwre [Thu, 20 May 2010 16:00:12 -0700] rev 5509
Added tag jdk7-b94 for changeset 955f6787b490
duke [Wed, 05 Jul 2017 17:12:56 +0200] rev 5508
Merge
ohair [Wed, 26 May 2010 10:45:19 -0700] rev 5507
Merge
ohair [Tue, 25 May 2010 15:58:33 -0700] rev 5506
6943119: Rebrand source copyright notices
Reviewed-by: darcy, weijun