Commit Graph

15366 Commits

Author SHA1 Message Date
Alejandro Murillo
8a05f12710 Merge 2016-07-28 16:43:37 +00:00
Alejandro Murillo
50e8e355a0 Added tag jdk-9+129 for changeset 8190c004acbd 2016-07-28 16:08:16 +00:00
Karen Kinnear
9be5fdfe94 Merge 2016-07-27 13:33:55 +00:00
Karen Kinnear
201f2252c2 8162340: Better class stream parsing
Check package validity

Reviewed-by: lfoltan, coleenp, dholmes
2016-07-27 08:33:15 -04:00
Martin Walsh
3ed86431ba 8160664: JVM crashed with font manager on Solaris 12
Reviewed-by: prr, aivanov
2016-07-27 15:32:25 +03:00
David Holmes
a7960979d9 8140723: Remove source code conditionalized on JAVASE_EMBEDDED
Reviewed-by: psandoz, alanb, alexsch
2016-07-26 23:52:29 -04:00
Alejandro Murillo
19e317fe9c Merge 2016-07-26 16:18:24 -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
Phil Race
eae21ed09c 8162488: JDK should be updated to use LittleCMS 2.8
Reviewed-by: serb, psadhukhan
2016-07-26 11:50:19 -07:00
Phil Race
a8ce73f840 8074827: Resolve disabled warnings for libjavajpeg
Reviewed-by: serb, psadhukhan
2016-07-26 11:30:40 -07:00
Naoto Sato
1c514f5458 8162343: non-ASCII characters in source code comments (.hpp)
Reviewed-by: rriggs
2016-07-26 10:53:20 -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
Doug Lea
b7284ca20e 8162396: j.u.c java.lang.LinkageError
Reviewed-by: martin, psandoz, plevart
2016-07-26 09:49:25 -07:00
Vadim Pakhnushev
6632e6c6ca 8162545: Mac build failure
Reviewed-by: psadhukhan, prr
2016-07-26 18:45:05 +03:00
Daniel Fuchs
9fb04d6e56 8153082: Update XSLT compiler to generate classes that invoke addReads
This fix updates the XSLT compiler to generate Module.addReads statements for external function calls (see FunctionCall.java)

Reviewed-by: alanb, clanger, joehw
2016-07-26 14:30:52 +01:00
Sergey Bylokhov
c322804814 8159899: [TEST_BUG] Timeout in tests when OOM should be generated
Reviewed-by: yan, ssadetsky
2016-07-26 15:55:22 +03:00
Vadim Pakhnushev
964fd1e4e9 8161742: [parfait] Uninitialised memory in isXTestAvailable of awt_Robot.c:65
Reviewed-by: serb, ssadetsky
2016-07-26 14:54:26 +03:00
Vadim Pakhnushev
cd67ab9d5b 8161733: [parfait] Memory leak in imageioJPEG.c:2803
Reviewed-by: prr, serb
2016-07-26 14:19:40 +03:00
Vadim Pakhnushev
4326770a81 8161740: [parfait] Memory leak in Java_sun_awt_UNIXToolkit_load_1gtk_1icon of awt_UNIXToolkit.c:132
Reviewed-by: serb, ssadetsky
2016-07-26 14:19:15 +03:00
Vadim Pakhnushev
ddd0f9e960 8161761: [parfait] 2 JNI exception pending defect groups in GraphicsPrimitiveMgr.c
Reviewed-by: prr, serb
2016-07-26 14:18:43 +03:00
Ramanand Patil
20477f85e7 8159684: (tz) Support tzdata2016f
Reviewed-by: okutsu
2016-07-26 13:48:29 +05:30
Xue-Lei Andrew Fan
4c352f2d46 8161898: Mark the use of deprecated javax.security.cert APIs with forRemoval=true
Reviewed-by: vinnie, mullan
2016-07-27 02:47:04 +00:00
Valerie Peng
9a82da0c94 8159488: Deprivilege java.xml.crypto
Update java.policy with the necessary permissions and minor code refactoring

Reviewed-by: mullan
2016-07-27 01:24:09 +00:00
Martin Buchholz
0d7e21080e 8162563: Fix double checked locking in System.console()
Reviewed-by: rriggs, sherman
2016-07-26 15:41:40 -07:00
Vyom Tewari
620b097690 8161291: Serialization Tests for URLPermission is failing
Reviewed-by: dfuchs, chegar
2016-07-26 13:26:12 +05:30
Prasanta Sadhukhan
103caee309 6591280: getting IPP connection causes disabling jar caches
Reviewed-by: prr, jdv
2016-07-26 12:37:21 +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
Phil Race
599b5149b5 8162097: [PIT] A series of closed tests about SunFontManager throw NPE on Windows
Reviewed-by: bpb, serb
2016-07-25 15:09:23 -07:00
Phil Race
a54c362ee8 7175487: Cannot customize font configuration on Linux
Reviewed-by: bpb
2016-07-25 11:03:53 -07:00
Alexey Ushakov
164537ebd4 8147542: ClassCastException when repainting after display resolution change
Reviewed-by: prr, flar
2016-07-25 10:36:12 -07:00
Rajeev Chamyal
af0977717b 8147648: [hidpi] multiresolution image: wrong resolution variant is used as icon in the Unity panel
Reviewed-by: alexsch, ssadetsky
2016-07-25 15:29:24 +05:30
Xue-Lei Andrew Fan
d39fdb1811 8161106: Improve SSLSocket test template
Reviewed-by: weijun, jnimeh, asmotrak
2016-07-25 05:39:05 +00: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
Phil Race
35fbe24e6e 8162429: Clean up obsolete font preferences for JDS
Reviewed-by: bpb
2016-07-22 16:09:52 -07:00
Phil Race
4ce22477ac 8162432: Clean up references in font code to old Solaris releases
Reviewed-by: bpb
2016-07-22 16:07:45 -07:00
Phil Race
f3b4127564 8140314: Verify IIOMetadataFormat class on loading
Reviewed-by: bpb
2016-07-22 15:57:57 -07:00
Brian Burkhalter
13f9c0a307 8148454: [PIT] Failure of ReplaceMetadataTest on TIFF with IllegalStateException
Move super.setOutput() to end of setOutput() to avoid setting super.output to null

Reviewed-by: prr
2016-07-22 14:32:49 -07:00
Jayathirth D V
c8c6407341 8161902: [PIT][TEST_BUG]sun/awt/image/OffScreenImageSource/ImageConsumerUnregisterTest.java compilation fails
Reviewed-by: prr
2016-07-23 02:08:17 +05:30
Brian Burkhalter
affafb79f4 8149016: Misleading IllegalArgumentException message when a type that is neither LONG nor IFD pointer is supplied to TIFFField constructor
Replace invocation of this() constructor with explicit checks and initializations

Reviewed-by: prr
2016-07-22 11:16:08 -07:00
Alejandro Murillo
9b3ccc70ac Merge 2016-07-22 10:35:48 -07:00
Vinnie Ryan
149b8bf45d 8161571: Verifying ECDSA signatures permits trailing bytes
Reviewed-by: xuelei
2016-07-22 16:05:23 +01:00
Christoph Langer
d585d63b3e 8160174: java.net.NetworkInterface - fixes and improvements for network interface listing
Reviewed-by: chegar
2016-07-22 14:38:33 +02: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
Prem Balakrishnan
e5c0bbdf38 8144709: [hidpi] [TestBug] java/awt/GridLayout/ChangeGridSize/ChangeGridSize.java, java/awt/GridLayout/ComponentPreferredSize/ComponentPreferredSize.java are failing
Reviewed-by: alexsch, rchamyal
2016-07-22 12:16:33 +05:30
Ajit Ghaisas
40c1e2c376 7096375: Swing ignores first click after decreasing system's time
Reviewed-by: alexsch, rchamyal
2016-07-22 12:13:24 +05:30
Prasanta Sadhukhan
87b4dabe23 4882305: StreamPrintServ.getSupportedAttributeValues returns null for Orientation attr
Reviewed-by: prr, jdv
2016-07-22 10:53:01 +05:30
Masayoshi Okutsu
2d98fa4822 8161203: ResourceBundle.getBundle performance regression
Reviewed-by: alanb
2016-07-22 13:31:58 +09:00
Alejandro Murillo
f9685d533c Merge 2016-07-21 20:09:20 -07:00
Anthony Scarpino
da8486b47a 8060224: Enable SHA-1 CertPath Restrictions
Reviewed-by: mullan
2016-07-21 15:08:06 -07:00
Daniil Titov
a7baef3652 8156960: Deprecate JSObject.getWindow(Applet) method
Reviewed-by: mchung, kcr, smarks, erikj, alexsch
2016-07-21 12:27:27 -07:00
Rajeev Chamyal
7973c653bd 8158918: setExtendedState(1) for maximized Frame results in state==7
Reviewed-by: alexsch, ssadetsky
2016-07-21 20:30:18 +05:30
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
Brent Christian
284de87e36 8161039: System.getProperty("os.version") returns incorrect version number on Mac
Omit trailing .0 from os.version when patchVersion is 0

Reviewed-by: alanb
2016-07-21 13:02:35 -07:00
Alejandro Murillo
0a1971428e Merge 2016-07-21 17:13:23 +00:00
Alejandro Murillo
e68b446bd7 Added tag jdk-9+128 for changeset 90ff5a56fe54 2016-07-21 16:42:58 +00:00
Naoto Sato
2de3b82d9a 8161937: non-ASCII characters in source code comments
Reviewed-by: alanb
2016-07-21 09:21:48 -07:00
Paul Sandoz
043af61997 8161947: runtime/Unsafe/GetUnsafe.java is failing on jdk9/dev
Reviewed-by: alanb, dholmes
2016-07-21 16:29:17 +02:00
Jim Laskey
9628408ffe 8158407: jimage: verify should do more extensive test
Reviewed-by: alanb
2016-07-21 10:34:59 -03:00
Alan Burlison
7864c70b9b 8161057: Solaris: deprecated/obsolete compiler flags should be removed
Reviewed-by: tbell, dcubed, dholmes
2016-07-20 12:53:25 -07:00
Volker Simonis
d17574e8dd 8161951: 8132379 introduced non ANSI C coding
Reviewed-by: dholmes
2016-07-20 20:47:42 +02:00
Amy Lu
8786a75ec7 8161565: Problem list httpclient/SplitResponse.java
Reviewed-by: chegar
2016-07-21 10:02:12 +08:00
Brent Christian
99b4bd5013 8161718: Copyright/License updates to corba, jdk
Reviewed-by: bpb, naoto
2016-07-20 08:32:07 -07:00
Oliver Bendig
0efd8d9c26 4908075: Press shift and another key using robot does not trigger events properly - WinXP
Reviewed-by: alexsch, simonis
2016-07-20 17:08:04 +02: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
Sergey Kuksenko
a3f68687bc 8161091: Incorrect HTTP Stream.FlowControl implementation allows to send DataFrame even when window size was exhausted
Fix flow control

Reviewed-by: rriggs, chegar
2016-07-19 16:13:01 -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
Pete Brunet
799f4aec1e 8145207: [macosx] JList, VO can't access non-visible list items
Add support for single/multi select following focus and following VO cursor

Reviewed-by: alexsch, ant
2016-07-18 15:43:30 -05:00
Phil Race
2faf8b22ed 8161407: Provide a javadoc description for java.desktop module
Reviewed-by: bpb
2016-07-18 12:52:44 -07:00
Phil Race
2c5d76c8f0 8161531: Provide a javadoc description for the java.datatransfer module
Reviewed-by: ssadetsky
2016-07-18 12:21:23 -07:00
Phil Race
94247b22b9 8054991: sun.font.GlyphList uses broken double-checked locking
Reviewed-by: psadhukhan, aivanov
2016-07-18 12:15:53 -07:00
Phil Race
dc18887731 Merge 2016-07-18 09:53:59 -07:00
Frederic Parain
ed5f40504b 8161034: GPL header missing comma after year
Reviewed-by: alanb
2016-07-18 08:28:32 -07:00
Chris Hegarty
7415063010 8160993: Fix headers in the java/net/http package
Reviewed-by: alanb
2016-07-18 15:34:22 +01: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
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
Amit Sapre
65e8b4d804 8158350: Table in ThreadInfo.from(CompositeData) may need updates for new stack trace attributes
Update table in ThreadInfo.from(CompositeData) for new stack trace attributes

Reviewed-by: alanb, dholmes, dsamersoff
2016-07-15 23:54:37 -07: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
7fa43fa58f 8157523: Various improvements to ForkJoin/SubmissionPublisher code
Reviewed-by: martin, psandoz, rriggs, plevart, dfuchs
2016-07-15 13:55:51 -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
Brian Burkhalter
9d9145a699 8161455: Missing word in API documentation
Change "file has created" to "file has been created" in two places.

Reviewed-by: rriggs, alanb
2016-07-15 13:23:02 -07:00
Brian Burkhalter
d46ee264df 8161413: Math.fma javadoc doesn't have @since 9
Add @since tag for float and double versions of fma().

Reviewed-by: rriggs
2016-07-15 12:30:10 -07:00
Daniel D. Daugherty
5bfaf361d1 Merge 2016-07-15 18:09:33 +00:00
Alan Burlison
963af328b0 8160997: Solaris: deprecated <pwd.h> and <gid.h> interfaces should be replaced
Use final POSIX 1003.1c versions of getgrgid_r(), getgrnam_r(), getpwnam_r(), and getpwuid_r().

Reviewed-by: alanb, dcubed, simonis, dholmes
2016-07-15 09:37:38 -07:00
Alan Bateman
90e6b1dedd 8161036: Fix copyright header
Reviewed-by: mchung
2016-07-15 17:31:30 +01:00
Alejandro Murillo
088da8eae6 Merge 2016-07-15 09:10:36 -07:00
Alejandro Murillo
2bff7015a6 Merge 2016-07-15 09:05:36 -07:00
Paul Sandoz
2446e48a5f 8151163: All Buffer implementations should leverage Unsafe unaligned accessors
Reviewed-by: shade, aph
2016-07-15 12:36:15 +02:00
Vyom Tewari
4b1893fad9 8144692: HttpServer API: use of non-existant method in example in package Javadoc
Reviewed-by: chegar, prappo
2016-07-15 13:59:03 +05:30
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
Valerie Peng
99cea12e90 8136459: MessageDigest.isEqual is not a "simple byte compare"
Update the corresponding javadoc with @implNote and clarification.

Reviewed-by: mullan, darcy
2016-07-15 01:24:22 +00: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
Alejandro Murillo
e5583eb15a Merge 2016-07-14 16:21:45 +00:00
Alejandro Murillo
58b0b8efb5 Added tag jdk-9+127 for changeset a5744c1725a0 2016-07-14 15:47:46 +00: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
Weijun Wang
e883900ac7 8161354: policytool fails if it needs to show an error dialog before the main window appears
Reviewed-by: mullan
2016-07-14 19:31:43 +08: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
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
Martin Walsh
a7e2ba6615 8160831: GioFileTypeDetector always calls deprecated g_type_init
Ensure that g_type_init is non-null before using it.

Reviewed-by: alanb
2016-07-11 14:46:21 -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
Serguei Spitsyn
327708637b 8159145: Add JVMTI function GetNamedModule
Introduce function GetNamedModule with a jtreg test coverage

Reviewed-by: alanb, ctornqvi, hseigel, jiangli, dholmes, dcubed
2016-07-09 17:45:16 -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
Ivan Gerasimov
a58b562057 8161017: GPL header missing comma in year
Reviewed-by: coffeys, rriggs
2016-07-08 17:56:52 +03: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
Erik Joelsson
f1e53d48e9 8003593: build-infra: Paths to optional platform-specific files should not be hardwired to src/closed
Reviewed-by: dholmes, prr
2016-07-08 08:56:39 +02:00
Xueming Shen
799cba3f11 8161002: GPL header missing comma in year - not swapped in licensee bundles
Reviewed-by: smarks
2016-07-07 21:29:04 -07:00
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
Rob McKenna
c748cd54ac 8141148: LDAP "follow" throws ClassCastException with Java 8
Reviewed-by: prappo, xuelei
2016-07-13 14:56:00 +01:00
Steve Drach
e4a671e635 8155770: Correct URLClassLoader API documentation to explicitly say jar-scheme URL's are accepted
Reviewed-by: psandoz
2016-07-12 11:05:27 -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
Rajan Halade
cd2dd88b9e 8161233: ProblemList sun/security/ssl/SSLSocketImpl/AsyncSSLSocketClose.java on macOS
Reviewed-by: ascarpino
2016-07-12 14:39:08 -07:00
Jim Laskey
e4226ff2f2 8161067: jlink: Enable plugins to use the module pool for class lookup
Reviewed-by: sundar, psandoz
2016-07-12 10:58:58 -03: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
Weijun Wang
1931ac4196 8130302: jarsigner and keytool -providerClass needs be re-examined for modules
Reviewed-by: valeriep, mchung, mullan
2016-07-12 09:41:49 +08: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
Daniel D. Daugherty
193316529d Merge 2016-07-07 17:22:04 -07:00
Daniel D. Daugherty
c3455566fd Merge 2016-07-07 17:05:23 -07:00
Daniel D. Daugherty
2ef41f0f70 8161010: quarantine sun/tools/jps/TestJpsJar.java in JDK9-dev and JDK9-hs
Reviewed-by: iklam
2016-07-07 16:46:30 -07:00
Ivan Gerasimov
9c8bec9818 8160267: Ucrypto config file cannot be read when -Dfile.encoding=UTF-16 is set
Reviewed-by: mullan
2016-07-08 01:49:54 +03:00
Xueming Shen
faaf303a95 8133170: Deflater.deflate with small output buffers fails
Reviewed-by: bpb
2016-07-07 14:16:58 -07:00
Alejandro Murillo
df36450c8a Merge 2016-07-07 18:35:29 +00:00
Alejandro Murillo
971755ecb0 Added tag jdk-9+126 for changeset e2a569f3bb54 2016-07-07 18:21:23 +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
Sibabrata Sahoo
0a0c30f0a3 8160940: Enable debug log in javax/net/ssl/HttpsURLConnection/Equals.java to track JDK-8160210
Reviewed-by: xuelei
2016-07-07 09:50:35 -07:00
Paul Sandoz
a4245ceb1d 8160885: Unsafe.compareAndExchangeDouble/FloatAcquire should defer to compareAndExchangeLong/IntAcquire
Reviewed-by: mhaupt
2016-07-07 18:30:43 +02:00
Goetz Lindenmaier
e52b963d0c 8160974: [TESTBUG] Mark more headful tests with @key headful
Reviewed-by: serb, simonis
2016-07-07 16:21:45 +02:00
Avik Niyogi
1ffa10e13a 8161470: Failure javax/swing/JRadioButton/FocusTraversal/FocusTraversal.java
Reviewed-by: alexsch, rchamyal
2016-07-20 14:17:41 +05:30
Avik Niyogi
b86418d365 8160438: javax/swing/plaf/nimbus/8057791/bug8057791.java fails
Reviewed-by: alexsch, rchamyal
2016-07-20 11:25:57 +05:30
Jim Laskey
748aad61f6 8160829: Remove ASMPool support from jlink
Reviewed-by: sundar, psandoz, forax
2016-07-07 09:38:33 -03:00
Nishit Jain
74a59850a5 8055900: j.t.SimpleDateFormat spec needs to be clarified regarding month patterns
Reviewed-by: okutsu, peytoia
2016-07-07 17:53:55 +09:00
John Jiang
0eca75cd93 8157667: sun/security/x509/URICertStore/ExtensionsWithLDAP.java has to be updated due to JDK-8134577
Resolving hosts by proxy instead of name service

Reviewed-by: mullan
2016-07-07 01:31:31 -07:00
Shilpi Rastogi
aec121f999 8158169: MethodHandles.dropArgumentsToMatch(...)
Reviewed-by: psandoz, mhaupt
2016-07-07 09:51:47 +02:00
Tim Du
3e0395eb84 8160339: Remove intermittent key from javax/net/ssl/templates/SSLSocketSSLEngineTemplate.java
Reviewed-by: xuelei
2016-07-06 01:50:34 -07:00
Tim Du
766c7ad4c6 8160333: Remove intermittent key from javax/net/ssl/TLSv12/ShortRSAKey512.java
Reviewed-by: xuelei
2016-07-05 23:43:59 -07:00
Joe Darcy
4fc8ce216b 8160901: Demote java/lang/ProcessBuilder/Zombies.java to tier 2
Reviewed-by: rriggs
2016-07-06 10:19:00 -07:00
Artem Kosarev
90e4430c17 8135114: sun/security/krb5/auto tests failed on machine with TR locale
Reviewed-by: xuelei
2016-07-06 09:54:07 -07: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
Weijun Wang
db8e727862 8158589: Possible integer overflow issues for DRBG
Reviewed-by: xuelei, mullan
2016-07-06 21:52:12 +08: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
Hamlin Li
521a8f2238 8160866: IntPrimitiveOpsTests.java still in ProblemList.txt while related bug has been closed
Reviewed-by: mhaupt
2016-07-06 00:04:55 -07:00
Joe Darcy
098053564e 6226715: (ann) java.lang.annotation.AnnotationTypeMismatchException could not be serialized
Reviewed-by: rriggs
2016-07-05 21:11:40 -07:00
Alejandro Murillo
179f7b527c Merge 2016-07-05 20:41:56 -07:00
Anthony Scarpino
26f45543e5 8154015: Apply algorithm constraints to timestamped code
Reviewed-by: mullan
2016-07-05 15:37:42 -07:00
Alejandro Murillo
451f529750 Merge 2016-07-05 13:50:37 -07:00
Sibabrata Sahoo
b96909178b 8159861: sun/security/tools/keytool/DefaultSignatureAlgorithm.java timeout
Reviewed-by: xuelei
2016-07-05 10:11:42 -07:00
Sibabrata Sahoo
fc19d91719 8160341: Remove intermittent key from TestDSAGenParameterSpec.java
Reviewed-by: xuelei
2016-07-05 10:10:07 -07:00
Sibabrata Sahoo
a558bfc790 8158116: com/sun/crypto/provider/KeyAgreement/SupportedDHParamGens.java failed with timeout
Reviewed-by: xuelei
2016-07-05 10:07:13 -07:00
Sibabrata Sahoo
11ecd00506 8160624: sun/security/tools/keytool/printssl.sh failed with "Socket closed"
Reviewed-by: weijun
2016-07-05 10:04:16 -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
Alexander Scherbatiy
8d33f0b3fe 8160248: Dragged internal frame leaves artifacts for floating point ui scale
Reviewed-by: ssadetsky
2016-07-05 09:48:49 +03:00
Alexander Scherbatiy
6e18073968 8142966: Wrong cursor position in text components on HiDPI display
Reviewed-by: prr, serb
2016-07-05 09:36:41 +03:00
Alexander Scherbatiy
8775502b97 8132119: Provide public API for text related methods in SwingUtilities2
Reviewed-by: prr, serb
2016-07-05 09:26:34 +03:00
Masayoshi Okutsu
bc8144c597 8136356: Add time zone mappings on Windows
Reviewed-by: peytoia
2016-07-05 13:53:30 +09:00
Mandy Chung
9a3757b37a 8160698: java --dry-run should not cause main class be initialized
Reviewed-by: ksrini
2016-07-04 09:13:13 -07:00
Ivan Gerasimov
7a41a43d84 8153948: sun/security/mscapi/ShortRSAKey1024.sh fails with "Field length overflow"
Reviewed-by: coffeys, xuelei
2016-07-04 16:25:11 +03:00
Prasanta Sadhukhan
e37a8652d8 6789262: getPageFormat doesn't apply PrintRequestAttributeSet specified
Reviewed-by: prr, jdv
2016-07-04 17:10:29 +05:30
Bhanu Prakash Gopularam
9717ec036b 8159616: java.time.Instant falls through switch statement
Removed the unneeded case statement INSTANT_SECONDS

Reviewed-by: rriggs, scolebourne
2016-07-04 10:50:28 +00:00
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
Masayoshi Okutsu
99921c2f0e 8159943: JavaTimeSupplementary resource bundles need update
Reviewed-by: naoto
2016-07-04 13:00:15 +09:00
Ivan Gerasimov
06075b3f8b 8159822: Non-synchronized access to shared members of com.sun.jndi.ldap.pool.Pool
Reviewed-by: coffeys
2016-07-03 05:30:47 +03:00
Anthony Scarpino
50e42d2212 8159180: Remove default setting for jdk.security.provider.preferred
Reviewed-by: xuelei
2016-07-02 13:51:20 -07:00
Yasumasa Suenaga
c2f7785651 8160294: Some client libraries cannot be built with GCC 6
Reviewed-by: prr, flar, erikj, kbarrett
2016-07-02 22:28:40 +09:00
Kumar Srinivasan
3596fa197c 8145418: [macosx] Help message for -Xdock:name has a superfluous trailing quote "
Reviewed-by: naoto
2016-07-01 15:13:00 -07:00
Vinnie Ryan
dc536f2d74 8157730: Mark deprecated java.security.{Identity,IdentityScope,Signer} APIs with forRemoval=true
Reviewed-by: mullan
2016-07-01 22:55:26 +01:00
Phil Race
fd10d046e9 8160695: getHBScriptCode script code validation
Reviewed-by: bpb
2016-07-01 14:29:36 -07:00
Phil Race
b6b66540e4 8160693: ScriptRunData.java uses bitwise AND instead of logical AND
Reviewed-by: flar
2016-07-01 14:27:13 -07:00
Phil Race
985762b983 Merge 2016-07-01 13:00:53 -07:00
Brian Burkhalter
7f9465ef15 8160018: (fs) Remove GioFileTypeDetector on Solaris
Remove the GioFileTypeDetector from the chain of FileTypeDetectors provided by SolarisFileSystemProvider.

Reviewed-by: rriggs
2016-07-01 12:55:23 -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
Sean Mullan
3520eff611 8157847: Deprecate the java.security.acl API with forRemoval=true
Reviewed-by: weijun, mchung
2016-07-01 14:29:18 -04:00
Sean Mullan
0ce484cdd7 8157707: Deprecate the java.security.Certificate API with forRemoval=true
Reviewed-by: xuelei
2016-07-01 11:42:26 -04:00
Goetz Lindenmaier
78d6b5e1c2 8160721: Avoid deoptimizations in Font.equals
Reviewed-by: forax, simonis
2016-07-01 15:50:03 +02:00
Prasanta Sadhukhan
53e6f45619 5080830: SheetCollate is not handled properly by the cross platform print dlg
Reviewed-by: prr, jdv
2016-07-15 15:30:15 +05:30
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
Alexander Scherbatiy
b172f7afd8 8143064: Icons are not properly rendered with Windows L&F on HiDPI display
Reviewed-by: ssadetsky
2016-07-13 21:37:17 +03:00
Jayathirth D V
68aae8c142 7059970: Test case: javax/imageio/plugins/png/ITXtTest.java is not closing a file
Reviewed-by: prr, bpb, psadhukhan
2016-07-13 17:34:26 +05:30
Ajit Ghaisas
cc741b81f7 6567433: JComponent.updateUI() may create StackOverflowError
Reviewed-by: alexsch, rchamyal
2016-07-13 16:05:36 +05:30
Alexander Zvegintsev
b0db527992 8153512: Taskbar support reported for Xfce4
Reviewed-by: alexsch, ssadetsky
2016-07-13 12:24:24 +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
Alexander Zvegintsev
d84f5adf24 8161003: GPL header additional "s" in "thats" - not swapped in licensee bundles
Reviewed-by: alexsch
2016-07-12 18:47:57 +03:00
Alexander Zvegintsev
bc3d4d72ac 8159374: Taskbar.setIconBadge() spec omits mention of exception for ICON_BADGE_TEXT feature
Reviewed-by: alexsch, ssadetsky
2016-07-12 14:13:48 +03:00
Phil Race
3083fc3bb2 Merge 2016-07-11 12:07:59 -07:00
Mario Torre
c584705096 8150954: Taking screenshots on x11 composite desktop produce wrong result
The AWT Robot X11 code that takes screenshots uses the default root window, which may not contain the final composited desktop.

Reviewed-by: alexsch, ssadetsky
2016-07-11 16:52:50 +02:00
Semyon Sadetsky
653531139e 8161148: Rollback JDK-8158993 from client repo
Reviewed-by: prr, mschoene
2016-07-11 20:36:13 +03:00
Semyon Sadetsky
a4af4c68ab 8158993: Service Menu services
Reviewed-by: prr, mschoene
2016-07-11 19:54:24 +03: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
Prasanta Sadhukhan
c41a009a62 5049012: PrintToFile option is not disabled for flavors that do not support destination
Reviewed-by: prr, jdv
2016-07-11 10:45:54 +05:30
Phil Race
feb1698c01 Merge 2016-07-08 10:46:31 -07:00
Semyon Sadetsky
876a0a5b94 8152968: JTree Collapse Buttons Clipped Off Under GTK
Reviewed-by: alexsch
2016-07-08 20:28:28 +03:00
Semyon Sadetsky
190b31b133 8149115: [hidpi] Linux: display-wise scaling factor should probably be taken into account
Reviewed-by: alexsch, azvegint
2016-07-08 18:43:12 +03:00
Rajeev Chamyal
537455b8a3 8158205: HiDPI hand cursor broken on Windows
Reviewed-by: alexsch, ssadetsky
2016-07-08 19:32:52 +05:30
Ajit Ghaisas
2e768f848b 8160421: Regression: JDK-8139192 causes NPE in java.awt.Toolkit.createCustomCursor()
Reviewed-by: flar, prr
2016-07-08 11:15:46 +05:30
Alexander Scherbatiy
16aa730d25 8160879: [PIT] CloseOnMouseClickPropertyTest fails with AA hint:Nonantialiased rendering mode exception
Reviewed-by: ssadetsky, azvegint
2016-07-07 15:39:19 +03:00
Manajit Halder
0d7becfcb7 8156460: [macosx] Test case javax/swing/JPopupMenu/6827786/bug6827786.java fails
8160144: [macosx] The menuitem in the menu of the "Test Frame" can't work correctly
8160145: [macosx] Keep pressed the Alt, Shift & Ctrl Keys,and then Click 'ClickMe' button,the case failed automatically
8158621: The ALT key can not work with any key
8158485: The "File" menu's menuitems can not bring up information window or modal quit Dialog
8158501: [macosx] The checkbox can't be checked via an event generate on the menu
8158389: [macosx] Regression: javax/swing/JMenu/4213634/bug4213634.java
8158526: [macosx] java/awt/event/MouseEvent/MouseButtonsAndKeyMasksTest/MouseButtonsAndKeyMasksTest.java fails (invalid extended modifier info)
8158496: [macosx] Swing mnemonics broken on Mac
8158362: [macosx] Regression: at least java/awt/event/KeyEvent/AltCharAcceleratorTest/AltCharAcceleratorTest.java fails
8158512: [Regression] Test java/awt/Mouse/MouseModifiersUnitTest/MouseModifiersUnitTest_Extra.java fails
8158377: [macosx] Regression: java/awt/KeyboardFocusmanager/ConsumeNextMnemonicKeyTypedTest/ConsumeNextMnemonicKeyTypedTest

Reviewed-by: alexsch, ssadetsky, aniyogi
2016-07-07 16:47:37 +05:30
Ambarish Rapte
a2168558c1 8160764: [TEST_BUG] java/awt/TextArea/TextAreaScrolling/TextAreaScrolling.java
Reviewed-by: alexsch, ssadetsky
2016-07-06 21:07:35 +05:30
Alexander Zvegintsev
95dc3d009d 8155515: Desktop.moveToTrash() javadoc issue
Reviewed-by: alexsch, ssadetsky
2016-07-05 19:41:47 +03:00
Alexander Zvegintsev
aa157d7826 8156212: Typo in javadoc of java.awt.Taskbar, setIconBadge spec
Reviewed-by: alexsch, ssadetsky
2016-07-05 19:40:26 +03:00
Manajit Halder
6132b8f774 7156316: [macosx] Ctrl+Space does generate Unknown keychar
Reviewed-by: alexsch, aniyogi
2016-07-05 16:20:00 +05:30
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
Jayathirth D V
10493ff2bd 8152672: IIOException while getting second image properties for JPEG
Reviewed-by: prr, flar
2016-07-01 13:58:55 +05:30
Prasanta Sadhukhan
fa55ad2d91 6218397: Printing to file does not throw a PrinterException if the file cannot be created
Reviewed-by: prr, jdv
2016-07-01 10:54:18 +05:30
Amy Lu
5ded57cbdd 8160658: sun/security/tools/keytool/standard.sh fails on all platforms after JDK-8160415
Reviewed-by: weijun
2016-07-01 12:50:58 +08:00
Peter Brunet
41e155e1e1 8154069: Jaws reads wrong values from comboboxes when no element is selected
List item deselect event handler now clears the list selection

Reviewed-by: alexsch, serb
2016-06-30 23:26:42 -05:00
Alejandro Murillo
9353199b23 Merge 2016-06-30 22:38:17 +00:00
Alejandro Murillo
1a29c46631 Added tag jdk-9+125 for changeset bba1e4c5c547 2016-06-30 22:10:10 +00:00
Alejandro Murillo
073a86c0a8 8160690: Quarantine VarHandles tests
Reviewed-by: jwilhelm
2016-06-30 14:57:30 -07:00
Alejandro Murillo
3689909db0 Merge 2016-07-01 16:50:37 -07:00
Alexander Scherbatiy
0be14016f4 8158566: Provide a Swing property to not close toggle menu items on mouse click
Reviewed-by: prr, ssadetsky
2016-06-30 23:49:00 +03: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
Alejandro Murillo
a0e450c561 Merge 2016-06-30 10:31:19 -07:00
Brent Christian
1add863d15 8160370: System.getProperty("os.version") returns "Unknown" on Mac
Read SystemVersion.plist on pre-10.9 Mac OS

Reviewed-by: bpb, ddehaven, gziemski, rriggs
2016-06-30 10:13:30 -07:00
Athijegannathan Sundararajan
a0f8120f0a 8160641: PostProcessingPlugin and ExecutableImage should not be part of plugin API
Reviewed-by: jlaskey, mchung
2016-06-30 22:24:01 +05:30
Robin Stevens
a8699979b0 8158325: [macosx] Memory leak in com.apple.laf.ScreenMenu
Reviewed-by: azvegint, alexsch
2016-06-30 20:07:32 +04:00
Jamil Nimeh
07720b0e61 8030132: Cipher.init syntax error in javadoc @code tag
8160222: javax/crypto/Cipher.java has a typo

Fixes typographical errors in javax/crypto/Cipher.java

Reviewed-by: weijun
2016-06-30 07:14:56 -07:00
Yuka Kamiya
657cb0f3b4 7090039: Wrong link in comment of java.text.DateFormatSymbols
Reviewed-by: okutsu
2016-06-30 16:57:25 +09:00
Christoph Langer
d755ba941f 8158023: SocketExceptions contain too little information sometimes
Reviewed-by: rriggs, msheppar, chegar
2016-06-30 09:30:09 +02:00
Jamil Nimeh
ec5c0f3089 8143302: javax/net/ssl/Stapling/SSLSocketWithStapling.java fails intermittently: Server died
Fixes a file descriptor leak in the test and a thread exhaustion issue in the StatusResponseManager in JSSE.

Reviewed-by: xuelei
2016-06-30 00:09:06 -07:00
Tim Du
052984a47c 8160415: Mark sun/security/tools/keytool/standard.sh as intermittently failing
Reviewed-by: weijun
2016-06-29 23:29:07 -07:00
Alejandro Murillo
5370eb5519 Merge 2016-06-29 21:49:41 -07: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