Bernd Eckenfels
|
17a8cfd9e7
|
8040837: Avoid provoking NFEs when initializing InetAddrCachePolicy
Co-authored-by: Claes Redestad <claes.redestad@oracle.com>
Reviewed-by: mduigou
|
2014-04-22 10:38:20 -07:00 |
|
Andreas Lundblad
|
ebe813fbb0
|
8037085: The sjavac exclude option should accept valid directory identifiers
Option handling code rewritten. Exclusion / inclusion patterns changed from package to directories.
Reviewed-by: jfranck, erikj, ihse
|
2014-04-22 16:45:10 +02:00 |
|
Lance Andersen
|
b893bb3e3b
|
8041485: Update TEST.groups for jdk/nio/zipfs
Reviewed-by: chegar
|
2014-04-22 09:09:55 -04:00 |
|
Lance Andersen
|
48160e4d08
|
8041331: Cleanup files for jtreg and windows
Reviewed-by: rriggs, smarks, chegar
|
2014-04-22 08:57:01 -04:00 |
|
Alexandre Iline
|
e613bf3290
|
8039816: Some tests depend on internal API sun.security.action.GetPropertyAction
Replace sun.security.action.GetPropertyAction usages with lambda expressions creating java.security.PrivilegedAction.
Reviewed-by: alanb, mchung, chegar
|
2014-04-21 13:16:32 -07:00 |
|
Alexandre Iline
|
092e29980a
|
8039438: Some tests depend on internal API sun.misc.IOUtils
Remove dependency on sun.misc.IOUtils.readFully(InputStream, int, boolean)
Reviewed-by: alanb, mchung, chegar
|
2014-04-21 13:12:22 -07:00 |
|
Lois Foltan
|
c86ce11d6c
|
8033584: Remove java/lang/reflect/Method/invoke/TestPrivateInterfaceMethodReflect.java from exclude list
Remove java/lang/reflect/Method/invoke/TestPrivateInterfaceMethodReflect.java from ProblemList.txt, issue fixed in JDK 8.
Reviewed-by: gtriantafill, hseigel, mchung
|
2014-04-21 13:51:08 -04:00 |
|
Weijun Wang
|
b49a1407bc
|
8038837: Add support to jarsigner for specifying timestamp hash algorithm
Reviewed-by: vinnie
|
2014-04-21 10:26:03 +08:00 |
|
Weijun Wang
|
59b6040f1b
|
8039358: com.sun.jarsigner.ContentSignerParameters.getTSAPolicyID() should be a default method
Reviewed-by: vinnie
|
2014-04-21 10:25:40 +08:00 |
|
Stephen Colebourne
|
e66fbbceaf
|
8040058: IsoFields.WEEK_BASED_YEAR adjustInto incorrect and WeekFields.weekOfWeekBasedYear().range incorrect
Reviewed-by: lancea, rriggs
|
2014-04-12 14:54:44 +01:00 |
|
Lance Andersen
|
d3bdb3c598
|
8040760: Addition of new java.sql tests
Reviewed-by: rriggs
|
2014-04-18 17:37:13 -04:00 |
|
Brian Burkhalter
|
f707a2fd5a
|
8027595: Enable BigInteger overflow tests in JTREG
Remove space in @test tags, remove OOME catches, add @run tag for StringConstructorOverflow.
Reviewed-by: mduigou
|
2014-04-18 14:03:46 -07:00 |
|
Roger Riggs
|
82f7b6b88e
|
8038823: Missing @Test annotation and copyright in java.time tests
Reviewed-by: lancea
|
2014-04-18 15:37:22 -04:00 |
|
Ivan Gerasimov
|
0688bf058d
|
8038982: java/lang/ref/EarlyTimeout.java failed again
Reviewed-by: mchung
|
2014-04-18 18:46:50 +04:00 |
|
Jaroslav Bachorik
|
cb5eb6cd31
|
8039080: "jinfo server_id@host" fails with "Invalid process identifier"
Reviewed-by: sla, sjiang, dsamersoff
|
2014-04-17 18:20:31 +02:00 |
|
Michael McMahon
|
d3af21b931
|
8040809: '}' left in the spec for j.u.Random.doubles(..)
Reviewed-by: rriggs
|
2014-04-17 15:44:32 +01:00 |
|
Yuka Kamiya
|
2579c4f429
|
8035726: A sentence is truncated in the API doc for j.u.Locale.LanguageRange.parse(String, Map)
Reviewed-by: okutsu
|
2014-04-17 13:00:45 +09:00 |
|
Weijun Wang
|
fa14289859
|
8040769: add a comment to the NewInstance test
Reviewed-by: wetmore
|
2014-04-17 09:48:21 +08:00 |
|
Brian Burkhalter
|
e747db29cd
|
Merge
|
2014-04-16 13:13:23 -07:00 |
|
Brian Burkhalter
|
e1b7ec397d
|
6375303: Review use of caching in BigDecimal
Clean up of various items discovered during review of caching.
Reviewed-by: mduigou, psandoz
|
2014-04-16 12:59:41 -07:00 |
|
Mattias Tobiasson
|
1121030e24
|
8030628: Update java/lang/management/MemoryMXBean tests to ignore GC setting by jtreg
Reviewed-by: mchung, jbachorik
|
2014-04-16 12:40:19 -07:00 |
|
Pavel Rappo
|
8c09bf2308
|
8038178: Fix corrupt license header
Reviewed-by: chegar, dholmes
|
2014-04-16 11:56:58 +01:00 |
|
Sean Mullan
|
127af4062a
|
Merge
|
2014-04-16 09:49:45 -04:00 |
|
Sean Mullan
|
e67420cefc
|
8038184: XMLSignature throws StringIndexOutOfBoundsException if ID attribute value is empty String
Reviewed-by: xuelei
|
2014-04-16 09:46:49 -04:00 |
|
Jonathan Lu
|
3aab919815
|
8034220: Improve time zone mapping for AIX platform
Reviewed-by: okutsu
|
2014-04-16 17:32:39 +08:00 |
|
Ivan Gerasimov
|
c738b124d3
|
8039396: NPE when writing a class descriptor object to a custom ObjectOutputStream
Reviewed-by: alanb
|
2014-04-16 12:37:49 +04:00 |
|
Chris Hegarty
|
6b404cfdfe
|
8038821: Fix typos in java.net
Co-authored-by: Ivan Gerasimov <ivan.gerasimov@oracle.com>
Reviewed-by: wetmore
|
2014-04-16 08:16:51 +01:00 |
|
Weijun Wang
|
ce428ecfec
|
8039853: Provider.Service.newInstance() does not work with current JDK JGSS Mechanisms
Reviewed-by: mullan
|
2014-04-16 10:39:36 +08:00 |
|
Xueming Shen
|
0298d8c0fa
|
8038500: (zipfs) Upgrade ZIP provider to be a supported provider
To move zipfs into jdk.nio.zipfs
Reviewed-by: alanb, mchung, erikj
|
2014-04-15 13:17:05 -07:00 |
|
Brian Burkhalter
|
a8ce9efc15
|
8039474: sun.misc.CharacterDecoder.decodeBuffer should use getBytes(iso8859-1)
Specify ISO-8859-1 as charset of String to decode.
Reviewed-by: chegar, sherman, mduigou, mchung
|
2014-04-10 13:19:29 -07:00 |
|
Sean Coffey
|
c34e0869d0
|
8038491: Improve synchronization in ZipFile.read()
Reviewed-by: alanb, chegar
|
2014-04-10 20:01:52 +01:00 |
|
Joe Darcy
|
002e08e73d
|
8039864: Fix fallthrough lint warnings in other libs
Reviewed-by: alanb, lancea
|
2014-04-10 08:43:46 -07:00 |
|
Dmitry Samersoff
|
34b9e5a9bb
|
8039368: Remove testcase from npt utf.c
Don't compile testcase by default
Reviewed-by: sla, vkempik
|
2014-04-10 07:09:13 -07:00 |
|
Chris Hegarty
|
b8e32d8ca5
|
8039527: Broken links in ConcurrentMap javadoc
Reviewed-by: martin, alanb
|
2014-04-10 11:01:15 +01:00 |
|
Lana Steuck
|
818bdc8117
|
Merge
|
2014-04-09 21:12:46 -07:00 |
|
Weijun Wang
|
87cb02ac81
|
8039575: liberate two manual kerberos tests
Reviewed-by: xuelei
|
2014-04-10 10:31:05 +08:00 |
|
Lana Steuck
|
dfa779bc6e
|
Merge
|
2014-04-09 17:17:03 -07:00 |
|
Jeremy Manson
|
55d8dc5d85
|
8039124: j.u.regex.Matcher.appendReplace/Tail() should support StringBuilder variant
To add the StringBuilder variant
Co-authored-by: Peter Levart <peter.levart@gmail.com>
Reviewed-by: alanb, sherman
|
2014-04-09 09:36:19 -07:00 |
|
Lana Steuck
|
1b87613cc4
|
Merge
|
2014-04-09 09:20:54 -07:00 |
|
Xue-Lei Andrew Fan
|
2f501cd8a5
|
8028192: Use of PKCS11-NSS provider in FIPS mode broken
Reviewed-by: ahgross, ascarpino, asmotrak
|
2014-04-09 12:49:51 +00:00 |
|
Weijun Wang
|
8962e7ee34
|
8035986: KerberosKey algorithm names are not specified
Reviewed-by: xuelei
|
2014-04-09 17:19:19 +08:00 |
|
Weijun Wang
|
3344a6c353
|
8039132: cleanup @ignore JAAS/krb5 tests
Reviewed-by: xuelei
|
2014-04-09 17:08:37 +08:00 |
|
Sean Mullan
|
02f93ac4c7
|
Merge
|
2014-04-08 13:16:22 -04:00 |
|
Sean Mullan
|
fa633bad05
|
8038431: Close InputStream when finished retrieving XML Signature HTTP References
Reviewed-by: xuelei
|
2014-04-08 11:57:57 -04:00 |
|
Shanliang Jiang
|
f963ced878
|
6815126: intermittent SimulResumerTest.java failure
Reviewed-by: jbachorik, sla
|
2014-04-08 17:36:13 +02:00 |
|
Miroslav Kos
|
5eb8520ff1
|
8033113: wsimport fails on WSDL:header parameter name customization
Reviewed-by: chegar
|
2014-04-08 11:25:56 +01:00 |
|
Pavel Reppo
|
f4f394efb5
|
8037396: URI getQuery() and getFragment() don't decode properly
Reviewed-by: chegar, michaelm
|
2014-04-07 15:40:05 +01:00 |
|
Katja Kantserova
|
60249f90a2
|
8031766: jstatd nightly tests failing with Expected one jstatd process, got 2. Test will be canceled
Reviewed-by: jbachorik, sla
|
2014-04-07 16:13:43 +02:00 |
|
Alan Bateman
|
f046294abc
|
8039253: Remove undocumented com.oracle.net
Reviewed-by: chegar
|
2014-04-07 13:16:17 +01:00 |
|
Staffan Larsen
|
fbd6947695
|
8039256: Add sun/jvmstat/monitor/MonitoredVm/CR6672135.java to ProblemList.txt
Reviewed-by: mgronlun, alanb
|
2014-04-07 08:09:55 +02:00 |
|