Lana Steuck
be83322c89
Merge
2010-10-26 10:58:44 -07:00
Lana Steuck
38a42096b0
Merge
2010-10-26 10:57:35 -07:00
Denis Lila
37502d4f79
6967434: Round joins/caps of scaled up lines have poor quality
...
Eliminated flattening from the rendering engine.
Reviewed-by: flar
2010-10-26 10:39:23 -04:00
Pavel Porvatov
3a8d7f818e
6735286: javax.swing.DefaultTableCellRender.getTableCellRendererComponent() doesn't allow passing null Tables
...
Reviewed-by: alexp
2010-10-26 12:35:14 +04:00
Kumar Srinivasan
38eb6ee523
6989469: (launcher) compiler warnings in jli native code
...
Reviewed-by: darcy, ohair, sherman
2010-10-25 10:34:26 -07:00
Karen Kinnear
9b27c6cc6f
Merge
2010-10-25 13:31:55 -04:00
Pavel Porvatov
00b0b853c8
6632810: javax.swing.plaf.basic.BasicScrollPaneUI.getBaseline(JComponent, int, int) doesn't throw NPE and IAE
...
Reviewed-by: alexp
2010-10-25 19:24:50 +04:00
Pavel Porvatov
e5836e6721
6816582: WindowsFileChooserUI throws NullPointer when awt.useSystemAAFontSettings=false
...
Reviewed-by: uta
2010-10-25 18:25:47 +04:00
Y. Srinivas Ramakrishna
cbc7f8756a
6896603: CMS/GCH: collection_attempt_is_safe() ergo should use more recent data
...
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
2010-10-23 23:03:49 -07:00
Jonathan Gibbons
35cc8afcf9
6993301: catch parameters do not have correct kind (i.e. ElementKind.EXCEPTION_PARAMETER)
...
Reviewed-by: mcimadamore
2010-10-22 14:04:33 -07:00
Karen Kinnear
22929fb78f
6988353: refactor contended sync subsystem
...
Reduce complexity by factoring synchronizer.cpp
Reviewed-by: dholmes, never, coleenp
2010-10-22 15:59:34 -04:00
Chris Hegarty
ffc7677859
6994079: PlainSocketImpl should close the socket if it fails
...
Reviewed-by: alanb
2010-10-22 20:27:44 +01:00
Naoto Sato
d6aaa2692f
6993339: Bug4168625Test.java fails
...
Reviewed-by: peytoia
2010-10-22 11:32:26 -07:00
Mandy Chung
5b64666e30
6985460: PlatformLogger throws ArrayStoreException when j.u.logging is initialized
...
Reviewed-by: dholmes
2010-10-22 11:22:54 -07:00
Andy Herrick
9e89fb4e97
Merge
2010-10-22 14:13:49 -04:00
Alan Bateman
f8b4e1e1bd
6816049: (bf) MappedByteBuffer.force() method does not flush data correctly
...
Reviewed-by: chegar
2010-10-22 17:40:31 +01:00
Andrew Brygin
454c892638
6663447: D3D: excessive surface data replacements
...
Reviewed-by: prr, art
2010-10-22 16:57:41 +04:00
Peter Zhelezniakov
7a66e4288e
6993140: protected constructor in javax.swing.plaf.synth.SynthTabbedPaneUI.SynthTabbedPaneUI is needed
...
Reviewed-by: rupashka
2010-10-22 16:25:56 +04:00
Gary Benson
4ebbe4ca45
6994130: Zero PowerPC fix
...
6953477 broke Zero.
Reviewed-by: twisti
2010-10-22 03:34:25 -07:00
Andrei Dmitriev
1e63f773b1
6659228: GridBagConstraints API typo - 'ComponentOrienation' (missing t)
...
6210739: Need spec clarification of Scrollbar set/getVisibleAmount()
Reviewed-by: anthony
2010-10-22 12:46:48 +04:00
Chris Hegarty
2580a79f30
6947677: InetAddress.isReachable() throws "java.net.SocketException:Invalid argument" on Linux if run as root
...
Reviewed-by: alanb
2010-10-22 09:20:09 +01:00
Lana Steuck
74b3f2ef97
6993984: PIT: b116 - Many of the swing test are failing on Solaris
...
Reviewed-by: anthony, prr
2010-10-21 17:31:43 -07:00
Y. Srinivas Ramakrishna
554e77efb4
6992998: CMSWaitDuration=0 causes hangs with +ExplicitGCInvokesConcurrent
...
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
2010-10-21 17:29:24 -07:00
Christine Lu
9c7bfd60b5
Added tag jdk7-b115 for changeset 17f7431708c8
2010-10-21 17:12:55 -07:00
Christine Lu
3dbab834fd
Added tag jdk7-b115 for changeset d4a3f4d26885
2010-10-21 17:12:41 -07:00
Christine Lu
6bd69199fb
Added tag jdk7-b115 for changeset 2d6f4aa03058
2010-10-21 17:12:33 -07:00
Christine Lu
d2d92cc407
Added tag jdk7-b115 for changeset aced6801fb45
2010-10-21 17:12:33 -07:00
Christine Lu
1e57e21d50
Added tag jdk7-b115 for changeset 6c5fa35fa077
2010-10-21 17:12:26 -07:00
Christine Lu
da6aa972d6
Added tag jdk7-b115 for changeset 1c74ecb366a0
2010-10-21 17:12:20 -07:00
Christine Lu
fdf87ef7b2
Added tag jdk7-b115 for changeset 78cff985750d
2010-10-21 17:12:19 -07:00
Lana Steuck
40775a5ab5
Merge
2010-10-21 16:54:47 -07:00
Tom Rodriguez
1571a4a56f
6970683: improvements to hs_err output
...
Reviewed-by: kvn, jrose, dholmes, coleenp
2010-10-21 11:55:10 -07:00
Sergey Malenkov
704780d250
4358979: javax.swing.border should have a DashedBorder
...
Reviewed-by: flar, alexp
2010-10-21 20:41:20 +04:00
Chris Hegarty
7d22a39cae
6992859: InetAddressCachePolicy.setIfNotSet() fails
...
Reviewed-by: michaelm
2010-10-21 16:51:09 +01:00
Chris Hegarty
0d92e368ee
6993490: SocketTimeoutException on HTTP keep-alive connections
...
Reviewed-by: michaelm
2010-10-21 16:49:36 +01:00
Keith McGuigan
c3401153c8
6991315: RedefineClasses fails with java.lang.VerifyError
...
Repair stackmap table attribute when relocating bytecode
Reviewed-by: acorn, never
2010-10-21 10:10:23 -04:00
Alan Bateman
c6d66451cf
6993267: TEST_BUG: java/nio/file/Path/InterruptCopy.java fails intermittently (win)
...
Reviewed-by: forax
2010-10-21 14:39:58 +01:00
Erik Trimble
6884edbc25
Merge
2010-10-20 17:07:25 -07:00
Erik Trimble
d9b5ccdbd9
Merge
2010-10-20 16:49:06 -07:00
Tom Rodriguez
8a75e5275a
Merge
2010-10-20 13:18:17 -07:00
Alexander Potochkin
eee0c8b959
6989617: Enable JComponent to control repaintings of its children
...
Reviewed-by: rupashka
2010-10-20 19:37:48 +04:00
Christian Thalinger
c63f0d6e6a
Merge
2010-10-20 04:19:01 -07:00
Alex Menkov
631d924ad6
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
2010-10-20 15:08:39 +04:00
Masayoshi Okutsu
fbe778aead
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
2010-10-20 14:41:39 +09:00
Tom Rodriguez
1d8c677377
6968367: can_post_on_exceptions is still using VM_DeoptimizeFrame in some places
...
Reviewed-by: kvn, twisti
2010-10-19 16:14:34 -07:00
Jonathan Gibbons
bf00a77f2d
6987760: remove 308 support from JDK7
...
Reviewed-by: darcy, mcimadamore
2010-10-19 15:02:48 -07:00
Igor Veresov
6a17d9c416
6989669: Coops: -Xshare:dump causes crash
...
Temporarily fix to disable compressed oops with CDS
Reviewed-by: dholmes, twisti, kvn, never
2010-10-19 11:14:52 -07:00
Mandy Chung
d0f3de3b59
6992121: StringBuilder.ensureCapacity(int minCap) throws OutOfMemoryError with minCap=Integer.MIN_VALUE
...
Reviewed-by: dholmes, alanb
2010-10-19 10:02:25 -07:00
Mandy Chung
441155f0d9
6992968: test/java/lang/management/MemoryMXBean/CollectionUsageThresholdConcMarkSweepGC.sh should not hang
...
Reviewed-by: alanb, dholmes
2010-10-19 09:49:08 -07:00
Christian Thalinger
9cabdbf770
6990192: VM crashes in ciTypeFlow::get_block_for()
...
Reviewed-by: never
2010-10-19 02:52:57 -07:00