John Coomes
e8dbd32204
6957084: simplify TaskQueue overflow handling
...
Reviewed-by: ysr, jmasa
2010-07-01 21:40:45 -07:00
Sean Mullan
f217a785d5
Merge
2010-07-01 15:30:44 -04:00
Sean Mullan
f74b88af11
6782979: Add JNLPAppletLauncher (6618105) to blacklist
...
Reviewed-by: ohair
2010-07-01 15:20:31 -04:00
Vladimir Yaroslavskiy
6593dfa333
6947216: Even more Dual-pivot quicksort improvements
...
Reviewed-by: jjb
2010-07-01 16:28:08 +01:00
Sergey Malenkov
55db965e8d
6959266: test javax/swing/JInternalFrame/6725409/bug6725409.java should be modified
...
Reviewed-by: alexp
2010-07-01 18:47:56 +04:00
Sergey Malenkov
41f3ac5368
4129681: Cannot get a title border to display its label as disabled
...
Reviewed-by: alexp, rupashka
2010-07-01 18:09:45 +04:00
Lana Steuck
04b6a83eb6
Merge
2010-06-30 19:05:50 -07:00
Michael Wilkerson
4189f3e295
Merge
2010-06-30 18:57:51 -07:00
Michael Wilkerson
21eac83406
Merge
2010-06-30 18:57:35 -07:00
Jonathan Gibbons
e438672595
6964768: need test program to validate javac resource bundles
...
Reviewed-by: darcy
2010-06-30 18:06:29 -07:00
Ulf Zibis
c8a460e29d
6940258: (bf) Use intrinsified reverseBytes operation; elide no-op constructs
...
Reviewed-by: alanb, sherman
2010-06-30 16:11:32 -07:00
Based on an idea by Ulf Zibis
cd7e4c8c16
6935172: Optimize bit-twiddling in Bits.java
...
Transformations to reduce size of bytecode
Reviewed-by: sherman
2010-06-30 16:11:32 -07:00
Martin Buchholz
3cb2c5c25a
6934271: Better handling of longer utf-8 sequences
...
Various cleanups, including clever bit-twiddling
Reviewed-by: sherman
2010-06-30 16:11:32 -07:00
Ulf Zibis
ff895e1ca9
6933322: Add methods highSurrogate(), lowSurrogate() to class Character
...
Add public variants of methods Surrogate.high, Surrogate.low
Reviewed-by: okutsu, sherman
2010-06-30 16:11:32 -07:00
Ulf Zibis
aa6a17064b
6934270: Remove javac warnings from Character.java
...
Use generics and conform to coding style
Reviewed-by: sherman
2010-06-30 16:11:32 -07:00
Ulf Zibis
9c3e20af57
6963749: Minor improvements to Character.UnicodeBlock
...
Fix surrogate area docs; make source more readable
Reviewed-by: okutsu, sherman
2010-06-30 16:11:32 -07:00
Martin Buchholz
0af0decb66
6940381: Wording improvements for String.indexOf, String.lastIndexOf
...
Make wording of javadoc clearer and more consistent
Reviewed-by: sherman
2010-06-30 16:11:32 -07:00
Ulf Zibis
9c81e25271
6937112: String.lastIndexOf confused by unpaired trailing surrogate
...
Rewrite lastIndexOf for performance and correctness
Reviewed-by: sherman
2010-06-30 16:11:32 -07:00
Ulf Zibis
a0f3e72c24
6934265: Add public method Character.isBmpCodePoint
...
Move isBmpCodePoint from sun.nio.cs.Surrogate to Character
Reviewed-by: sherman
2010-06-30 16:11:32 -07:00
Ulf Zibis
30d5c660bc
6934268: Better implementation of Character.isValidCodePoint
...
Use the cleverest possible bit-twiddling micro-optimizations
Reviewed-by: sherman
2010-06-30 16:11:31 -07:00
Lana Steuck
9a4b556a63
Merge
2010-06-30 15:09:24 -07:00
Coleen Phillimore
091b24c59d
Merge
2010-06-30 11:52:10 -04:00
Lana Steuck
e15e0c33b4
Merge
2010-06-29 22:43:59 -07:00
Lana Steuck
67de841056
Merge
2010-06-29 22:34:59 -07:00
Lana Steuck
b55f667040
Merge
2010-06-29 22:31:40 -07:00
Lana Steuck
48d58f76ef
Merge
2010-06-29 22:31:39 -07:00
Lana Steuck
9f224e129c
Merge
2010-06-29 22:31:34 -07:00
Lana Steuck
762fd67d8d
Merge
2010-06-29 22:31:31 -07:00
Phil Race
408319a638
6964882: 32 bit JDK does not build on 64 bit Windows platforms
...
Reviewed-by: ohair, valeriep
2010-06-29 16:34:17 -07:00
Phil Race
a58629198d
6964882: 32 bit JDK does not build on 64 bit Windows platforms
...
Reviewed-by: ohair, valeriep
2010-06-29 16:33:41 -07:00
John R Rose
7b529c7ee7
Merge
2010-06-29 16:09:57 -07:00
Lana Steuck
6bc7c5dcb7
Merge
2010-06-29 12:06:46 -07:00
Lana Steuck
acc448eb85
Merge
2010-06-29 10:50:11 -07:00
Lana Steuck
77aa98ea04
Merge
2010-06-29 10:49:46 -07:00
Lana Steuck
4b717b5ba1
Merge
2010-06-29 10:49:43 -07:00
Lana Steuck
5fb4ac8429
Merge
2010-06-29 10:48:06 -07:00
Lana Steuck
d7a336ae22
Merge
2010-06-29 10:48:02 -07:00
Vladimir Kozlov
4bd0381466
6964774: Adjust optimization flags setting
...
Adjust performance flags settings.
Reviewed-by: never, phh
2010-06-29 10:34:00 -07:00
Phil Race
93f31249a1
6943487: NPE in makeMultiCharsetString while printing on linux
...
Reviewed-by: igor, jgodinez
2010-06-29 09:48:15 -07:00
Alan Bateman
62b559b4e9
6213702: (so) non-blocking sockets with TCP urgent disabled get still selected for read ops (win)
...
Reviewed-by: michaelm, chegar
2010-06-29 17:11:12 +01:00
Jon VanAlten
a55533ffab
6963870: NPE in CompoundBorder.getInsets()
...
Reviewed-by: alexp
2010-06-29 14:42:30 +04:00
Kumar Srinivasan
7511a7950b
6856415: Enabling java security manager will make programe thrown wrong exception ( main method not found )
...
Reviewed-by: darcy
2010-06-28 18:25:03 -07:00
Vladimir Kozlov
448b83e288
6677629: PhaseIterGVN::subsume_node() should call hash_delete() and add_users_to_worklist()
...
Use replace_node() method instead of subsume_node().
Reviewed-by: jrose, never
2010-06-28 14:54:39 -07:00
Chris Hegarty
8dd995ca0d
6961029: java/net/BindException/Test.java should not use wildcard address
...
Reviewed-by: michaelm, alanb
2010-06-28 20:52:37 +01:00
Antonios Printezis
dfc84e8c89
6944166: G1: explicit GCs are not always handled correctly
...
G1 was not handling explicit GCs correctly in many ways. It does now. See the CR for the list of improvements contained in this changeset.
Reviewed-by: iveresov, ysr, johnc
2010-06-28 14:13:17 -04:00
Antonios Printezis
968deb7658
6962569: assembler_sparc.cpp:1969: assert(false) failed: error
...
Array_overlap_test() fails when the address range crosses the MSB boundary. Thanks to Tom and Vladimir for their help on this one.
Reviewed-by: kvn, never, iveresov
2010-06-28 14:13:18 -04:00
Vladimir Kozlov
8a416b2365
6964479: widen normalization of small int and long values should be symmetric
...
Normalize widen value in xmeet() and xdual() methods for types Int and Long so the type meet will be symmetric.
Reviewed-by: jrose
2010-06-28 10:52:50 -07:00
Coleen Phillimore
52adb9a491
Merge
2010-06-28 12:03:05 -04:00
Chris Hegarty
fba8695a1c
Merge
2010-06-28 15:06:24 +01:00
Chris Hegarty
85a8187c52
6954525: Testcase failure java/net/Authenticator/B4769350.java
...
Reviewed-by: michaelm, weijun
2010-06-28 14:55:25 +01:00