Daniel D. Daugherty
9f5d2eb156
6962804: 4/4 ShellScaffold tests can fail without a specific reason
...
Add more diagnostics for failures. Only copy target file in grepForString when NL is missing.
Reviewed-by: ohair, dholmes
2010-07-21 16:59:40 -07:00
Daniel D. Daugherty
5d8f395e2b
6941287: 4/4 jrunscriptTest.sh test does not work right under Cygwin
...
Add golden_diff variable for doing proper golden file diffs on Cygwin.
Reviewed-by: ohair, dholmes
2010-07-21 16:58:35 -07:00
Alan Bateman
11b424e02b
6963907: (so) Socket adapter need to implement sendUrgentData
...
Reviewed-by: chegar
2010-07-21 18:08:46 +01:00
Chris Hegarty
c7d240fc1a
6970262: TEST_BUG: test/java/net/NetworkInterface/IPv4Only.java has wrong test name in @run tag
...
Reviewed-by: alanb, dsamersoff
2010-07-21 13:52:38 +01:00
Chris Hegarty
2890d62dbb
6969395: TEST_BUG: Tests in java/net sun/net problems
...
Reviewed-by: alanb
2010-07-21 13:29:26 +01:00
Sean Mullan
882b752caf
6870553: X509Certificate.getSigAlgName method description uses non-standard algorithm name as example
...
Reviewed-by: xuelei
2010-07-20 10:41:50 -04:00
Weijun Wang
f2f06cfb5d
6969292: make DNS lookup for realm/kdc really work
...
Reviewed-by: alanb, valeriep
2010-07-19 10:02:55 +08:00
Weijun Wang
2dace6e70f
6969683: Generify ResolverConfiguration codes
...
Reviewed-by: alanb, chegar
2010-07-19 10:02:50 +08:00
Xueming Shen
98f8ed01aa
6964313: Find sun/nio/cs/ext issue with CreateSymbols, then move sun/nio/cs/ext to charset.jar
...
Removed the duplicate sun.nio.cs.ext entries from rt.jar and moved X11 charsets into charsets.jar
Reviewed-by: ohair
2010-07-16 16:45:52 -04:00
Joe Darcy
7dcb52915b
6963622: Project Coin: Refinements to suppressed exceptions
...
Reviewed-by: alanb, forax, jjb
2010-07-15 18:02:05 -07:00
Weijun Wang
c20e1ffd6c
6670889: Keystore created under Hindi Locale causing ArrayIndexOutOfBoundsException
...
Reviewed-by: chegar
2010-07-13 20:27:01 +08:00
Dmitry Samersoff
bd18ff374c
6964714: NetworkInterface getInetAddresses enumerates IPv6 addresses if java.net.preferIPvStack property set
...
User can disable ipv6 explicitly, have to check it
Reviewed-by: chegar, alanb
2010-07-13 15:32:36 +04:00
Daniel D. Daugherty
9c1cae042e
Merge
2010-07-12 15:52:06 -07:00
Daniel D. Daugherty
ccbd107813
6968401: 3/3 disable tests added by 6942989 until 6964018 is fixed
...
Disable AnonLoggerWeakRefLeak.sh and LoggerWeakRefLeak.sh
Reviewed-by: ohair
2010-07-12 14:19:44 -07:00
Chris Hegarty
6f0719f802
6966846: Incorrect assertion in java.net.Inet6Address.readObject
...
Reviewed-by: michaelm
2010-07-12 18:18:13 +01:00
Chris Hegarty
41fbcaf73d
6967684: httpserver using a non thread-safe SimpleDateFormat
...
Reviewed-by: michaelm
2010-07-12 18:16:35 +01:00
Chris Hegarty
25c1ab1e55
6967937: Scope id no longer being set after 6931566
...
Reviewed-by: alanb, dsamersoff
2010-07-12 18:13:40 +01:00
Jon VanAlten
95408ff1c7
6967533: Epoch bug: ExceptionInInitializerError on systems with uninitialized clock
...
Remove (hopefully!) unnecessary check of currentTimeMillis
Reviewed-by: dholmes
2010-07-09 18:55:25 -07:00
Kumar Srinivasan
e5b31c9351
6921472: RFE: java launcher code needs clean up
...
This changeset also contains fixes for 6405284, 6753938 and 6922500
Reviewed-by: darcy
2010-07-09 11:04:34 -07:00
Kumar Srinivasan
6474c4d2a3
6930056: (launcher) Need to remove or build as part of test these liblibrary.so files
...
Reviewed-by: ohair, darcy
2010-07-09 09:54:10 -07:00
Kelly O'Hair
2b8c80bc91
6954517
: Testcase failure tools/launcher/UnicodeTest.sh
...
Reviewed-by: ksrini
2010-07-07 10:17:36 -07:00
Joe Darcy
5ab764cefb
6963723: Project Coin: Retrofit more JDK classes for ARM
...
Reviewed-by: alanb, malenkov, prr, amenkov
2010-07-06 18:58:30 -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
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
acc448eb85
Merge
2010-06-29 10:50:11 -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
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
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
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
Alan Bateman
18ea7bbd4d
Merge
2010-06-25 18:34:11 +01:00
Alan Bateman
efa88ff48b
6963828: TEST_BUG: java/nio/channels/FileTransfer.java takes too long (win)
...
Reviewed-by: chegar
2010-06-25 18:31:41 +01:00
Kelly O'Hair
667d968e28
6964311: Build regression due to rt.jar contents change
...
The fix for 6933622 regressed control builds, this is a workaround fix, filed 6964313 to find the right answer to why it happened and how to fix it correctly.
Reviewed-by: alanb, darcy
2010-06-25 08:44:20 -07:00
Michael Wilkerson
b9b38ef01c
Added tag jdk7-b99 for changeset f825b9b605e4
2010-06-24 20:03:10 -07:00
J. Duke
ba79b2bcce
Merge
2017-07-05 17:16:17 +02:00
J. Duke
3e36dc32ab
Merge
2017-07-05 17:16:14 +02:00
J. Duke
720e501aea
Merge
2017-07-05 17:16:10 +02:00
J. Duke
24204ae112
Merge
2017-07-05 17:16:07 +02:00
J. Duke
b6cb5e539d
Merge
2017-07-05 17:16:05 +02:00