Rachna Goel
|
0eb7344760
|
8066652: Default TimeZone is GMT not local if user.timezone is invalid on Mac OS
Reviewed-by: okutsu
|
2016-08-01 15:55:54 +09:00 |
|
Martin Buchholz
|
da7a66e347
|
8160605: java/util/SplittableRandom/SplittableRandomTest.java failed with timeout
Reviewed-by: psandoz, darcy
|
2016-07-27 10:34:10 -07:00 |
|
David Dehaven
|
dd116aa128
|
Merge
|
2016-07-28 09:01:30 -07:00 |
|
Nadeesh TV
|
f7eff31b47
|
8066806: java.time.format.DateTimeFormatter cannot parse an offset with single digit hour
Added support for single digit hour in offset
Reviewed-by: rriggs, scolebourne
|
2016-07-28 10:28:21 +00:00 |
|
Brian Burkhalter
|
82e9d18d0e
|
8162624: (fs) Remove FileTypeDetectors based on libgio and libmagic
Remove GioFileTypeDetector and MagicFileTypeDetector.
Reviewed-by: alanb
|
2016-07-27 14:27:46 -07:00 |
|
David Dehaven
|
dd5b13bacb
|
Merge
|
2016-07-26 14:45:11 -07:00 |
|
Joe Darcy
|
085f7a6907
|
8162539: Test fails because it expects a blank between method signature and throws exception
Reviewed-by: coleenp
|
2016-07-26 12:56:26 -07:00 |
|
Doug Lea
|
55ee90a475
|
8161591: Miscellaneous changes imported from jsr166 CVS 2016-07
Reviewed-by: martin, psandoz, plevart
|
2016-07-26 10:06:19 -07:00 |
|
Doug Lea
|
2545e51a0c
|
8161608: StampedLock should use storeStoreFence when acquiring write lock
Reviewed-by: martin, psandoz, plevart
|
2016-07-26 10:02:05 -07:00 |
|
Doug Lea
|
825edd9274
|
8160751: Optimize ConcurrentHashMap.keySet().removeAll
8161372: ConcurrentHashMap.computeIfAbsent(k,f) locks bin when k present
Reviewed-by: martin, psandoz, plevart
|
2016-07-26 09:57:51 -07:00 |
|
Doug Lea
|
6db3f79f39
|
8160402: Garbage retention with CompletableFuture.anyOf
Reviewed-by: martin, psandoz, plevart
|
2016-07-26 09:53:38 -07:00 |
|
Ramanand Patil
|
20477f85e7
|
8159684: (tz) Support tzdata2016f
Reviewed-by: okutsu
|
2016-07-26 13:48:29 +05:30 |
|
Vyom Tewari
|
620b097690
|
8161291: Serialization Tests for URLPermission is failing
Reviewed-by: dfuchs, chegar
|
2016-07-26 13:26:12 +05:30 |
|
Sibabrata Sahoo
|
1e34f70a1d
|
8151654: Additional modular test for "auth.login.defaultCallbackHandler"
Reviewed-by: mchung, weijun
|
2016-07-26 09:53:35 +08:00 |
|
Xueming Shen
|
e944d9f280
|
8161942: java.util.zip.ZipEntry.java not covering UpperLimit range of DOS epoch
Reviewed-by: redestad
|
2016-07-22 16:32:48 -07:00 |
|
Vinnie Ryan
|
149b8bf45d
|
8161571: Verifying ECDSA signatures permits trailing bytes
Reviewed-by: xuelei
|
2016-07-22 16:05:23 +01:00 |
|
Chris Hegarty
|
91e8d57d26
|
8078568: java/net/URLPermission/URLTest.java fails intermittently with BindException
Reviewed-by: dfuchs
|
2016-07-22 11:12:02 +01:00 |
|
Iris Clark
|
89602315a1
|
8161236: Runtime.Version.{compareTo, equals}IgnoreOpt should be renamed
Reviewed-by: alanb, rfield, ksrini
|
2016-07-21 07:42:05 -07:00 |
|
Steve Drach
|
fe8757403b
|
8157524: Revert JarFile methods "entries" and "stream" to Java 8 behavior
Reviewed-by: alanb, psandoz, redestad
|
2016-07-19 10:05:22 -07:00 |
|
Phil Race
|
dc18887731
|
Merge
|
2016-07-18 09:53:59 -07:00 |
|
Pavel Rappo
|
9118632bbd
|
8161474: Extract interface from java.net.http.RawChannel
Reviewed-by: michaelm
|
2016-07-18 13:43:49 +01:00 |
|
Michael Haupt
|
7112e19bd1
|
8161212: Test times out: java/lang/invoke/LoopCombinatorLongSignatureTest.java
Reviewed-by: redestad
|
2016-07-18 14:06:50 +02:00 |
|
Manajit Halder
|
0de9a3c949
|
8160266: [macosx] NestedModalDialogTest.java and NestedModelessDialogTest.java tests does not run with current JDK codebase after taking the files from MACOSX_PORT
Reviewed-by: alexsch, rchamyal
|
2016-07-18 16:45:11 +05:30 |
|
Amy Lu
|
a80a380ddb
|
8161347: Mark java/lang/ProcessBuilder/Zombies.java as intermittently failing
Reviewed-by: rriggs
|
2016-07-18 13:13:52 +08:00 |
|
Brian Burkhalter
|
eba2a20a2b
|
8160220: (fs) Tests in jdk/test/java/nio/file/WatchService leave directory trees behind
Create temporary files by default in a scratch directory.
Reviewed-by: alanb, chegar
|
2016-07-15 17:49:42 -07:00 |
|
Doug Lea
|
14d4754bdd
|
8080603: Replace Unsafe with VarHandle in java.util.concurrent classes
8153715: Use Unsafe.weakCompareAndSet in java.util.concurrent
Reviewed-by: martin, psandoz, rriggs, plevart, dfuchs, shade
|
2016-07-15 14:04:09 -07:00 |
|
Doug Lea
|
a09ddefd05
|
8157522: Performance improvements to CompletableFuture
Reviewed-by: martin, psandoz, rriggs, plevart, dfuchs
|
2016-07-15 13:59:58 -07:00 |
|
Doug Lea
|
aa81d50820
|
8159924: Various improvements to StampedLock code
Reviewed-by: martin, psandoz, rriggs, plevart, dfuchs
|
2016-07-15 13:51:43 -07:00 |
|
Xueming Shen
|
ac12555ea3
|
8161426: Test java/util/zip/InflaterInputStream/TestAvailable.java fails on open-only linux
Reviewed-by: bpb
|
2016-07-14 16:04:38 -07:00 |
|
Volker Simonis
|
d09561f8c6
|
8160564: TEST: Add a test to check the implementation of VersionProps.versionNumbers()
Reviewed-by: mchung, redestad
|
2016-07-14 16:49:30 +02:00 |
|
Steve Drach
|
0062a02e07
|
8150680: JarFile.Release enum needs reconsideration with respect to it's values
Reviewed-by: alanb, psandoz
|
2016-07-13 11:43:45 -07:00 |
|
Rachna Goel
|
4e8a2de21a
|
8154797: Localization data for "GMT"
Reviewed-by: naoto, okutsu
|
2016-07-14 10:30:23 +09:00 |
|
Rajan Halade
|
1a75a21846
|
8161011: Mark RMI tests DownloadActivationGroup, UseCustomSocketFactory, and RestartService as itnermittent
Reviewed-by: bpb
|
2016-07-13 16:53:31 -07:00 |
|
Xueming Shen
|
47c84f9fe6
|
7031075: GZIPInputStream's available() reports 1, but read() gives -1
Reviewed-by: bpb
|
2016-07-13 16:37:24 -07:00 |
|
Brian Burkhalter
|
5d404c26b1
|
8160221: jdk/test/java/nio/channels/FileChannel/Transfers.java leaving files behind
Create temporary files in the test scratch directory instead of in the default temporary file directory.
Reviewed-by: alanb
|
2016-07-12 07:58:40 -07:00 |
|
Amy Lu
|
caddf21da8
|
8132548 : java/lang/ThreadGroup/Stop.java fails with "RuntimeException: Failure"
Reviewed-by: dholmes, martin, darcy
|
2016-07-13 10:26:11 +08:00 |
|
Daniel Fuchs
|
d5e84de014
|
8159245: Loggers created by system classes are not initialized correctly when configured programmatically from application code
Loggers of the same name now share the same configuration.
Reviewed-by: mchung, mli
|
2016-07-12 11:29:01 +01:00 |
|
Brian Burkhalter
|
fadef405a9
|
8160215: jdk/test/java/io/Reader/ReaderBulkReadContract.java should clean up better
Create temporary files in the test scratch directory instead of in the default temporary file directory.
Reviewed-by: lancea, alanb
|
2016-07-11 17:18:59 -07:00 |
|
Prahalad Kumar Narayanan
|
5cf99edb24
|
8152971: JNI Warning with -Xcheck:jni
Reviewed-by: prr, psadhukhan
|
2016-07-15 15:16:12 +05:30 |
|
Ajit Ghaisas
|
0dff35666b
|
8159956: EXCEPTION_ACCESS_VIOLATION in sun.awt.windows.ThemeReader.getThemeMargins
Reviewed-by: prr, ssadetsky
|
2016-07-15 15:13:09 +05:30 |
|
Semyon Sadetsky
|
947d19a3a6
|
8036915: setLocationRelativeTo stopped working in Ubuntu 13.10 (Unity)
Reviewed-by: alexsch, azvegint
|
2016-07-15 09:44:56 +03:00 |
|
Yuri Nesterenko
|
99bcaacabf
|
8157137: [PIT] [TEST_BUG] compilation failed for some tests from jdk/test/java/awt/mixing/AWT_Mixing (can't find Helper)
Reviewed-by: ssadetsky
|
2016-07-14 17:15:31 +03:00 |
|
Semyon Sadetsky
|
b15c691620
|
8159460: On Ubuntu Unity, problem with java/awt/Window/FindOwner/FindOwnerTest
Reviewed-by: azvegint
|
2016-07-13 10:50:58 +03:00 |
|
Phil Race
|
3083fc3bb2
|
Merge
|
2016-07-11 12:07:59 -07:00 |
|
Prasanta Sadhukhan
|
11c3f1fedb
|
8160882: [PIT][TEST_BUG] a trap of java/awt/print/PrinterJob/PrintTestLexmarkIQ.java
Reviewed-by: yan
|
2016-07-11 16:39:11 +05:30 |
|
Rajeev Chamyal
|
b2c4d31401
|
8159168: [hidpi] Window.setShape() works incorrectly on HiDPI
Reviewed-by: alexsch, ssadetsky
|
2016-07-11 14:56:17 +05:30 |
|
Phil Race
|
feb1698c01
|
Merge
|
2016-07-08 10:46:31 -07:00 |
|
Phil Race
|
252e4cbffa
|
Merge
|
2016-07-08 09:30:13 -07:00 |
|
Rajeev Chamyal
|
537455b8a3
|
8158205: HiDPI hand cursor broken on Windows
Reviewed-by: alexsch, ssadetsky
|
2016-07-08 19:32:52 +05:30 |
|
Joe Darcy
|
b7b1f7c62e
|
8161022: Mark java/security/SignedObject/Chain.java as failing intermittently
Reviewed-by: weijun
|
2016-07-07 18:21:21 -07:00 |
|