malenkov [Thu, 21 Oct 2010 20:41:20 +0400] rev 7006
4358979: javax.swing.border should have a DashedBorder
Reviewed-by: flar, alexp
alexp [Wed, 20 Oct 2010 19:37:48 +0400] rev 7005
6989617: Enable JComponent to control repaintings of its children
Reviewed-by: rupashka
amenkov [Wed, 20 Oct 2010 15:08:39 +0400] rev 7004
6867515: Reduce impact of D3D initializion on startup time
6891435: Improve D3D preloading
6946559: AWTToolKit thread crashes in JNU_GetEnv
6987967: D3D preloading thread should initialize COM
Reviewed-by: igor, art, uta
okutsu [Wed, 20 Oct 2010 14:41:39 +0900] rev 7003
6991380: (cal) Calendar.cachedLocaleData should be transitioned from Hashtable to ConcurrentHashMap
6560965: [Fmt-Da] defaultCenturyStart In SimpleDateFormat should be protected
6560980: [Fmt-Da] DateFormatSymbols.cacheLookup doesn't update cache correctly.
Reviewed-by: naoto, peytoia
lana [Tue, 02 Nov 2010 12:25:28 -0700] rev 7002
Merge
lana [Thu, 28 Oct 2010 15:46:39 -0700] rev 7001
Merge
dav [Fri, 22 Oct 2010 12:46:48 +0400] rev 7000
6659228: GridBagConstraints API typo - 'ComponentOrienation' (missing t)
6210739: Need spec clarification of Scrollbar set/getVisibleAmount()
Reviewed-by: anthony
lana [Tue, 02 Nov 2010 12:24:10 -0700] rev 6999
Merge
bae [Fri, 29 Oct 2010 11:49:47 +0400] rev 6998
6670881: Phantom lines appear when rendering polygons & ellipses with antialiasing OFF
Reviewed-by: prr, bae
dlila [Tue, 26 Oct 2010 10:39:23 -0400] rev 6997
6967434: Round joins/caps of scaled up lines have poor quality.
Summary: eliminated flattening from the rendering engine.
Reviewed-by: flar
bae [Fri, 22 Oct 2010 16:57:41 +0400] rev 6996
6663447: D3D: excessive surface data replacements
Reviewed-by: prr, art
cl [Tue, 09 Nov 2010 11:45:00 -0800] rev 6995
Merge
yhuang [Sun, 07 Nov 2010 23:33:21 -0800] rev 6994
Merge
katakai [Sun, 07 Nov 2010 19:48:25 -0800] rev 6993
4225362: localized DateFormatSymbols for fr_FR is wrong
Reviewed-by: yhuang, peytoia
cl [Thu, 04 Nov 2010 15:54:34 -0700] rev 6992
Added tag jdk7-b117 for changeset 42a9e115bd6f
duke [Wed, 05 Jul 2017 17:26:22 +0200] rev 6991
Merge
trims [Wed, 10 Nov 2010 20:38:30 -0800] rev 6990
Merge
trims [Thu, 04 Nov 2010 16:17:54 -0700] rev 6989
Merge
iveresov [Tue, 02 Nov 2010 16:02:46 -0700] rev 6988
6996136: VM crash in src/share/vm/runtime/virtualspace.cpp:424
Summary: Turn CDS off if compressed oops is on
Reviewed-by: ysr, kvn, jcoomes, phh
jcoomes [Mon, 01 Nov 2010 10:49:14 -0700] rev 6987
Merge
ysr [Thu, 28 Oct 2010 14:46:29 -0700] rev 6986
6995045: assert(!gch->incremental_collection_failed()) failed: Error, defNewGeneration.cpp:827
Summary: Sharpened an assert, introduced in 6896603, that intended to check that the incremental_collection_failed() predicate on the heap was being reset "soon enough".
Reviewed-by: jmasa
ysr [Sat, 23 Oct 2010 23:03:49 -0700] rev 6985
6896603: CMS/GCH: collection_attempt_is_safe() ergo should use more recent data
Summary: Deprecated HandlePromotionFailure, removing the ability to turn off that feature, did away with one epoch look-ahead when deciding if a scavenge is likely to fail, relying on current data.
Reviewed-by: jmasa, johnc, poonam
ysr [Thu, 21 Oct 2010 17:29:24 -0700] rev 6984
6992998: CMSWaitDuration=0 causes hangs with +ExplicitGCInvokesConcurrent
Summary: Closed a timing hole during which concurrent full gc requests can be missed. The hole can increase the latency of the response to a full gc request by up to the value of CMSWaitDuration. If CMSWaitDuration=0 is, as currently, interpreted as an unbounded wait, suitable in certain tuning scenarios, the application can potentially hang. Made two obscure tunables, including CMSWaitDuration, manageable.
Reviewed-by: jcoomes, tonyp
tonyp [Sat, 16 Oct 2010 17:12:19 -0400] rev 6983
6991377: G1: race between concurrent refinement and humongous object allocation
Summary: There is a race between the concurrent refinement threads and the humongous object allocation that can cause the concurrent refinement threads to corrupt the part of the BOT that it is being initialized by the humongous object allocation operation. The solution is to do the humongous object allocation in careful steps to ensure that the concurrent refinement threads always have a consistent view over the BOT, region contents, and top. The fix includes some very minor tidying up in sparsePRT.
Reviewed-by: jcoomes, johnc, ysr
johnc [Mon, 18 Oct 2010 15:01:41 -0700] rev 6982
6988458: G1: assert(mr.end() <= _cm->finger()) failed: otherwise the region shouldn't be on the stack
Summary: The changes from 6941395 did not clear the CMTask::_aborted_region fields when concurrent marking aborted because of overflow. As a result, the next time around we could see a memory region whose start address was above the global finger and the assertion tripped. Moved the clearing of the aborted regions to ConcurrentMark::clear_marking_state, which is executed on all of the exit paths.
Reviewed-by: tonyp, ysr, jmasa
tonyp [Fri, 15 Oct 2010 17:26:56 -0400] rev 6981
6992189: G1: inconsistent base used in sparse rem set iterator
Summary: The remembered set iterator for sparse tables incorrectly assumes that index 0 corresponds to the bottom of the heap, not address 0 as it is the case.
Reviewed-by: ysr, jmasa
tonyp [Thu, 14 Oct 2010 10:38:14 -0400] rev 6980
6990359: G1: don't push a stolen entry on the taskqueue, deal with it directly
Summary: When an entry is stolen, don't push it on the task queue but process it directly.
Reviewed-by: iveresov, ysr, jcoomes
kamg [Tue, 26 Oct 2010 16:48:28 -0700] rev 6979
Merge
kamg [Tue, 26 Oct 2010 14:08:49 -0400] rev 6978
6891959: HotSpot should not throw ClassFormatError if a class has a field with '>' and/or '<' in its name
Summary: Class file parser needs to look for and disallow '[' in names.
Reviewed-by: coleenp, never
acorn [Tue, 26 Oct 2010 14:43:21 -0400] rev 6977
Merge
acorn [Mon, 25 Oct 2010 13:31:55 -0400] rev 6976
Merge
acorn [Fri, 22 Oct 2010 15:59:34 -0400] rev 6975
6988353: refactor contended sync subsystem
Summary: reduce complexity by factoring synchronizer.cpp
Reviewed-by: dholmes, never, coleenp
kamg [Thu, 21 Oct 2010 10:10:23 -0400] rev 6974
6991315: RedefineClasses fails with java.lang.VerifyError
Summary: Repair stackmap table attribute when relocating bytecode
Reviewed-by: acorn, never
trims [Wed, 20 Oct 2010 17:07:25 -0700] rev 6973
Merge
iveresov [Tue, 19 Oct 2010 11:14:52 -0700] rev 6972
6989669: Coops: -Xshare:dump causes crash
Summary: Temporarily fix to disable compressed oops with CDS
Reviewed-by: dholmes, twisti, kvn, never
never [Mon, 18 Oct 2010 09:33:24 -0700] rev 6971
Merge
never [Fri, 15 Oct 2010 14:21:11 -0700] rev 6970
6992477: fix for 6991512 broke sparc barriers
Reviewed-by: kvn, iveresov
acorn [Fri, 15 Oct 2010 15:12:04 -0400] rev 6969
Merge
acorn [Wed, 13 Oct 2010 11:46:46 -0400] rev 6968
Merge
kamg [Tue, 12 Oct 2010 10:57:33 -0400] rev 6967
6392697: Additional flag needed to supress Hotspot warning messages
Summary: Apply PrintJvmWarnings flag to all warnings
Reviewed-by: coleenp, phh
bobv [Thu, 07 Oct 2010 15:14:41 -0400] rev 6966
Merge
bobv [Thu, 07 Oct 2010 15:12:57 -0400] rev 6965
6989297: Integrate additional portability improvements
Reviewed-by: vladidan, dholmes
coleenp [Thu, 07 Oct 2010 08:06:06 -0700] rev 6964
6983240: guarantee((Solaris::min_stack_allowed >= (StackYellowPages+StackRedPages...) wrong
Summary: min_stack_allowed is a compile time constant and Stack*Pages are settable
Reviewed-by: dholmes, kvn
acorn [Mon, 04 Oct 2010 10:08:29 -0700] rev 6963
Merge
acorn [Mon, 04 Oct 2010 13:11:10 -0400] rev 6962
6763959: java.util.concurrent.locks.LockSupport.parkUntil(0) blocks forever
Summary: Absolute time 0 needs to return immediately.
Reviewed-by: phh, dcubed, dholmes
zgu [Thu, 30 Sep 2010 12:05:08 -0400] rev 6961
6988363: Rebrand vm vendor property settings (jdk7 only)
Summary: Vendor properties should be initialized after JDK version is determined.
Reviewed-by: kamg, ohair, dcubed, dholmes
jcoomes [Thu, 14 Oct 2010 11:57:48 -0700] rev 6960
Merge
jcoomes [Tue, 12 Oct 2010 11:29:45 -0700] rev 6959
6989448: G1: refactor and simplify G1ParScanThreadState
Reviewed-by: iveresov, tonyp
johnc [Tue, 12 Oct 2010 09:36:48 -0700] rev 6958
6971296: G1: simplify G1RemSet class hierarchy
Summary: Remove G1RemSet base class and StupidG1RemSet class; rename HRInto_G1RemSet to just G1RemSet.
Reviewed-by: ysr, tonyp
trims [Thu, 04 Nov 2010 15:19:16 -0700] rev 6957
Added tag hs20-b02 for changeset 9353ae6eae7d
cl [Thu, 04 Nov 2010 15:54:20 -0700] rev 6956
Added tag jdk7-b117 for changeset fa3a454c72a6
cl [Thu, 04 Nov 2010 15:54:14 -0700] rev 6955
Added tag jdk7-b117 for changeset 0a086f450822
duke [Wed, 05 Jul 2017 17:26:05 +0200] rev 6954
Added tag jdk7-b117 for changeset 228e73f288c5
duke [Wed, 05 Jul 2017 17:26:04 +0200] rev 6953
Merge
duke [Wed, 05 Jul 2017 17:26:01 +0200] rev 6952
Merge
cl [Thu, 28 Oct 2010 13:31:55 -0700] rev 6951
Added tag jdk7-b116 for changeset 661f6dc7e63b
duke [Wed, 05 Jul 2017 17:26:00 +0200] rev 6950
Merge
cl [Thu, 28 Oct 2010 13:31:36 -0700] rev 6949
Added tag jdk7-b116 for changeset 4e762faec132
duke [Wed, 05 Jul 2017 17:25:57 +0200] rev 6948
Merge
cl [Thu, 28 Oct 2010 13:31:35 -0700] rev 6947
Added tag jdk7-b116 for changeset 990c6c2dc488
duke [Wed, 05 Jul 2017 17:25:55 +0200] rev 6946
Merge
cl [Thu, 28 Oct 2010 13:31:25 -0700] rev 6945
Added tag jdk7-b116 for changeset 1361b8fed8a0
duke [Wed, 05 Jul 2017 17:25:53 +0200] rev 6944
Merge
cl [Thu, 28 Oct 2010 13:31:42 -0700] rev 6943
Added tag jdk7-b116 for changeset 0141eb3aac61
duke [Wed, 05 Jul 2017 17:25:50 +0200] rev 6942
Merge
cl [Thu, 28 Oct 2010 13:31:30 -0700] rev 6941
Added tag jdk7-b116 for changeset fde203c3a894
cl [Thu, 28 Oct 2010 13:31:20 -0700] rev 6940
Added tag jdk7-b116 for changeset 78706f13dfc3
duke [Wed, 05 Jul 2017 17:25:43 +0200] rev 6939
Added tag jdk7-b116 for changeset a4e6aa1f45ad
duke [Wed, 05 Jul 2017 17:25:43 +0200] rev 6938
Merge
duke [Wed, 05 Jul 2017 17:25:40 +0200] rev 6937
Merge
lana [Tue, 26 Oct 2010 10:58:44 -0700] rev 6936
Merge
lana [Mon, 18 Oct 2010 21:50:47 -0700] rev 6935
Merge
mcimadamore [Mon, 18 Oct 2010 19:14:36 +0100] rev 6934
6991980: polymorphic signature calls don't share the same CP entries
Summary: wrong use of attr env in Infer.java prevents sharing of CP entries for PS calls
Reviewed-by: darcy, jrose
lana [Wed, 13 Oct 2010 17:52:29 -0700] rev 6933
Merge
jjg [Tue, 12 Oct 2010 14:47:51 -0700] rev 6932
6908476: test/tools/javac/T6705935.java fails if non-zip files found on platform class path
Reviewed-by: darcy
jjg [Tue, 12 Oct 2010 14:22:55 -0700] rev 6931
6990133: AnnotationProxyMaker.ValueVisitor$1 contains non-transient non-serializable field
Reviewed-by: darcy
jjg [Tue, 12 Oct 2010 13:19:47 -0700] rev 6930
4942232: missing param class processes without error
Reviewed-by: darcy
jjg [Tue, 12 Oct 2010 13:15:46 -0700] rev 6929
6988407: javac crashes running processor on errant code; it used to print error message
Reviewed-by: darcy
jjg [Tue, 12 Oct 2010 12:55:38 -0700] rev 6928
6989457: javadoc test file test/tools/javadoc/T4994049/FileWithTabs.java probably does not
Reviewed-by: mcimadamore
jjg [Mon, 11 Oct 2010 10:19:57 -0700] rev 6927
6990390: javah -help produces help screen with extraneous output
Reviewed-by: darcy
jjg [Thu, 07 Oct 2010 15:26:32 -0700] rev 6926
6990379: two examples fail under CheckExamples on Windows
Reviewed-by: darcy
jjg [Tue, 05 Oct 2010 17:37:31 -0700] rev 6925
6893932: javah help screen lists -h and -? but does not accept them
Reviewed-by: darcy
jjg [Tue, 05 Oct 2010 11:34:43 -0700] rev 6924
6988836: A new JavacElements is created for each round of annotation processing
Reviewed-by: darcy
cl [Thu, 21 Oct 2010 17:12:55 -0700] rev 6923
Added tag jdk7-b115 for changeset 17f7431708c8
duke [Wed, 05 Jul 2017 17:25:35 +0200] rev 6922
Merge
cl [Thu, 21 Oct 2010 17:12:33 -0700] rev 6921
Added tag jdk7-b115 for changeset 2d6f4aa03058
duke [Wed, 05 Jul 2017 17:25:32 +0200] rev 6920
Merge
cl [Thu, 21 Oct 2010 17:12:33 -0700] rev 6919
Added tag jdk7-b115 for changeset aced6801fb45
duke [Wed, 05 Jul 2017 17:25:30 +0200] rev 6918
Merge
cl [Thu, 21 Oct 2010 17:12:20 -0700] rev 6917
Added tag jdk7-b115 for changeset 1c74ecb366a0
duke [Wed, 05 Jul 2017 17:25:27 +0200] rev 6916
Merge
jqzuo [Tue, 26 Oct 2010 19:48:44 -0400] rev 6915
Merge
herrick [Sat, 16 Oct 2010 12:17:02 -0400] rev 6914
Merge
igor [Thu, 14 Oct 2010 16:45:31 -0700] rev 6913
Merge
herrick [Fri, 08 Oct 2010 11:43:46 -0400] rev 6912
Merge
lana [Tue, 26 Oct 2010 10:57:35 -0700] rev 6911
Merge
lana [Thu, 21 Oct 2010 17:31:43 -0700] rev 6910
6993984: PIT: b116 - Many of the swing test are failing on Solaris
Reviewed-by: anthony, prr
lana [Thu, 21 Oct 2010 16:54:47 -0700] rev 6909
Merge
lana [Mon, 18 Oct 2010 21:50:02 -0700] rev 6908
Merge
coffeys [Mon, 18 Oct 2010 18:04:02 +0100] rev 6907
6974104: TEST: sun/nio/ch/6645197.java should be fixed in 1.5.0u25b05 and jdk6 workspace
Reviewed-by: alanb
chegar [Mon, 18 Oct 2010 16:51:26 +0100] rev 6906
6992545: FindBugs scan - Malicious code vulnerability Warnings in com.sun.net.httpserver.HttpsParameters.*
Reviewed-by: alanb
mullan [Mon, 18 Oct 2010 09:05:49 -0400] rev 6905
Merge
mullan [Mon, 18 Oct 2010 09:00:28 -0400] rev 6904
6988599: CertificateRevokedException specifies name of authority but interacts with authority instance
Reviewed-by: vinnie
alanb [Mon, 18 Oct 2010 10:31:11 +0100] rev 6903
Merge
alanb [Mon, 18 Oct 2010 10:29:59 +0100] rev 6902
4837564: (bf) Please make DirectByteBuffer performance enhancements
Reviewed-by: chegar
ksrini [Thu, 14 Oct 2010 14:55:03 -0700] rev 6901
6746111: Improve pack200 error message
Reviewed-by: jrose
ksrini [Thu, 14 Oct 2010 14:41:08 -0700] rev 6900
6982312: (pack200) pack200 fails with the jdk7 class files
Reviewed-by: jrose
mullan [Fri, 15 Oct 2010 10:59:03 -0400] rev 6899
Merge
mullan [Fri, 15 Oct 2010 10:55:59 -0400] rev 6898
6954275: XML signatures with reference data larger 16KB and cacheRef on fails to validate
Reviewed-by: xuelei
alanb [Fri, 15 Oct 2010 15:09:37 +0100] rev 6897
6743526: (bf) -XX:MaxDirectMemorySize=<size> limits memory usage rather than total capacity as intended
Reviewed-by: chegar
alanb [Fri, 15 Oct 2010 12:10:32 +0100] rev 6896
6976036: Dual-pivot quicksort update (10/2010 tune-up)
Reviewed-by: alanb
Contributed-by: vladimir.yaroslavskiy@oracle.com
valeriep [Thu, 14 Oct 2010 18:01:47 -0700] rev 6895
6850402: Deadlock on sun.security.jca.ProviderConfig starting from jdk7-b55
Summary: Reduced the scope of locking
Reviewed-by: vinnie
valeriep [Thu, 14 Oct 2010 17:59:58 -0700] rev 6894
6988081: Use GetPrimitiveArrayCritical instead GetByteArray to Reduce allocation in some sunpkcs jni wrappers
Summary: Changed to use GetPrimitiveArrayCritical for encryption and decryption.
Reviewed-by: vinnie
lana [Thu, 14 Oct 2010 11:07:15 -0700] rev 6893
Merge
lana [Wed, 13 Oct 2010 17:51:41 -0700] rev 6892
Merge
ksrini [Thu, 14 Oct 2010 09:36:05 -0700] rev 6891
6991164: pack source needs vendor rebranding changes (jdk7 only)
Reviewed-by: ohair, jrose
valeriep [Tue, 12 Oct 2010 17:05:28 -0700] rev 6890
6887853: javadoc for java.lang.Classloader should be more clear
Summary: Updated the relevant javadoc description of java.lang.ClassLoader class w/ additional clarification.
Reviewed-by: mullan
ksrini [Tue, 12 Oct 2010 12:20:44 -0700] rev 6889
Merge
ksrini [Thu, 07 Oct 2010 14:35:14 -0700] rev 6888
6894719: (launcher)The option -no-jre-restrict-search is expected when -jre-no-restrict-search is documented.
Reviewed-by: darcy
chegar [Tue, 12 Oct 2010 17:01:07 +0100] rev 6887
6991300: MimeTable is unsafe
Reviewed-by: alanb, michaelm
chegar [Tue, 12 Oct 2010 11:11:32 +0100] rev 6886
6989690: java/net native code compiler warnings
Reviewed-by: alanb
alanb [Tue, 12 Oct 2010 09:46:17 +0100] rev 6885
6983520: java/io/pathNames/GeneralWin32.java fails with jdk7-b108 (win)
Reviewed-by: sherman
alanb [Tue, 12 Oct 2010 08:49:33 +0100] rev 6884
6728842: File.setReadOnly does not make a directory read-only (win)
6464744: java/io/File/SetAccess.java ignores sticky bit
Reviewed-by: forax
sherman [Mon, 11 Oct 2010 22:32:55 -0700] rev 6883
6984046: java/jar jar/pack source needs vendor rebranding changes (jdk7 only)
Summary: updated to use appropriate vendor name
Reviewed-by: ohair, dholmes
mchung [Mon, 11 Oct 2010 20:22:27 -0700] rev 6882
6977738: Deadlock between java.lang.ClassLoader and java.util.Properties
Reviewed-by: alanb, sherman, darcy, igor
chegar [Mon, 11 Oct 2010 10:55:04 +0100] rev 6881
Merge
chegar [Fri, 08 Oct 2010 11:28:49 +0100] rev 6880
Merge
chegar [Fri, 08 Oct 2010 11:27:55 +0100] rev 6879
Merge
alexp [Fri, 01 Oct 2010 18:39:44 +0400] rev 6878
6622002: UIDefault.ProxyLazyValue has unsafe reflection usage
Reviewed-by: malenkov
michaelm [Thu, 23 Sep 2010 03:22:13 -0700] rev 6877
6986400: Change Cookie to Cookie2 in 6980004 fix
Summary: fix error in previous fix for 6980004
Reviewed-by: chegar
michaelm [Thu, 16 Sep 2010 09:22:51 -0700] rev 6876
6980004: limit HTTP request cookie headers in HttpURLConnection
6961084: limit setting of some request headers in HttpURLConnection
Reviewed-by: chegar
michaelm [Thu, 16 Sep 2010 08:08:06 -0700] rev 6875
6981426: limit use of TRACE method in HttpURLConnection
Reviewed-by: chegar
chegar [Wed, 11 Aug 2010 09:32:38 +0100] rev 6874
6974093: Thread.clone should NOT invoke addUnstarted on started threads
Reviewed-by: dholmes, coffeys
michaelm [Thu, 22 Jul 2010 17:26:33 +0100] rev 6873
6952017: HttpURLConnection chunked encoding issue (Http request splitting)
Reviewed-by: chegar
michaelm [Thu, 22 Jul 2010 16:33:12 +0100] rev 6872
6952603: NetworkInterface reveals local network address to untrusted code
Reviewed-by: chegar
asaha [Fri, 16 Jul 2010 09:26:55 -0700] rev 6871
Merge
asaha [Thu, 08 Jul 2010 08:23:32 -0700] rev 6870
Merge
asaha [Thu, 01 Jul 2010 08:31:39 -0700] rev 6869
Merge
bae [Thu, 01 Jul 2010 12:04:14 +0400] rev 6868
6963489: ZDI-CAN-803: Sun JRE ICC Profile Device Information Tag Remote Code Execution Vulnerability
Reviewed-by: prr
chegar [Wed, 30 Jun 2010 16:24:37 +0100] rev 6867
Merge
chegar [Wed, 30 Jun 2010 16:08:47 +0100] rev 6866
6926623: Thread clone issues
Reviewed-by: hawtin
bae [Wed, 30 Jun 2010 11:32:38 +0400] rev 6865
6963023: ZDI-CAN-809: Sun JRE JPEGImageWriter.writeImage Remote Code Execution Vulnerability
Reviewed-by: prr
asaha [Mon, 28 Jun 2010 13:07:23 -0700] rev 6864
Merge
asaha [Thu, 24 Jun 2010 10:56:00 -0700] rev 6863
Merge
rupashka [Mon, 21 Jun 2010 16:47:05 +0400] rev 6862
6938813: Swing mutable statics
Reviewed-by: peterz, alexp
bae [Fri, 18 Jun 2010 13:18:42 +0400] rev 6861
6925710: IndexColorModel.finalize can be made to double free
Reviewed-by: igor, prr, hawtin
weijun [Thu, 17 Jun 2010 12:59:21 +0800] rev 6860
6958060: Malformed AP-REQ crashes acceptor side
Reviewed-by: valeriep, xuelei
weijun [Thu, 17 Jun 2010 12:59:14 +0800] rev 6859
6957564: Disclosure of DNS server IP address
Reviewed-by: xuelei, chegar
asaha [Tue, 15 Jun 2010 08:12:51 -0700] rev 6858
Merge
asaha [Sun, 13 Jun 2010 07:40:36 -0700] rev 6857
Merge
xuelei [Sat, 12 Jun 2010 00:42:51 -0700] rev 6856
6914943: Implement final TLS renegotiation fix
Summary: RFC 5746 implementation
Reviewed-by: wetmore, weijun
alanb [Mon, 11 Oct 2010 09:17:47 +0100] rev 6855
6987154: HTML link to serialization guide is broken
Reviewed-by: skannan
sherman [Fri, 08 Oct 2010 12:23:25 -0700] rev 6854
6990639: Fix for #6975829 breaks build
Summary: define MIN2 micro
Reviewed-by: alanb
alanb [Fri, 08 Oct 2010 10:37:04 +0100] rev 6853
Merge
alanb [Fri, 08 Oct 2010 10:36:17 +0100] rev 6852
6989116: (verifier) compiler warning messages
Reviewed-by: kamg, ohair
sherman [Thu, 07 Oct 2010 11:35:48 -0700] rev 6851
6975829: Perf. of gzip in existing JDKs is too slower than in 1.3.1
Summary: Improved memory/buffer handling in Inflater.c
Reviewed-by: alanb
alanb [Thu, 07 Oct 2010 14:36:17 +0100] rev 6850
6989466: Miscellaneous compiler warnings in java/lang, java/util, java/io, sun/misc native code
Reviewed-by: andrew, mchung, ohair
alanb [Thu, 07 Oct 2010 10:35:36 +0100] rev 6849
6989903: (process) test/java/lang/ProcessBuilder/Basic.java failing with "Bad file number" (sol)
Reviewed-by: ohair, chegar
darcy [Wed, 06 Oct 2010 21:55:28 -0700] rev 6848
6917323: serializable classes in java.dyn do not specify serialVersionUIDs
Reviewed-by: jrose
lancea [Wed, 06 Oct 2010 10:11:45 -0400] rev 6847
6988317: RowSetProvider.newFactory() may throw unspecified exception
Reviewed-by: darcy
lancea [Wed, 06 Oct 2010 10:09:58 -0400] rev 6846
6988310: SyncFactory.setLogger(Logger,Level) requires unspecified security permission
Reviewed-by: darcy
alanb [Tue, 05 Oct 2010 15:07:40 +0100] rev 6845
6987116: (so) test/java/nio/channels/SocketChannel/VectorIO.java failed on Solaris 11
Reviewed-by: forax
lana [Mon, 18 Oct 2010 21:46:27 -0700] rev 6844
Merge
naoto [Mon, 18 Oct 2010 14:45:00 -0700] rev 6843
6992272: I18N: Locale.getDisplayName() and toString() return empty if just script is set
Reviewed-by: srl
Contributed-by: y.umaoka@gmail.com
lana [Fri, 15 Oct 2010 11:45:30 -0700] rev 6842
Merge
okutsu [Fri, 15 Oct 2010 16:46:18 +0900] rev 6841
6638110: (tz) TimeZone.getDisplayName(...) spec is inconsistent with implementation for unavailable locales
Reviewed-by: peytoia
naoto [Thu, 14 Oct 2010 12:33:20 -0700] rev 6840
6991013: Serialized form for java.util.Locale contains typos
Reviewed-by: peytoia
naoto [Thu, 14 Oct 2010 11:37:22 -0700] rev 6839
6575419: Solaris : XSetICFoucs is not called with Java application at appropriate timing
Reviewed-by: okutsu
alexp [Thu, 14 Oct 2010 18:46:05 +0400] rev 6838
6986385: JLayer should implement accessible interface
Reviewed-by: rupashka
rupashka [Thu, 14 Oct 2010 13:33:00 +0400] rev 6837
6984643: Unable to instantiate JFileChooser with a minimal BasicL&F descendant installed
Reviewed-by: alexp
malenkov [Wed, 13 Oct 2010 15:18:34 +0400] rev 6836
6603635: links to tutorials broken in JTable API doc
Reviewed-by: alexp
naoto [Tue, 12 Oct 2010 17:09:14 -0700] rev 6835
6989440: tomcat test from dacapo benchmark fails with ConcurrentModificationException
Reviewed-by: okutsu
Contributed-by: y.umaoka@gmail.com
peytoia [Fri, 08 Oct 2010 09:50:56 +0900] rev 6834
6970930: RuleBasedCollator.compare(String,null) throws IAE (should be NPE)
Reviewed-by: okutsu
amenkov [Thu, 07 Oct 2010 18:23:13 +0400] rev 6833
6986335: 10 regtest failures (test/javax/sound/midi/Gervil) due AudioFloatConverter.PCM_FLOAT not found
Reviewed-by: dav
amenkov [Thu, 07 Oct 2010 18:13:20 +0400] rev 6832
6984047: sound sources needs vendor rebranding changes (jdk7 only)
Reviewed-by: ohair
rupashka [Thu, 07 Oct 2010 12:48:16 +0400] rev 6831
6979793: closed/javax/swing/JFileChooser/6396844/TwentyThousandTest fails due FileNotFound exc.
Reviewed-by: malenkov
lana [Mon, 18 Oct 2010 21:44:47 -0700] rev 6830
Merge
lana [Sun, 17 Oct 2010 19:43:33 -0700] rev 6829
Merge
dcherepanov [Thu, 14 Oct 2010 18:56:18 +0400] rev 6828
6838089: java.awt.Window.setOpacity() doesn't throw IllegalComponentStateException for two-display conf
Reviewed-by: art, anthony
anthony [Thu, 14 Oct 2010 18:59:15 +0400] rev 6827
6979568: Test failure: test\closed\java\awt\Component\VisibleHwInLwContTest\VisibleHwInLwContTest.html
Summary: Extend iteration to this container in isRecursivelyVisibleUpToHeavyweightContainer()
Reviewed-by: art, dcherepanov
dcherepanov [Thu, 14 Oct 2010 18:24:36 +0400] rev 6826
6991992: Need to forward-port AWT's part of the fix for 6691674
Reviewed-by: art
art [Thu, 14 Oct 2010 14:07:50 +0400] rev 6825
6989721: awt native code compiler warnings
Reviewed-by: yan, uta
dav [Wed, 13 Oct 2010 17:03:13 +0400] rev 6824
6973199: java/awt/Robot/RobotWheelTest/RobotWheelTest.html failed on JDK7 b102 bug passed on b101
Reviewed-by: art, yan
anthony [Tue, 12 Oct 2010 18:20:07 +0400] rev 6823
6990352: SplashScreen.getSplashScreen() does not return null for implicitly closed splash screen
Summary: Mark the splash screen closed when it happens implicitly
Reviewed-by: art, dcherepanov
anthony [Tue, 12 Oct 2010 15:52:58 +0400] rev 6822
6895647: Frame may jump to an unpredicted location upon entering the non-opaque mode on X11
Summary: Make sure the size hints are set before mapping the window on the screen
Reviewed-by: art, dcherepanov
art [Wed, 06 Oct 2010 16:42:15 +0400] rev 6821
6979541: closed/javax/swing/plaf/basic/AWTEventListenerLeak/AWTEventListenerLeak.java fails
Reviewed-by: anthony, ant
art [Tue, 05 Oct 2010 18:13:52 +0400] rev 6820
6828273: javax/swing/system/6799345/TestShutdown.java test fails with RuntimeException.
Reviewed-by: anthony, dcherepanov
art [Tue, 05 Oct 2010 18:12:04 +0400] rev 6819
6829546: Modal dialog causes underlying parent JFrame to be set to "Always on top".
Reviewed-by: anthony, dcherepanov
lana [Mon, 18 Oct 2010 12:43:39 -0700] rev 6818
Merge
jgodinez [Fri, 15 Oct 2010 11:20:31 -0700] rev 6817
6804454: RFE: Provide a way to control the printing dpi resolution from MSIE browser print. See also 6801859
Reviewed-by: igor, prr
bae [Fri, 15 Oct 2010 12:02:06 +0400] rev 6816
6984033: imageio vendor references need to change (jdk7 only)
Reviewed-by: prr, ohair
bae [Fri, 15 Oct 2010 11:26:43 +0400] rev 6815
6773022: java.awt.image.SampleModel.getDataElements() does't throw ArrayIndexOutOfBoundsEx for Integer.MAX_V
Reviewed-by: igor, prr