Rob McKenna
|
56908a47aa
|
8046768: com/sun/jndi/ldap/LdapTimeoutTest.java fails intermittently
Reviewed-by: vinnie
|
2015-08-25 14:15:50 +01:00 |
|
Rob McKenna
|
9835141429
|
8087190: Regression in sun.net.util.IPAddressUtil.isIPv4LiteralAddress(String)
Reviewed-by: chegar
|
2015-08-25 14:07:08 +01:00 |
|
Naoto Sato
|
f750dc8033
|
8134250: Create unit tests for CLDR unique features
Reviewed-by: okutsu
|
2015-08-24 19:10:51 -07:00 |
|
Vinnie Ryan
|
79e58cc0e5
|
8132786: java/security/cert/CertPathValidator/OCSP/AIACheck.java fails intermittently
Reviewed-by: mullan
|
2015-08-24 16:22:37 +01:00 |
|
Joel Borggrén-Franck
|
b7e143e8f6
|
8073056: Repeating annotations throws java.security.AccessControlException with a SecurityManager
Reviewed-by: ahgross, darcy
|
2015-08-24 11:00:12 +02:00 |
|
Henry Jen
|
eaa42993db
|
8027634: Support @argfiles for java command-line tool
Reviewed-by: ksrini, mchung
|
2015-07-08 23:26:48 -07:00 |
|
Rob McKenna
|
0f4fb659ea
|
8133015: InetAddress.isReachable(tmout) returning wrong value on Windows for IPv6
Reviewed-by: michaelm
|
2015-08-21 20:41:21 +01:00 |
|
Svetlana Nikandrova
|
72ddd6cff7
|
8050460: JAAS login/logout tests with LoginContext
Reviewed-by: xuelei
|
2015-08-20 11:16:54 -07:00 |
|
Mandy Chung
|
f32b9d1944
|
8132944: test java/lang/ClassLoader/GetSystemPackage.java writes stuff to Agent stdout
Reviewed-by: dholmes
|
2015-08-18 20:30:15 -07:00 |
|
Joe Darcy
|
71cc6f510a
|
8133808: Place java/lang/ProcessHandle/InfoTest.java on the Problem List
Reviewed-by: lancea
|
2015-08-18 12:49:00 -07:00 |
|
Jean-Francois Denise
|
4d4cf68fd9
|
8132527: jimage tool extract and recreate options are not consistent (no NPE)
Module metadata original name must be reused when recreating a jimage
Reviewed-by: jlaskey
|
2015-08-18 15:46:01 +02:00 |
|
Alejandro Murillo
|
64e18f581d
|
Merge
|
2015-08-17 11:18:31 -07:00 |
|
Aleksei Efimov
|
c390eb1b70
|
8133321: (tz) Support tzdata2015f
Reviewed-by: okutsu
|
2015-08-17 12:28:55 +03:00 |
|
Konstantin Shefov
|
5e34f12e24
|
8060717: [TESTBUG] Improve test coverage of MethodHandles.explicitCastArguments()
Reviewed-by: vlivanov, mhaupt
|
2015-08-17 12:21:34 +03:00 |
|
Konstantin Shefov
|
20d0bb4d38
|
8133543: [TESTBUG] java/lang/invoke/LFCaching/LFSingleThreadCachingTest.java should be modified
Reviewed-by: vlivanov, mhaupt
|
2015-08-17 12:13:18 +03:00 |
|
Xueming Shen
|
bef17a6e80
|
8039390: Unexpected behaviour of String.format with null arguments
To explicitly specify the null behavior for all conversions
Reviewed-by: rriggs
|
2015-08-15 04:38:51 +00:00 |
|
Volker Simonis
|
1b8b82463e
|
8131168: Refactor ProcessHandleImpl_*.c and add implememtation for AIX
Reviewed-by: rriggs, smarks
|
2015-08-14 10:35:45 +02:00 |
|
Joe Darcy
|
7cc817742f
|
8133588: Place TimeoutLockLoops.java on the problem list
Reviewed-by: dholmes
|
2015-08-13 21:46:05 -07:00 |
|
Alejandro Murillo
|
d8f13cb1d1
|
Merge
|
2015-08-13 15:50:52 -07:00 |
|
Amy Lu
|
48b997d5b3
|
8079769: tools/pack200/PackTestZip64.java may timeout at preparing the large test file
Reviewed-by: ksrini
|
2015-08-13 09:35:45 +03:00 |
|
Rajan Halade
|
ec15b70de5
|
8048624: Tests for SealedObject
Reviewed-by: valeriep
|
2015-08-13 06:42:05 +03:00 |
|
Brian Burkhalter
|
5924c95500
|
8132539: (fs) Files.lines(path).collect() returns wrong value in JDK 9 with certain files
Do not use the Spliterator approach for lines() if the FileChannel size is thought to be zero.
Reviewed-by: chegar
|
2015-08-12 07:55:24 -07:00 |
|
Vinnie Ryan
|
cdb7f50a4b
|
8133318: Exclude intermittent failing PKCS11 tests on Solaris SPARC 11.1 and earlier
Reviewed-by: mullan
|
2015-08-12 14:38:09 +01:00 |
|
David Dehaven
|
0cf20fdd7b
|
Merge
|
2015-08-11 12:32:10 -07:00 |
|
Alejandro Murillo
|
29ad7ba848
|
Merge
|
2015-08-10 18:58:25 -07:00 |
|
Brian Burkhalter
|
eb79060337
|
8133287: (fs) java/nio/file/Files/probeContentType/ParallelProbes.java should use othervm mode
Add @build tag containing ParallelProbes and SimpleFileTypeDetector and reinstate othervm mode.
Reviewed-by: darcy
|
2015-08-10 17:26:55 -07:00 |
|
Joe Darcy
|
c32cc2b967
|
8133231: Mark TimeoutLockLoops.java as failing intermittently
Reviewed-by: lancea
|
2015-08-10 16:28:31 -07:00 |
|
Brian Burkhalter
|
aabba04bda
|
8132497: (fs) FileSystems.newFileSystem(URI, ..) doesn't handle UOE thrown by provider
Handle UOEs in newFileSystem(URI,...) similarly to as done in newFileSystem(Path path, ClassLoader loader).
Reviewed-by: chegar
|
2015-08-10 10:50:24 -07:00 |
|
Staffan Larsen
|
48c33a4389
|
Merge
|
2015-08-10 13:34:55 +00:00 |
|
Staffan Larsen
|
de0713848b
|
8076470: Remove the JVM TI hprof Agent
Reviewed-by: sspitsyn, mchung, erikj
|
2015-08-10 13:08:55 +02:00 |
|
Dmitry Samersoff
|
c23132013d
|
Merge
|
2015-08-10 14:05:37 +03:00 |
|
Brian Burkhalter
|
e0803f5e68
|
8133207: ParallelProbes.java test fails after changes for JDK-8080115
Do not run in othervm mode.
Reviewed-by: darcy, rriggs
|
2015-08-07 16:09:10 -07:00 |
|
Brian Burkhalter
|
f0c2f24793
|
8080115: (fs) Crash in libgio when calling Files.probeContentType(path) from parallel threads
Make GnomeFileTypeDetector.probeGio() synchronized and add a regression test based on the test source included in JDK-8080115.
Reviewed-by: chegar
|
2015-08-07 07:10:44 -07:00 |
|
Naoto Sato
|
b9a10bbf8d
|
8133044: [TESTBUG] CLDRDisplayNameTest uses deprecated API, fails
Reviewed-by: okutsu
|
2015-08-06 18:20:11 -07:00 |
|
Alejandro Murillo
|
aa37ecbc21
|
Merge
|
2015-08-06 13:00:45 -07:00 |
|
Brian Burkhalter
|
ba6e733ede
|
8129633: (fs) Investigate removing the GNOME-based FileTypeDetector from the Linux and Solaris implementations
Remove the GNOME VFS detector leaving the libgio detector in place.
Reviewed-by: chegar
|
2015-08-06 12:35:59 -07:00 |
|
Roger Riggs
|
e2f7de320c
|
8133022: Instant.toEpochMilli() silently overflows
Reviewed-by: lancea, chegar, simonis, dfuchs, igerasim
|
2015-08-06 14:35:04 -04:00 |
|
Joe Darcy
|
be08ff7407
|
8132855: Adjust tier 1 and 2 definitions for security-related intrinsics
Reviewed-by: mullan
|
2015-08-06 10:34:25 -07:00 |
|
Xueming Shen
|
360600731c
|
8022224: Rare bug in JISAutodetect charset detected by FindDecoderBugs test
To update JISAutodetect decoder to return overflow appropriately.
Reviewed-by: chegar, martin
|
2015-08-06 10:15:55 -07:00 |
|
Alexander Fomin
|
c1ef47c427
|
8080108: [TEST_BUG] ERROR: No IPv6 address returned from platform
Reviewed-by: chegar, rriggs
|
2015-08-06 19:01:40 +03:00 |
|
Daniel Fuchs
|
6af81451d1
|
8132550: java/util/logging/LoggingDeadlock2.java times out
LogManager must also use the configurationLock when reading its primordial configuration.
Reviewed-by: joehw
|
2015-08-06 16:36:47 +02:00 |
|
Jamil Nimeh
|
e7f31340a0
|
8046321: OCSP Stapling for TLS
Initial feature commit for OCSP stapling in JSSE
Reviewed-by: xuelei, mullan
|
2015-08-05 12:19:38 -07:00 |
|
Joe Darcy
|
16655aecb0
|
8133060: Problem list BasicLauncherTest until fix for JDK-8132648 propagates
Reviewed-by: dsamersoff
|
2015-08-05 11:06:49 -07:00 |
|
Naoto Sato
|
3513b81516
|
8132494: Wrong CLDR resource bundle names for legacy ISO language codes
Reviewed-by: okutsu
|
2015-08-05 07:41:28 -07:00 |
|
Alejandro Murillo
|
ddb63861a3
|
Merge
|
2015-08-04 22:02:12 -07:00 |
|
Kim Barrett
|
d2c926a6ec
|
Merge
|
2015-08-05 03:43:31 +02:00 |
|
Kim Barrett
|
8bfa163a68
|
8132306: java/lang/ref/ReferenceEnqueue.java fails with "RuntimeException: Error: poll() returned null; expected ref object"
Carefully order ref.queue and queue list updates to address races.
Reviewed-by: dholmes, dfuchs, plevart
|
2015-08-04 17:26:14 -04:00 |
|
Dmitry Samersoff
|
b8c808e251
|
Merge
|
2015-08-04 19:25:59 +00:00 |
|
David Dehaven
|
1942bcfa90
|
Merge
|
2015-08-04 11:31:19 -07:00 |
|
Joe Darcy
|
9c9b37de81
|
8132854: Adjust tier 1 and 2 definitions for nio-related intrinsics
Reviewed-by: psandoz
|
2015-08-04 11:26:51 -07:00 |
|