Commit Graph

4167 Commits

Author SHA1 Message Date
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
Xueming Shen
330910bae2 8155616: java/util/zip/TestLocalTime.java fails intermittently with storing mtime failed
Reviewed-by: rriggs
2016-07-19 09:31:59 -07:00
Amy Lu
ddbb299280 8161567: Mark java/util/concurrent/forkjoin/FJExceptionTableLeak.java as intermittently failing
Reviewed-by: martin, darcy
2016-07-19 09:37:28 +08:00
Alejandro Murillo
4cdf3e05bf Merge 2016-07-18 13:33:23 -07:00
Alejandro Murillo
50862707c8 Merge 2016-07-18 09:38:08 -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
Svetlana Nikandrova
fc83043219 8054213: Class name repeated in output of Type.toString()
Reviewed-by: darcy
2016-07-18 14:39:21 +03:00
Joe Darcy
a9f457a94e 8161500: Use getTypeName and StringJoiner in core reflection toString methods
Reviewed-by: redestad
2016-07-18 10:27:58 -07:00
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
Alejandro Murillo
2bff7015a6 Merge 2016-07-15 09:05:36 -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
Serguei Spitsyn
3a2d3df9ed 8159147: Add ClassLoader parameter to new ClassFileTransformer transform method
Add ClassLoader parameter to new ClassFileTransformer transform method

Reviewed-by: alanb, dholmes, dcubed, mchung
2016-07-09 21:41:14 -07:00
Phil Race
252e4cbffa Merge 2016-07-08 09:30:13 -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
Joe Darcy
b7b1f7c62e 8161022: Mark java/security/SignedObject/Chain.java as failing intermittently
Reviewed-by: weijun
2016-07-07 18:21:21 -07:00
Alexandre Iline
d1197dfc96 8158670: Fix @modules in java/lang/SecurityManager/CheckSecurityProvider.java
Enhanced test to detect if the corresponding module is present and update provider list.

Reviewed-by: mchung, valeriep
2016-07-08 00:50:28 +00:00
Joe Darcy
871852cb44 8152174: Type annotations with a missing type throw NullPointerException
Reviewed-by: jfranck
2016-07-07 10:16:47 -07:00
Shilpi Rastogi
aec121f999 8158169: MethodHandles.dropArgumentsToMatch(...)
Reviewed-by: psandoz, mhaupt
2016-07-07 09:51:47 +02:00
Michael Haupt
d09f7620fe 8160717: MethodHandles.loop() does not check for excessive signature
Reviewed-by: psandoz, redestad
2016-07-06 17:10:36 +02:00
Roger Riggs
1e4ea02a07 8160848: Add diagnostics to java/lang/ProcessBuilder/Zombies
Reviewed-by: martin
2016-07-06 10:33:17 -04:00
Felix Yang
6e722043e3 8153838: test/java/io/Serializable/failureAtomicity/FailureAtomicity.java doesnot declare module dependencies
Reviewed-by: alanb
2016-07-06 01:20:20 -07:00
Alejandro Murillo
451f529750 Merge 2016-07-05 13:50:37 -07:00
Shilpi Rastogi
33695b874c 8158510: Add test cases to validate Annotation
Reviewed-by: alanb, psandoz, mhaupt
2016-07-05 12:44:28 +02:00
Semyon Sadetsky
3c449e081f 8022810: Cannot list all the available display modes on Ubuntu linux in case of two screen devices
Reviewed-by: alexsch, serb
2016-07-05 12:37:36 +03:00
Prasanta Sadhukhan
e37a8652d8 6789262: getPageFormat doesn't apply PrintRequestAttributeSet specified
Reviewed-by: prr, jdv
2016-07-04 17:10:29 +05:30
Michael Haupt
a06c5e0f57 8143211: provide bytecode intrinsics for loop and try/finally executors
Reviewed-by: psandoz, redestad, vlivanov
2016-07-04 10:08:18 +02:00
Dmitry Markov
b77537f200 8148984: [macosx] Chinese Comma cannot be entered using Pinyin Input Method on OS X
Reviewed-by: alexp
2016-07-04 11:04:18 +03:00
Phil Race
985762b983 Merge 2016-07-01 13:00:53 -07:00
Brian Burkhalter
70e069ea5d 8160687: (fs) Cannot tell which WatchService test is not deleting temp directories "work*"
Change name of "work" temp directory to "TestName"

Reviewed-by: rriggs
2016-07-01 12:54:18 -07:00
Prem Balakrishnan
dac2ddb197 8158478: X11 keysym XK_topt maps to the wrong Unicode character
Reviewed-by: serb, arapte
2016-07-01 16:16:59 +05:30
Alejandro Murillo
3689909db0 Merge 2016-07-01 16:50:37 -07:00
Mikhail Cherkasov
31b9ea3ba7 8160650: Couple awt and swing tests have wrong require jtreg arguments
Reviewed-by: serb
2016-06-30 22:27:28 +03:00
Semyon Sadetsky
e040960f7e 8160623: [PIT] Exception running java/awt/event/KeyEvent/KeyChar/KeyCharTest.java
Reviewed-by: yan, prr
2016-06-30 20:34:26 +03:00
Pavel Rappo
27036a761f 8160218: HPack decoder fails when processing header in multiple ByteBuffers
Reviewed-by: michaelm
2016-06-29 10:19:48 +01:00
Ambarish Rapte
9bbfcdc6da 8151588: Press the button first two times, the 'First' and 'Next' didn't show
Reviewed-by: ssadetsky, rchamyal
2016-06-29 12:22:38 +05:30