Kelly O'Hair
b8662399d3
Merge
2009-11-08 14:46:27 -08:00
Abhijit Saha
b7a372efca
Merge
2009-11-06 21:32:35 -08:00
Tim Bell
29be50f770
Merge
2009-11-06 17:29:00 -08:00
Tim Bell
44accdb4b7
Merge
2009-11-06 17:27:41 -08:00
Tim Bell
ece864b57d
Merge
2009-11-06 17:26:24 -08:00
Tim Bell
c711baca1d
Merge
2009-11-06 17:26:01 -08:00
Abhijit Saha
31d05a3363
Merge
2009-11-06 16:07:52 -08:00
Keith McGuigan
a3b18775c7
Merge
2009-11-06 16:05:59 -05:00
Keith McGuigan
d98c05b678
Merge
2009-11-06 15:04:26 -05:00
Alexander Potochkin
eedc1f473a
6878399: public SwingUtilities.getParentViewport() is required
...
Reviewed-by: peterz
2009-11-06 22:40:58 +03:00
Alexander Potochkin
f28a61c6d9
Merge
2009-11-06 22:33:40 +03:00
Alexander Potochkin
e0b6c6ec3f
6879228: LayerUI should be extended
...
Reviewed-by: peterz
2009-11-06 22:26:37 +03:00
John Cuthbertson
f473d94b9c
6895788: G1: SATB and update buffer allocation code allocates too much space
...
The type in the NEW_C_HEAP_ARRRY and FREE_C_HEAP_ARRAY calls in the buffer allocation code was changed from void* to char as the size argument had already been mulitipled by the byte size of an object pointer.
Reviewed-by: ysr, tonyp
2009-11-06 11:10:05 -08:00
Alex Menkov
ab33367c0a
6887318: Incorrect constant used in DirectSound Mixer implementation
...
Reviewed-by: uta
2009-11-06 19:48:56 +03:00
Alexander Potochkin
bbe245dca3
6657138: Mutable statics in Windows PL&F (findbugs)
...
Reviewed-by: peterz, hawtin
2009-11-06 19:48:09 +03:00
Alex Menkov
83ed100592
6744801: JCK api/javax_sound/interactive/RecordSoundTest.html#RecordSoundTest fails on Solaris10 x64 for -d64
...
Reviewed-by: dav
2009-11-06 19:47:32 +03:00
Pavel Porvatov
e918d4b860
6621569: Win32ShellFolder2 and Win32ShellFolderManager2 may leak native resources
...
Reviewed-by: malenkov
2009-11-06 12:44:41 +03:00
Erik Trimble
37c4dee7db
Merge
2009-11-06 00:41:40 -08:00
Daniel Martin
2baf7ea7dc
6898220: Optimize Formatter.parse (including String.printf)
...
Create fewer objects when parsing
Reviewed-by: sherman
2009-11-05 16:12:45 -08:00
Martin Buchholz
450da8a061
6897553: LinkedList performance improvements
...
LinkedList of size N creates N+1 instead of N+2 objects. Comparing against null is faster than comparing against sentinel node
Reviewed-by: dl, jjb, forax
2009-11-05 16:12:45 -08:00
Erik Trimble
61acb34177
6898707: Bump the HS17 build number to 05
...
Update the HS17 build number to 05
Reviewed-by: jcoomes
2009-11-05 15:58:32 -08:00
Erik Trimble
98ce9a72d2
Merge
2009-11-05 15:44:04 -08:00
Andrew John Hughes
4b41f78b01
6898251: Add ALT_DROPS_DIR feature to jaxp/jaxws
...
Allowthe directory for downloaded drops to beset using ALT_DROPS_DIR
Reviewed-by: ohair, jjg
2009-11-05 00:02:38 +00:00
Andrew John Hughes
e1fabca4ec
6898251: Add ALT_DROPS_DIR feature to jaxp/jaxws
...
Allow the directory for downloaded drops to be set using ALT_DROPS_DIR
Reviewed-by: ohair, jjg
2009-11-05 00:00:48 +00:00
Igor Chernyshev
fb6b9445d7
6897993: (se) Close or cancel performance issue when number of pending updates is high (lnx)
...
Use O(1) Iterator instead of O(N) operations on LinkedList updateList
Reviewed-by: alanb
2009-11-04 15:22:30 -08:00
Vladimir Kozlov
c5744bd138
6896352: CTW fails hotspot/src/share/vm/opto/escape.cpp:1155
...
Always call C->get_alias_index(phase->type(address)) during parsing.
Reviewed-by: never
2009-11-04 14:43:50 -08:00
Vladimir Kozlov
9c1321eed3
6896370: CTW fails share/vm/opto/matcher.cpp:1475 "duplicating node that's already been matched"
...
Move DecodeN code outside the memory nodes only code.
Reviewed-by: never
2009-11-04 14:16:20 -08:00
Paul Hohensee
e38fa6385f
6898160: Need serviceability support for new vm argument type 'uint64_t'
...
Add serviceability support for uint64_t. Flags of unknown type assert in debug builds and are ignored in product builds.
Reviewed-by: never, xlu, mchung, dcubed
2009-11-04 16:49:23 -05:00
Kelly O'Hair
b14f8dc3eb
Merge
2009-11-04 11:19:42 -08:00
Kelly O'Hair
d90f68559f
Merge
2009-11-04 11:19:05 -08:00
Kelly O'Hair
1715888f15
Merge
2009-11-04 11:19:04 -08:00
Abhijit Saha
802294f139
Merge
2009-11-04 10:13:52 -08:00
Y. Srinivas Ramakrishna
a3e539d0da
6801625: CDS: HeapDump tests crash with internal error in compactingPermGenGen.cpp
...
Allow iteration over the shared spaces when using CDS, repealing previous proscription. Deferred further required CDS-related cleanups of perm gen to CR 6897789.
Reviewed-by: phh, jmasa
2009-11-03 16:43:16 -08:00
Andrew John Hughes
d45297718d
6897844: Fix broken build on newer versions of X11 (libXext >= 1.1.0)
...
Recent changes to X11's header structure break the build
Reviewed-by: prr, flar
2009-11-03 23:23:15 +00:00
Joe Darcy
3e515ef90f
6897550: BigInteger constructor should use local cached String length
...
Reviewed-by: andrew, chegar
2009-11-03 15:01:50 -08:00
Tim Bell
b20e230f81
Merge
2009-11-02 22:23:50 -08:00
Joe Darcy
54d7808702
6827009: Project Coin: Strings in Switch
...
Reviewed-by: jjg, mcimadamore
2009-11-02 21:36:59 -08:00
Doug Lea
ef2dd097cc
6865582: jsr166y - jsr166 maintenance update
...
6865571: Add a lightweight task framework known as ForkJoin
6445158: Phaser - an improved CyclicBarrier
6865579: Add TransferQueue/LinkedTransferQueue
Reviewed-by: martin, chegar, dice
2009-11-02 17:25:38 -08:00
Abhijit Saha
91ce5d885d
Merge
2009-11-02 13:59:37 -08:00
Roland Westrelin
7eea7dcfe4
6769124: various 64-bit fixes for c1
...
Reviewed-by: never
2009-11-02 11:17:55 +01:00
Tim Bell
3460e113e0
Merge
2009-11-02 00:06:21 -08:00
Tim Bell
22682702f6
Merge
2009-11-02 00:05:05 -08:00
Tim Bell
4094166f62
Merge
2009-11-02 00:03:32 -08:00
Xiaobin Lu
f5e722511a
Merge
2009-10-30 17:24:14 -07:00
John R Rose
903247cf85
6858164: invokedynamic code needs some cleanup (post-6655638)
...
Fix several crashers, remove needless paths for boxed-style bootstrap method call, refactor & simplify APIs for rewriter constantPoolOop, remove sun.dyn.CallSiteImpl
Reviewed-by: kvn
2009-10-30 16:22:59 -07:00
Alan Bateman
d9568c4ee6
6896829: test/sun/util/logging/PlatformLoggerTest.java needs @compile tag to be compiled by jtreg
...
Reviewed-by: mchung, tbell
2009-10-30 21:31:02 +00:00
Tim Bell
74f5893951
Merge
2009-10-30 13:12:24 -07:00
Xueming Shen
d9eeb64ea6
6894950: test/java/util/zip/Bounds.java fails with OoutOfMemoryError
...
Fixed the boundary check in Deflater.java
Reviewed-by: alanb
2009-10-30 13:01:16 -07:00
Mario Torre
041e6cb967
6896068: SunGraphics2D exposes a reference to itself while non fully initialised
...
Introduce a new Interface to mark the Loops based pipes and initialise the loops accordingly.
Reviewed-by: flar, rkennke
2009-10-30 19:19:35 +01:00
Michael Wilkerson
b967181a3f
Added tag jdk7-b75 for changeset 0096541a388e
2009-10-30 10:55:00 -07:00