Avik Niyogi
93fe235cf7
8163161: [PIT][TEST_BUG] increase timeout in javax/swing/plaf/nimbus/8057791/bug8057791.java
...
Reviewed-by: alexsch, rchamyal
2016-08-25 13:46:17 +05:30
Phil Race
b9b87f5a33
8139176: [macosx] java.awt.TextLayout does not handle correctly the bolded logical fonts
...
Reviewed-by: serb, vadim
2016-08-24 13:36:46 -07:00
Brian Burkhalter
60eccdede5
8149562: TIFFField#createFromMetadataNode javadoc should provide information about sibling/child nodes that should be part of parameter node
...
Add a throws clause to the TIFFField.createFromMetadataNode method specification stating that the supplied Node parameter must adhere to the TIFFField element structure defined by the TIFF native image metadata DTD.
Reviewed-by: prr, darcy, serb
2016-08-24 10:59:17 -07:00
Sergey Bylokhov
201065a6ba
8160217: JavaSound should clean up resources better
...
Reviewed-by: prr
2016-08-23 20:45:35 +03:00
Prahalad Kumar Narayanan
5a41e81056
8158524: Adding a test case to compare the rendered output of VolatileImage with that of BufferedImage
...
Reviewed-by: serb, psadhukhan
2016-08-23 14:47:53 +05:30
Prasanta Sadhukhan
82a6f08720
8163922: Print-to-file is disabled for SERVICE_FORMATTED docflavor in linux
...
Reviewed-by: prr, jdv
2016-08-23 10:27:47 +05:30
David Dehaven
d540704400
Merge
2016-08-22 10:02:10 -07:00
Manajit Halder
66b521e8a9
8156099: [macosx] Drag and drop of link from web browser, DataFlavor types application/x-java-url and text/uri-list, getTransferData returns null
...
Reviewed-by: mcherkas, serb
2016-08-22 18:23:46 +05:30
Rajeev Chamyal
f149873fe6
8163160: [PIT][TEST_BUG] Some issues in java/awt/image/multiresolution/MultiResolutionIcon/IconTest.java
...
Reviewed-by: serb, yan
2016-08-22 14:41:36 +05:30
Alexander Scherbatiy
966cbcfce3
8151303: [macosx] [hidpi] JButton's low-res. icon is visible when clicking on it
...
8156182: [macosx] HiDPI/Retina icons do not work for disabled JButton/JMenuItem etc
Reviewed-by: flar, prr
2016-08-19 16:48:53 +04:00
Jayathirth D V
5390af7c2b
8163258: Getting NullPointerException from ImageIO.getReaderWriterInfo due to failure to check for null
...
Reviewed-by: prr, psadhukhan
2016-08-19 12:22:23 +05:30
Prasanta Sadhukhan
cd6bfaf6d2
8164205: [PIT][TEST_BUG] test javax/print/attribute/ServiceDlgPageRangeTest.java doesn't compile
...
Reviewed-by: prr
2016-08-18 10:46:48 +05:30
Rajeev Chamyal
b446df55a5
8161913: [PIT] java/awt/Window/8159168/SetShapeTest.java mostly fails
...
Reviewed-by: alexsch, aniyogi
2016-08-17 14:48:13 +05:30
Avik Niyogi
71b91c6ce1
8163169: [PIT][TEST_BUG] fix to JDK-8161470 doesn't work
...
Reviewed-by: alexsch, rchamyal
2016-08-17 14:42:14 +05:30
Sergey Bylokhov
c47ae75e1b
8159898: Negative array size in java/beans/Introspector/Test8027905.java
...
Reviewed-by: alexsch, yan
2016-08-16 23:07:35 +03: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
Daniel D. Daugherty
308ab83004
8161164: quarantine more tests that can't attach symbolicator to the process on MacOS X
...
8161177: quarantine com/sun/jdi/sde/SourceDebugExtensionTest.java on Win*
Reviewed-by: sspitsyn, gtriantafill
2016-07-18 14:21:17 -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
Chris Hegarty
dd92b2d236
8160838: Better HTTP service
...
Reviewed-by: ahgross, alanb, michaelm
2016-07-18 08:28:48 +01:00
Semyon Sadetsky
b55e203e17
8159587: IOOBE in javax/swing/JFileChooser/7199708/bug7199708.java
...
Reviewed-by: alexsch
2016-07-18 09:44:13 +03: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
Vyom Tewari
05b3d5c63f
8151788: NullPointerException from ntlm.Client.type3
...
Reviewed-by: chegar, prappo, weijun
2016-07-15 14:06:50 +05:30
John Jiang
0475827ed5
8154821: Update issue number for sun/security/pkcs11/ec/TestKeyFactory.java in ProblemList
...
Sun/security/pkcs11/ec/TestKeyFactory.java is tracked by 8026976 instead of 7157786
Reviewed-by: xuelei
2016-07-14 19:42:16 -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
Daniel D. Daugherty
f7c908cebd
8161388: quarantine java/lang/instrument/DaemonThread/TestDaemonThread.java
...
Reviewed-by: gtriantafill, hseigel
2016-07-14 10:07:13 -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
Weijun Wang
3db1a80a5f
8161341: Garbage in ProblemList.txt
...
Reviewed-by: xuelei
2016-07-14 10:37:36 +08: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
Alejandro Murillo
9c19524f2c
Merge
2016-07-08 12:17:10 -07:00
Phil Race
54d6e1b926
Merge
2016-07-08 10:41:12 -07:00
Rajan Halade
dd3db000a7
8144559: sun/security/mscapi/SignUsingNONEwithRSA.sh failed intermittently
...
Reviewed-by: vinnie
2016-07-08 10:15:38 -07:00
Ivan Gerasimov
2e894aee9a
8160518: Semicolon is not recognized as comment starting character (Kerberos)
...
Reviewed-by: weijun
2016-07-08 19:38:17 +03:00
Phil Race
252e4cbffa
Merge
2016-07-08 09:30:13 -07:00
Alexander Scherbatiy
d5dacffaee
8160977: [PIT] Typo in SwingUtilities2.java
...
Reviewed-by: ssadetsky, azvegint
2016-07-08 09:27:09 -07:00
Dmitry Samersoff
95e2d58dc1
8159925: sun/tools/jps/TestJpsJar.java still fails after fix for JDK-8153278
...
Check user.dir property
Reviewed-by: dcubed, sspitsyn
2016-07-08 17:36:34 +03:00
Athijegannathan Sundararajan
09a43a8546
8161055: Remove plugin ordering by isAfter, isBefore
...
Reviewed-by: mchung, jlaskey
2016-07-08 17:11:51 +05:30
Henry Jen
d996c5d95f
8132379: -J options can cause crash or "Warning: app args parsing error passing arguments as-is"
...
Reviewed-by: ksrini
2016-07-07 21:15:24 -07:00