Commit Graph

16576 Commits

Author SHA1 Message Date
Pavel Rappo
d98371fcfe 8038079: Re-examine integration of SPNEGO authentication
@module tags have been removed from the HttpNegotiateServer.java as it turns out exactly the same lines have been already defined in TEST.properties sitting in the same folder

Reviewed-by: chegar, dfuchs
2016-12-13 12:26:18 +00:00
David Dehaven
a4865ea66a Merge 2016-12-12 20:54:41 -08:00
John Jiang
15bbe5e4e8 8170961: ProblemList tools/jlink/multireleasejar/JLinkMultiReleaseJarTest.java due to JDK-8169971
Adds tools/jlink/multireleasejar/JLinkMultiReleaseJarTest.java to ProblemList.txt

Reviewed-by: psandoz
2016-12-13 11:28:45 +08:00
Mandy Chung
9e5033a0ae 8169925: Organize licenses by module in source, JMOD file, and run-time image
Co-authored-by: Jeannette Hung <jeannette.hung@oracle.com>
Reviewed-by: alanb, erikj, ihse, naoto, prr
2016-12-12 18:56:50 -08:00
Amy Lu
ee699bc074 8023898: Consolidate Map tests Collisions and InPlaceOpsCollisions into general Map-based test
Reviewed-by: psandoz
2016-12-13 09:55:38 +08:00
John Jiang
85905cb757 8171043: ServerIdentityTest.java fails on Windows
Before sending response, the server has to read the request.

Reviewed-by: xuelei
2016-12-12 17:40:54 -08:00
David Buck
f283a486eb 8170954: non-ASCII characters in lcms and harfbuzz break Windows builds on some locales
Disabled non-supported character warnings (4819) for these 2 libraries

Reviewed-by: prr, erikj
2016-12-13 01:34:02 +00:00
Hamlin Li
634875f391 8166763: java/rmi/* tests fail intermittently with "Port already in use" in RMID.start()
Reviewed-by: chegar
2016-12-12 17:29:46 -08:00
Jesper Wilhelmsson
82b04dbfd7 Merge 2016-12-13 02:04:19 +01:00
Joe Darcy
3f8b9fbad6 8171131: Problem list ModuleNamesOrderTest.java until JDK-8171070 is fixed
Reviewed-by: mchung
2016-12-12 16:45:08 -08:00
Alexander Scherbatiy
ea2afa8f05 8162350: RepaintManager shifts repainted region when the floating point UI scale is used
Reviewed-by: flar, serb
2016-12-12 21:47:44 +03:00
Michael McMahon
dd620cb591 8170920: SO_RCVBUF and SO_SNDBUF options problem for network channels on MacOS
Reviewed-by: chegar, clanger
2016-12-12 14:40:56 +00:00
Christoph Langer
f6829cd1ed 8164057: Fix @since for java.net.Inet[46]Address
Reviewed-by: chegar
2016-12-12 15:33:46 +01:00
Daniel Fuchs
0a0e551eed 8171081: Put TimeoutOrderingTest in ProblemList for solaris-all
Reviewed-by: chegar
2016-12-12 13:34:10 +00:00
Semyon Sadetsky
28ca66d22f 8170387: JLightweightFrame#syncCopyBuffer() may throw IOOBE
Reviewed-by: serb
2016-12-12 12:26:54 +03:00
Joe Darcy
a6a7785d5e 8171062: Problem list ServerIdentityTest.java on window
Reviewed-by: xuelei
2016-12-11 21:55:03 -08:00
Athijegannathan Sundararajan
b17a878c56 8168925: MODULES property should be topologically ordered and space-separated list
Reviewed-by: mchung, jlaskey
2016-12-12 11:31:39 +05:30
Vladimir Kozlov
3c6287a42c 8171008: Integrate AOT compiler into JDK
Reviewed-by: erikj, mchung, twisti, simonis
2016-12-11 18:47:11 -08:00
Hamlin Li
0fcdac454d 7195382: TEST_BUG: java/rmi/activation/CommandEnvironment/SetChildEnv.java can fail
Reviewed-by: rriggs
2016-12-11 17:39:27 -08:00
Vladimir Kozlov
b0ec3b0ab4 8166417: Integrate Graal-core into JDK for AOT compiler
Reviewed-by: iveresov, erikj, ihse, mchung
2016-12-11 12:06:55 -08:00
Claes Redestad
f39eef3ab6 8170595: Optimize Class.isAnonymousClass, isLocalClass, and isMemberClass
Co-authored-by: Christoph Dreis <christoph.dreis@freenet.de>
Reviewed-by: mchung, darcy
2016-12-11 12:20:45 +01:00
Chris Hegarty
6d2dd6f483 8166568: Add jmod extract subcommand
8169492: jdk.internal.jmod.JmodFile.JMOD_MAGIC_NUMBER is a mutable array

Reviewed-by: alanb, anazarov, dfuchs, mchung
2016-12-10 14:19:53 +00:00
Dmitry Markov
77ecc65369 8165428: Security Warning dialog should be always on the top when multiple applets with APPLICATION_MODAL dialog launched in a browser
Reviewed-by: aivanov, serb
2016-12-10 14:57:06 +03:00
Mandy Chung
37e807c698 8170772: ResourceBundle improper caching causes tools/javadoc tests intermittently
Reviewed-by: dfuchs, naoto
2016-12-09 16:38:34 -08:00
Brian Burkhalter
42edb006ef 8169728: Missing sign checks in TIFFField(TIFFTag tag, int type, int count, Object data) for TIFFTag.TIFF_LONG
Add further checks for TIFF_LONG, TIFF_RATIONAL, TIFF_SRATIONAL, and TIFF_IFD_POINTER.

Reviewed-by: prr
2016-12-09 13:48:06 -08:00
Xue-Lei Andrew Fan
4d72ca5fde 8171003: A couple of JSSE tests have been failing after JDK-8170329
Reviewed-by: ascarpino, mullan
2016-12-09 21:25:54 +00:00
Adam Petcher
8e9cdc61b6 8069128: Fix deprecation warnings in jdk.deploy.osx module
Reviewed-by: mullan
2016-12-09 14:14:37 -05:00
Brian Burkhalter
12d7914077 8169725: cannot use TIFFField(TIFFTag tag, int value) for TIFF_LONG values greater than Integer.MAX_VALUE
Change constructor TIFFField(TIFFTag,int) to TIFFField(TIFFTag,long).

Reviewed-by: jdv, prr
2016-12-09 11:08:38 -08:00
Xue-Lei Andrew Fan
7f4cb73e6d 8170329: New SSLSocket testing template
Reviewed-by: asmotrak, mullan
2016-12-09 17:21:50 +00:00
Xueming Shen
0a549bfea5 8170952: jar's usage message output need some cleanup
Reviewed-by: chegar
2016-12-09 08:49:42 -08:00
Daniel Fuchs
ee6b8571eb 8170984: java.util.logging might force the initialization of ResourceBundle class too early
Reviewed-by: alanb
2016-12-09 15:48:48 +00:00
Roger Riggs
0807977548 8153882: rmid emits warning about security policy with obsolete URL
Remove absolute link to rmid documentation

Reviewed-by: smarks
2016-12-09 10:17:27 -05:00
Michael McMahon
2de1b5ce26 8170648: Move java.net.http package out of Java SE to incubator namespace
Co-authored-by: Chris Hegarty <chris.hegarty@oracle.com>
Co-authored-by: Daniel Fuchs <daniel.fuchs@oracle.com>
Co-authored-by: Pavel Rappo <pavel.rappo@oracle.com>
Co-authored-by: Sergey Kuksenko <sergey.kuksenko@oracle.com>
Co-authored-by: Anthony Vanelverdinghe <anthony.vanelverdinghe@gmail.com>
Reviewed-by: chegar, dfuchs, michaelm, prappo, skuksenko
2016-12-09 11:35:02 +00:00
Ramanand Patil
cd4a997551 8170316: (tz) Support tzdata2016j
Reviewed-by: martin, okutsu
2016-12-09 17:01:03 +05:30
Maksim Khramov
31e7f220cb 7147083: [TEST_BUG] DnDFileGroupDescriptor not applicable on Mac
Reviewed-by: ssadetsky, serb
2016-12-09 12:42:17 +03:00
Tim Du
ea780d5219 8157529: Remove intermittent key from javax/net/ssl/DTLS/CipherSuite.java
Reviewed-by: asmotrak
2016-12-08 23:21:54 -08:00
Valerie Peng
37dc5b02ab 8079898: Resolve disabled warnings for libj2ucrypto
Updated header/code to address the E_MACRO_REDEFINED warning

Reviewed-by: ascarpino, ihse
2016-12-09 02:26:48 +00:00
Lana Steuck
9f9d019e9f Merge 2016-12-08 21:21:39 +00:00
Lana Steuck
63871cb799 Added tag jdk-9+148 for changeset 2625312d491c 2016-12-08 18:03:36 +00:00
Sergey Bylokhov
e8208dd0be 8165769: Hang in the help menu item
Reviewed-by: alexsch, aivanov
2016-12-08 08:11:47 -08:00
Jesper Wilhelmsson
36848b00f8 Merge 2016-12-08 16:40:15 +01:00
Jesper Wilhelmsson
849d40f05b Merge 2016-12-08 15:46:19 +01:00
Alexander Zvegintsev
7428af941d 8166683: On macOS (Mac OS X) getting a ScreenMenuBar when not running "com.apple.laf.AquaLookAndFeel"
Reviewed-by: prr, serb
2016-12-07 15:52:33 -08:00
Alexander Popov
34dba2fa8c 8160441: [PIT][TEST_BUG][macosx] javax/swing/JComboBox/8041909/ActionListenerExceptionTest.java
Reviewed-by: ssadetsky, yan
2016-12-07 17:54:55 +03:00
Li Jiang
f4514dfc32 8169618: JDK9 message drop interim resource updates - OpenJDK
Reviewed-by: rfield, peytoia, joehw, weijun
2016-12-07 05:57:23 -08:00
Prasanta Sadhukhan
a53e8ddcad 8025439: [TEST BUG] [macosx] PrintServiceLookup.lookupPrintServices doesn't work properly since jdk8b105
Reviewed-by: prr
2016-12-07 11:37:04 +05:30
Sergey Bylokhov
2248c79bc5 4419271: Provide support for scrolling-mechanisms of non-mouse input-devices
Reviewed-by: alexsch, malenkov
2016-12-06 15:50:22 -08:00
Goetz Lindenmaier
a2cd969a52 8170798: Fix minor issues in java2d and sound coding
Reviewed-by: prr, serb
2016-12-06 14:54:11 +01:00
Phil Race
f2654d02ec 8171363: [PIT] Four Windows-specific tests fail with InaccessibleObjectException when calling Field.setAccessible()
Reviewed-by: mchung
2016-12-16 16:09:52 -08:00
Ajit Ghaisas
6275fb99b0 8134612: clipboard.getData(dataFlavor) can throw UnsupportedFlavorException for registered data flavor
Reviewed-by: alexsch, serb
2016-12-16 12:02:10 +05:30
Phil Race
45e7f76530 8039273: Font related files should not be modified in ${java.home}/lib
Reviewed-by: serb, naoto
2016-12-15 14:30:12 -08:00
Sergey Bylokhov
2c877752fe 8131347: new @BeanProperty annotation: inconsistent behavior for "enumerationValues"
Reviewed-by: avstepan
2016-12-15 20:09:13 +03:00
Phil Race
d845c9092c 8171074: Test api/javax_swing/UIManager/index.html\#Methods is failing
Reviewed-by: ssadetsky, alexsch
2016-12-14 08:48:08 -08:00
Manajit Halder
e18697ccb2 8160536: [macosx] Possible regression: com/apple/eawt/DefaultMenuBar/DefaultMenuBarTest.java
Reviewed-by: serb, aniyogi
2016-12-06 14:10:33 +05:30
Erik Joelsson
1ba6d00a72 8066474: Remove the lib/ directory from Linux and Solaris images
Reviewed-by: tbell, ihse
2016-12-05 17:56:20 +01:00
David Dehaven
03dda5e026 Merge 2016-12-05 08:36:16 -08:00
Maksim Khramov
1ed59c02c8 8159906: [TEST_BUG] javax/swing/JDialog/Transparency/TransparencyTest.java
Reviewed-by: psadhukhan, yan
2016-12-05 18:09:05 +03:00
Rachna Goel
0c0db99a87 8075577: java.time does not support HOST provider
Reviewed-by: okutsu, rriggs
2016-12-05 12:53:53 +05:30
Joe Darcy
eb5927f7e9 8170670: Problem list com/sun/jndi/rmi/registry/RegistryContext/UnbindIdempotent.java until fix of JDK-8170669
Reviewed-by: smarks
2016-12-02 18:03:46 -08:00
Sean Mullan
0bb64f5e6a Merge 2016-12-02 14:24:10 -05:00
Sean Mullan
4200b2b0e9 8170131: Certificates not being blocked by jdk.tls.disabledAlgorithms property
Reviewed-by: ascarpino
2016-12-02 14:22:19 -05:00
Abdul Kolarkunnu
0d04fc1e3c 8170660: RMI regression test failures due to missing @build TestLibrary
Reviewed-by: lancea
2016-12-02 11:05:59 -08:00
Mandy Chung
75efb52ec8 8170633: backslashes in gensrc/module-info.java comments need escaping
Reviewed-by: alanb, psandoz, wetmore
2016-12-02 11:00:59 -08:00
Paul Sandoz
c7da82e9c0 8166914: URLClassLoader spec needs to mention that it's MR-aware
Reviewed-by: mchung, alanb
2016-12-02 10:05:53 -08:00
Goetz Lindenmaier
7172c36a8d 8170663: Fix minor issues in corelib and servicabilty coding
Co-authored-by: David CARLIER <devnexen@gmail.com>
Reviewed-by: dsamersoff, dholmes
2016-12-02 15:02:10 +01:00
Hamlin Li
213a2bc257 8171076: improve rmi tests by replacing TestLibrary.createRegistryOnUnusedPort, getUnusedRandomPort
Reviewed-by: rriggs
2016-12-13 18:47:23 -08:00
Weijun Wang
af3e320415 8171190: Bump reference of NIST 800-57 Part 1 Rev 3 to Rev 4 in JarSigner API spec
Reviewed-by: xuelei
2016-12-14 10:41:06 +08:00
Weijun Wang
3c750bc54f 8168979: @implNote for invalid FilePermission
Reviewed-by: xuelei
2016-12-14 10:40:59 +08:00
Jesper Wilhelmsson
c6fe9d621b Merge 2016-12-14 03:09:12 +01:00
Stuart Marks
292fe71e60 8170943: Collectors.partitioningBy should specify that false and true entries are always present
Reviewed-by: psandoz
2016-12-13 17:45:37 -08:00
Hamlin Li
8a155cc86f 8171072: java/rmi/transport/handshake*/Handshake*.java, exception is not thrown when reach failure test case
Reviewed-by: rriggs
2016-12-13 17:40:53 -08:00
Brent Christian
96fc05b672 8169389: Use a bitmap to control StackTraceElement::toString format and save footprint
Reviewed-by: dfuchs, mchung
2016-12-13 12:35:59 -08:00
Jesper Wilhelmsson
08815157a7 Merge 2016-12-08 15:46:19 +01:00
Prasanta Sadhukhan
0bf2918064 8169879: [TEST_BUG] javax/swing/text/GlyphPainter2/6427244/bug6427244.java - compilation failed
Reviewed-by: psadhukhan, aghaisas
2016-12-02 15:22:35 +05:30
Dmitry Markov
0fb83f04d4 8169589: [macosx] Activating a JDialog puts to back another dialog
Reviewed-by: aivanov, serb
2016-12-02 12:45:52 +03:00
Phil Race
f34fd38837 Merge 2016-12-01 10:34:10 -08:00
Felix Yang
1c3de25a5f 8162521: java/net/Authenticator/B4933582.sh fails intermittently with BindException
Reviewed-by: dfuchs
2016-12-01 06:54:01 -08:00
Felix Yang
9600c39c80 8170559: Incorrect bug id in problem list
Reviewed-by: rriggs
2016-12-01 06:38:46 -08:00
Magnus Ihse Bursie
5c9fad8d23 8056215: AWT source dirs should only point to java2d, not below
Reviewed-by: erikj
2016-12-01 14:52:48 +01:00
Alan Bateman
30bcdb962c Merge 2016-12-01 11:16:23 +00:00
Alan Bateman
fbe85300bf 8169069: Module system implementation refresh (11/2016)
Co-authored-by: Mandy Chung <mandy.chung@oracle.com>
Co-authored-by: Claes Redestad <claes.redestad@oracle.com>
Co-authored-by: Mark Reinhold <mark.reinhold@oracle.com>
Reviewed-by: plevart, chegar, psandoz, mchung, alanb, dfuchs, naoto, coffeys, weijun
2016-12-01 08:57:53 +00:00
Prasanta Sadhukhan
b1fd897043 7190578: Nimbus: css test for 4936917 fails
Reviewed-by: serb, aghaisas
2016-12-01 10:51:36 +05:30
Hamlin Li
f1187fde71 8049316: java/nio/channels/Selector/Wakeup.java failing
Reviewed-by: rriggs, alanb
2016-11-30 18:25:07 -08:00
Hamlin Li
f62583909a 8019538: TEST_BUG: java/rmi/activation/rmidViaInheritedChannel tests may fail
Reviewed-by: rriggs, chegar
2016-11-30 17:43:18 -08:00
Paul Sandoz
7e58564540 8168745: Iterator.forEachRemaining vs. Iterator.remove
Reviewed-by: martin, smarks
2016-11-30 17:15:58 -08:00
Hamlin Li
118c620fd7 8170338: com/sun/jndi/rmi/registry/RegistryContext/UnbindIdempotent.java failed with "Port already in use"
Reviewed-by: chegar
2016-11-30 17:11:25 -08:00
Li Jiang
a0acfdf525 7037368: Currency names missing in some locales
Reviewed-by: naoto
2016-11-30 07:51:40 -08:00
Felix Yang
2d28684636 8043838: Test java/net/ServerSocket/AcceptCauseFileDescriptorLeak.java failed intermittently in nightly
Reviewed-by: chegar, dfuchs
2016-12-07 17:15:03 -08:00
Hamlin Li
94918671a6 8170839: failed test case is not checked in java/rmi/activation/ActivateFailedException/activateFails/ActivateFails.java
Reviewed-by: rriggs
2016-12-07 17:08:21 -08:00
Brian Burkhalter
d8e5d53723 8168628: (fc) SIGBUS when extending file size to map it
Synchronize file extension and subsequent map0(); on Linux use fallocate64() instead of ftruncate64().

Reviewed-by: rehn, simonis, alanb
2016-12-02 13:22:16 -08:00
Roger Riggs
1bcb7f93c0 8170291: Unpredictable results of j.i.ObjectInputFilter::createFilter
Reviewed-by: dfuchs
2016-12-07 15:32:31 -05:00
Joe Darcy
26bcf5dba0 8170875: Problem list LocaleTest.java until JDK-8170840 is fixed
Reviewed-by: rriggs, naoto
2016-12-07 12:47:19 -08:00
Xueming Shen
d08eb8c2a9 8170831: ZipFile implementation no longer caches the last accessed entry/pos
Reviewed-by: psandoz
2016-12-07 11:53:26 -08:00
Martin Buchholz
502274b2c1 8170560: Improve code samples in Collectors javadoc
Reviewed-by: psandoz
2016-11-30 19:40:36 -08:00
Naoto Sato
d4becc9ff1 8170465: JNI exception pending in jni_util.c:190
8170466: JNI exception pending in jni_util.c:190

Reviewed-by: dholmes
2016-12-07 08:54:56 -08:00
Adam Petcher
df8736b785 8158517: Minor optimizations to ISO10126PADDING
Co-authored-by: Bernd Eckenfels <ecki@zusammenkunft.net>
Reviewed-by: mullan
2016-12-07 10:55:13 -05:00
Chris Hegarty
5c2b3026c2 8169653: Restore ObjectInputStream::resolveClass call stack default search order
Reviewed-by: dfuchs, mchung
2016-12-07 09:32:32 +00:00
Magnus Ihse Bursie
42c1512e0b 8170629: Remove code duplication in test makefiles
Reviewed-by: erikj, dholmes
2016-12-07 09:48:31 +01:00
Rachna Goel
794ed77e32 8071929: Locale.getISOCountries() has inconsistent behaviour for "AN", "BU" and "CS" country codes
Reviewed-by: naoto
2016-12-07 11:35:12 +05:30
Felix Yang
ae8cf28353 8081390: javax/management/remote/mandatory/connection/RMIConnector_NPETest.java may leave orphaned processes
Reviewed-by: rriggs
2016-12-06 17:49:44 -08:00
Hamlin Li
1dad4ab65f 8170704: java/rmi/activation/Activatable/* tests fails intermittently with "output improperly annotated"
Reviewed-by: dfuchs, rriggs
2016-12-06 17:53:22 -08:00
Stuart Marks
9877170d02 8166446: SingletonIterator.forEachRemaining doesn't advance before calling action
Reviewed-by: martin
2016-12-06 17:26:43 -08:00
Xueming Shen
53224e0782 8170828: test/java/util/zip/ZipFile/TestZipFile needs @modules to work with Method.setAccessible()
Reviewed-by: martin, rriggs
2016-12-06 14:44:12 -08:00
Goetz Lindenmaier
62486246c7 8170525: Fix minor issues in AWT/ECC/PKCS11 coding
Reviewed-by: vinnie, clanger, prr, ssadetsky
2016-11-30 13:51:41 +01:00
Felix Yang
c969db1c89 8169115: java/net/InetAddress/ptr/lookup.sh failed intermittently
Reviewed-by: dsamersoff
2016-12-08 07:21:50 -08:00
Sergei Kovalev
d0feb351b6 8170664: SystemLoggerInPlatformLoader.java failing in case of module limitation
Reviewed-by: dfuchs, mchung
2016-12-08 15:35:56 +03:00
Rachna Goel
9e2b7c4cb5 8170840: java/util/Locale/LocaleTest.java failed with "Uncaught exception thrown in test method TestGetLangsAndCountries"
Reviewed-by: naoto
2016-12-08 12:35:18 +05:30
Semyon Sadetsky
1d0671e8dc 8160087: Change IOOBE to warning in the scenarios when it had not being thrown before the JDK-8078514
Reviewed-by: azvegint, alexsch
2016-11-30 10:47:57 +03:00
Li Jiang
109b86908a 8037111: space before percent is inconsistent between sv and sv_SE
8081643: wrong number format for Serbian locale with Latin script

Reviewed-by: naoto
2016-11-29 21:58:29 -08:00
John Jiang
88352efab6 8170523: Some PKCS11 test cases are ignored with security manager
Get OS distro before enabling security manager

Reviewed-by: mullan
2016-12-05 19:06:55 -08:00
Bradford Wetmore
fdb9c95f6b 8170157: Enable unlimited cryptographic policy by default in OracleJDK
8169335: Add a crypto policy fallback in case Security Property 'crypto.policy' does not exist

Reviewed-by: erikj, ihse, weijun, xuelei, coffeys
2016-12-05 17:04:02 -08:00
Hamlin Li
615fbfe49c 8170644: java/rmi/registry/interfaceHash/InterfaceHash.java failed intermittently with "Port already in use"
Reviewed-by: dfuchs
2016-12-05 16:27:50 -08:00
Hamlin Li
e61006c1cb 8170669: com/sun/jndi/rmi/registry/RegistryContext/UnbindIdempotent.java fails after JDK-8153916
Reviewed-by: rriggs
2016-12-05 16:16:05 -08:00
Valerie Peng
e281099d2f 8170245: [TEST_BUG] Cipher tests fail when running with unlimited policy
Updated the failed cipher tests to work under unlimited policy

Reviewed-by: xuelei
2016-12-05 23:23:27 +00:00
Paul Sandoz
36779a0df3 8170733: HashMap.HashIterator.remove method does not use cached value for the hash code
Reviewed-by: martin, dl, shade
2016-12-05 13:00:32 -08:00
Phil Race
42db641573 Merge 2016-11-29 11:12:53 -08:00
Roger Riggs
40644c5ab9 8169527: Typo in getCalendarType() method of Chronology class
Reviewed-by: bpb
2016-11-29 13:58:00 -05:00
Phil Race
1ac940c263 8167103: Intermittent font loading failure on macOS with JFXPanel application
Reviewed-by: serb, psadhukhan
2016-11-29 09:54:16 -08:00
Ujwal Vangapally
1d33993914 8165765: Unexpected ID for RMI connection
Reviewed-by: rriggs
2016-11-29 11:58:47 -05:00
Max-Kanat Alexander
4a1bb5b90a 8170467: (reflect) Optimize SignatureParser's use of StringBuilders
Reviewed-by: shade, redestad
2016-11-29 16:27:19 +01:00
Sergei Kovalev
fa87bee688 8169866: TESTBUG: com/sun/security/ tests have undeclared modules dependencies
Reviewed-by: weijun
2016-11-29 14:55:56 +03:00
Shilpi Rastogi
3e6e13dece 8133719: java.lang.InternalError in java.lang.invoke.MethodHandleImpl$BindCaller.bindCaller
Reviewed-by: psandoz
2016-11-29 01:06:10 -08:00
Peter Levart
789f9198c7 8035424: (reflect) Performance problem in sun.reflect.generics.parser.SignatureParser
Reviewed-by: redestad
2016-11-30 19:52:20 +01:00
Alan Bateman
b3f52c54f9 8170539: Test clashes with another test with a similar name
Reviewed-by: rriggs, chegar
2016-11-30 15:52:50 +00:00
Athijegannathan Sundararajan
e6e9bbfcdb 8160359: Improve jlink logging for cases when a plugin throws exception
Reviewed-by: jlaskey, redestad
2016-11-30 19:28:10 +05:30
Sibabrata Sahoo
2034cb4c6e 8170247: java/security/SecureRandom/ApiTest fails when run with unlimited policy
Test was failing to handle expected exception in case of unlimited policy

Reviewed-by: weijun
2016-11-30 03:49:55 -08:00
Felix Yang
5f2d8b9738 8170248: Problem list javax/rmi/PortableRemoteObject/8146975/RmiIiopReturnValueTest.java
Reviewed-by: rriggs
2016-11-29 19:02:53 -08:00
Weijun Wang
d036a1e276 8170408: LogGeneratedClassesTest.java fails with recent changes
Reviewed-by: dfuchs
2016-11-30 08:02:39 +08:00
Doug Lea
cee580a37d 8166646: Miscellaneous changes imported from jsr166 CVS 2016-10
Reviewed-by: martin, smarks, psandoz
2016-11-28 23:47:23 -08:00
Doug Lea
3f4bdaf9bd 8169272: Clarify Semaphore.drainPermits behavior when current permits are negative
Reviewed-by: martin, smarks, psandoz
2016-11-28 23:43:39 -08:00
Doug Lea
58623faf53 8166507: ConcurrentSkipListSet.clear() can leave the Set in an invalid state
Reviewed-by: martin, smarks, psandoz
2016-11-28 23:39:54 -08:00
Doug Lea
3d0d86185e 8143577: optimize ArrayList.removeIf
8169679: ArrayList.subList().iterator().forEachRemaining() off-by-one-error
8167202: ArrayDeque improvements
8164793: new ArrayDeque(2**N) allocates backing array of size 2**(N+1)
8169739: LinkedBlockingDeque spliterator needs to support node self-linking
8169738: CopyOnWriteArrayList subList needs more synchronization

Reviewed-by: martin, smarks, psandoz, forax
2016-11-28 23:36:11 -08:00
Doug Lea
9e1258d0c3 8169243: java/util/concurrent/ThreadPoolExecutor/ConfigChanges.java still fails intermittently
Reviewed-by: martin, smarks, psandoz, amlu
2016-11-28 23:33:25 -08:00
Joe Darcy
d060432dd3 8170429: Problem list LogGeneratedClassesTest.java until JDK-8170408 is fixed
Reviewed-by: smarks
2016-11-28 17:32:49 -08:00
Mandy Chung
0a3285fcf6 8169816: Move src.zip and jrt-fs.jar under the lib directory
Reviewed-by: alanb, erikj
2016-11-28 11:37:00 -08:00
Daniel Fuchs
c89896f3bd 8170401: JConsole might use System.Logger
Reviewed-by: mchung
2016-11-28 17:48:53 +00:00
Gustavo Romero
7257873cbf 8170153: PPC64/s390x/aarch64: Poor StrictMath performance due to non-optimized compilation
Reviewed-by: mdoerr, erikj, simonis, aph
2016-11-28 11:13:38 -05:00
Magnus Ihse Bursie
47c467561a 8039103: "explicitly" is misspelled as "explicitely" in configure scripts
Reviewed-by: erikj, tbell
2016-12-02 16:18:10 +01:00
Daniel Fuchs
31337809b0 8169495: Add a method to set an Authenticator on a HttpURLConnection
New public method java.net.HttpURLConnection::setAuthenticator allows to specify an authenticator to use with a given connection.

Reviewed-by: chegar
2016-12-02 13:18:50 +00:00
Hamlin Li
1acb054167 8078587: java/rmi/server/Unreferenced/leaseCheckInterval/LeaseCheckInterval.java fails intermittently with Port already in use
Reviewed-by: chegar
2016-12-02 02:01:40 -08:00
Hamlin Li
aaef7d962d 8080550: java/rmi/server/useCustomRef/UseCustomRef.java failed with java.net.BindException intermittently
Reviewed-by: chegar
2016-12-02 01:11:33 -08:00
Hamlin Li
1f86ad9ea4 8153916: com/sun/jndi/rmi/registry/RegistryContext/ContextWithNullProperties.java failed with BindException
Reviewed-by: chegar
2016-12-02 00:47:00 -08:00
Amy Lu
7c65dd947d 8170581: Remove OpenNonIntegralNumberOfSampleframes.java from ProblemList
Reviewed-by: darcy
2016-12-02 10:56:46 +08:00
Paul Sandoz
ca77f42179 8170155: StringBuffer and StringBuilder stream methods are not late-binding
Reviewed-by: sherman
2016-12-01 17:52:59 -08:00
Xueming Shen
689077a9da 8167328: jar -d m.jar hangs
Reviewed-by: alanb, mchung, chegar
2016-12-01 15:42:22 -08:00
Lana Steuck
a785d65035 Merge 2016-12-01 21:39:49 +00:00
Lana Steuck
19878eac41 Added tag jdk-9+147 for changeset 3bffdeb6c8d9 2016-12-01 21:01:53 +00:00
Claes Redestad
f7751b87cd 8170602: Startup regression due to introduction of lambda in java.io.FilePermissionCollection
Reviewed-by: rriggs, alanb
2016-12-01 19:03:11 +01:00
Weijun Wang
22ba1d5ebb 8170364: FilePermission path modified during merge
Reviewed-by: alanb
2016-11-28 22:32:17 +08:00
Maksim Khramov
547092cf8d 8167284: [TESTBUG] [PIT] possible regression: javax/swing/JRadioButton/FocusTraversal/FocusTraversal.java
Reviewed-by: ssadetsky, yan
2016-11-28 14:36:46 +03:00
Magnus Ihse Bursie
7afbd4b39f 8031567: Better model for storing source revision information
Reviewed-by: erikj
2016-11-28 09:20:13 +01:00
Semyon Sadetsky
893ec91655 8168135: The issue JDK-8164462 seems not fixed in b140
Reviewed-by: serb
2016-11-28 10:36:40 +03:00
Avik Niyogi
b61b0b8c00 8167160: [TEST_BUG][PIT] failure of javax/swing/JRadioButton/8033699/bug8033699.java
Reviewed-by: psadhukhan, serb
2016-11-24 14:11:32 +05:30
Harsha Wardhana B
fdedfbc0f3 8141591: javax/management/remote/mandatory/threads/ExecutorTest.java fails intermittently
Reviewed-by: dfuchs
2016-11-24 12:04:44 +05:30
Prasanta Sadhukhan
f04a27dbdc 8048702: Deprecate obsolete classes in javax/swing/plaf/metal/MetalFileChooserUI.java
Reviewed-by: serb, alexsch
2016-11-24 11:58:52 +05:30
John Jiang
794f11de72 8158916: ProblemList.txt update for com/sun/jndi/ldap/DeadSSLLdapTimeoutTest.java
Change the associated issue from JDK-8141370 to JDK-8169942

Reviewed-by: dfuchs
2016-11-23 18:13:51 -08:00
Lana Steuck
2e931825c6 Added tag jdk-9+146 for changeset f7a57d034f22 2016-11-23 16:16:35 +00:00
Anton Tarasov
9d87230fcc 8140525: AwtFrame::WmShowWindow() may steal focus
Reviewed-by: serb, ssadetsky
2016-11-23 18:48:02 +03:00
Avik Niyogi
ba274b43ec 8138771: java.awt.image.AbstractMultiResolutionImage needs customized spec for methods of Image which it implements
Reviewed-by: flar, alexsch
2016-11-23 14:28:14 +05:30
Li Jiang
819c6f5c78 8065555: Remove incorrect locale data for inexistent language German (Greece)
Reviewed-by: naoto
2016-11-22 22:27:20 -08:00
Phil Race
80cef0fcce 8170242: jdk.desktop needs package access to sun.awt
Reviewed-by: ihse, mullan
2016-11-23 11:53:40 -08:00
Lana Steuck
84d4718724 Merge 2016-11-23 19:15:15 +00:00
Joe Darcy
fc2f422623 8169479: java.lang.reflect.Constructor class has wrong api documentation
Reviewed-by: bpb, psandoz
2016-11-23 11:05:10 -08:00
Brent Christian
20c0c1d9d0 8136831: Undefined null behavior in ClassLoader.getResourceXXXX()
Reviewed-by: alanb, mchung, psandoz
2016-11-23 10:41:25 -08:00
Paul Sandoz
f5f1fcb803 8132964: Spliterator documentation on Priority(Blocking)Queue
Reviewed-by: martin, dl, chegar
2016-11-23 10:35:44 -08:00
Paul Sandoz
11b92f7ddb 8169808: Stream returning methods should specify if they are late binding
Reviewed-by: martin
2016-11-23 10:35:43 -08:00
Brent Christian
36ffe056e1 8169435: ClassLoader.isParallelCapable is final and conflicting method may get VerifyError
Reviewed-by: acorn, dholmes, mchung
2016-11-23 10:34:10 -08:00
Roger Riggs
305d776581 8169645: ObjectInputFilter Config spec is ambiguous regarding overriding the filter via System properties
Reviewed-by: bpb
2016-11-23 11:47:29 -05:00
Roger Riggs
086115b975 8169416: SSLSessionImpl finalize overhead
Reviewed-by: xuelei, bpb
2016-11-23 10:20:05 -05:00
Jamil Nimeh
a4e5122d64 8170035: When determining the ciphersuite lists, there is no debug output for disabled suites
Provide extra debugging output for JSSE that displays disabled cipher suites

Reviewed-by: vinnie, wetmore
2016-11-22 20:54:32 -08:00
Amy Lu
3b349e495b 8170158: Remove ClassLoader/platformClassLoader/DefinePlatformClass.java from ProblemList
Reviewed-by: dfuchs
2016-11-23 10:12:01 +08:00
Phil Race
51de98373e Merge 2016-11-22 11:46:06 -08:00
Phil Race
05f6d3edc7 Merge 2016-11-22 10:45:48 -08:00
Phil Race
9341d6fc60 8169887: javax/swing/JEditorPane/8080972/TestJEditor.java, javax/swing/text/View/8080972/TestObjectView.java are failing
Reviewed-by: serb, alexsch
2016-11-22 10:43:49 -08:00
Magnus Ihse Bursie
895d5ab5ab 8168037: Use ZIPEXE instead of ZIP to avoid clash with options for zip
Reviewed-by: erikj
2016-11-22 14:48:16 +01:00
Hamlin Li
a7eccd60df 8153543: java/rmi/transport/reuseDefaultPort/ReuseDefaultPort.java fails intermittently
Reviewed-by: chegar
2016-11-22 01:37:18 -08:00
Bhanu Prakash Gopularam
460675bc08 8158880: java/time/tck/java/time/format/TCKDateTimeFormatterBuilder.java fail with zh_CN locale
Set locale explicitly in the test

Reviewed-by: rriggs, naoto
2016-11-22 08:22:57 +00:00
Rachna Goel
a9bb2d512b 8168906: Tighten permissions granted to the jdk.localedata module
Reviewed-by: okutsu, naoto, alanb, mullan
2016-11-22 13:02:12 +05:30
Amanda Jiang
421c8d8778 8169911: Enhanced tests for jarsigner -verbose -verify after JDK-8163304
Reviewed-by: weijun
2016-11-21 22:50:22 -08:00
Hamlin Li
9fc3ceda86 8170049: tests under java/rmi/activation/ fail with "java.security.AccessControlException: access denied ("java.net.SocketPermission" "localhost:5281" "listen,resolve")" on windows
Reviewed-by: rriggs
2016-11-21 17:17:21 -08:00
Brian Burkhalter
c71d7e10e6 8170142: Broken links in TIFF metadata format and usage notes
Change href attributes to the correct destinations

Reviewed-by: prr
2016-11-21 15:04:37 -08:00
Lana Steuck
6993b24b83 Merge 2016-11-21 18:48:31 +00:00
Alexander Scherbatiy
9ebdadb0f0 8169719: WrappedPlainView.modelToView() should return Rectangle2D
Reviewed-by: prr, serb, ssadetsky
2016-11-21 17:46:48 +03:00
Harsha Wardhana B
44f0e6e482 8169575: com/sun/management/DiagnosticCommandMBean/DcmdMBeanPermissionsTest.java failing with jtreg tip
Reviewed-by: rriggs, fparain
2016-11-21 12:13:39 +05:30
Anthony Scarpino
3a41c2175c 8168705: Better ObjectIdentifier validation
Reviewed-by: mullan, asmotrak, ahgross
2016-11-17 09:51:10 -08:00
Lana Steuck
964fb2939d Added tag jdk-9+145 for changeset fb4ce696b742 2016-11-17 17:50:08 +00:00
Michael McMahon
e859125b09 8167223: URL handling improvements
Reviewed-by: prappo, chegar
2016-11-17 16:59:18 +00:00
Rahul Raghavan
b5aa3c60c0 8159035: com/sun/crypto/provider/Cipher/CTS/CTSMode.java test crashed due to unhandled case of cipher length value as 0
Handled 0 length input case in Java wrapper method

Reviewed-by: alanb, ascarpino, kvn, sherman, thartmann
2016-11-17 01:17:26 -08:00
Ambarish Rapte
d1743ce948 6614519: [Doc] Description java.awt.dnd.DragSourceContext.getCursor() should be clarified
Reviewed-by: serb, ssadetsky
2016-11-17 14:14:40 +05:30
Ambarish Rapte
bd215e318b 8169840: [TESTBUG] DisposeDialogNotActivateOwnerTest: Test clashes with another test with a similar name
Reviewed-by: serb, aghaisas
2016-11-17 11:57:56 +05:30
Prasanta Sadhukhan
6d895b494d 8168657: [PIT] Still, on Windows test always fails: java/awt/SplashScreen/MultiResolutionSplash/unix/UnixMultiResolutionSplashTest.java
Reviewed-by: serb, rchamyal
2016-11-17 11:48:37 +05:30
Valerie Peng
adcdf5a459 8168714: Tighten ECDSA validation
Added additional checks to DER parsing code

Reviewed-by: vinnie, ahgross
2016-11-17 02:08:53 +00:00
Dmitry Batrak
26282a374c 8169202: [macos] Font substitution does not work for supplementary characters
Reviewed-by: serb, prr
2016-11-17 02:31:04 +03:00
Phil Race
67657286e4 8167182: Exported elements referring to inaccessible types in jdk.accessibility
Reviewed-by: serb, ssadetsky
2016-11-16 14:27:39 -08:00
Phil Race
15c92b98a3 8168759: Incorrect vertical positioning of diacritics
Reviewed-by: serb
2016-11-16 11:49:52 -08:00
Weijun Wang
62fe00f628 8169751: sun/security/krb5/auto/rcache_usemd5.sh fails on solaris
Reviewed-by: xuelei
2016-11-16 12:55:42 +08:00
Brian Burkhalter
f5794aaadb 8153208: TIFFImageReadParam: should "contains()" check be appropriate for addAllowedTagSet() method?
Do not add a duplicate TIFFTagSet instance and update the spec accordingly.

Reviewed-by: prr
2016-11-15 08:58:29 -08:00
Brian Burkhalter
3630a6a4f8 8168500: (se) EPollArrayWrapper optimization for update events should be robust to dynamic changes in file descriptor resource limits
Make eventsHigh final and always initialize it to an empty Map.

Reviewed-by: alanb
2016-11-15 08:40:36 -08:00
Jim Laskey
8d64cef95c 8169720: jimage help message for --include option should be corrected
Reviewed-by: alanb, sundar
2016-11-15 10:53:32 -04:00
Jayathirth D V
7395b4d356 6334602: Animated GIFs created from opaque PNG image frames appear transparent when loaded with Toolkit APIs
Reviewed-by: serb, prr
2016-11-15 12:52:24 +05:30
Anthony Scarpino
39b3b9cb3b 8168931: Few OCSP related test failed with "Response is unreliable: its validity interval is out-of-date"
Reviewed-by: mullan
2016-11-14 13:32:15 -08:00
Anthony Scarpino
a556619f93 8168861: AnchorCertificates uses hardcoded password for cacerts keystore
Reviewed-by: vinnie, mullan
2016-11-14 10:13:38 -08:00
Phil Race
cbde1f4c5f 8169518: Suppress Deprecation warnings for deprecated Swing APIs
Reviewed-by: alexsch, ssadetsky
2016-11-14 09:59:36 -08:00
Phil Race
726000493b Merge 2016-11-14 09:03:07 -08:00
Sergey Bylokhov
cc33916b47 8169332: The fix JDK-8083664 in AudioFileWriter can be reverted
Reviewed-by: prr, amenkov
2016-11-11 17:07:33 +03:00
Prahalad Kumar Narayanan
8b4ddda72d 8165212: VolatileImage should not be compatible with GraphicsConfiguration which transform is changed
Reviewed-by: prr, serb
2016-11-11 15:33:57 +05:30
Prahalad Kumar Narayanan
e285ff61a8 8166003: [PIT][TEST_BUG] missing helper for javax/swing/text/GlyphPainter2/6427244/bug6427244.java
Reviewed-by: prr, psadhukhan
2016-11-11 15:30:22 +05:30
Manajit Halder
a41bc73423 8165680: [macosx] Enhance handling of UTF-8 characters in CDataTransfer.java
Reviewed-by: serb, aniyogi
2016-11-11 13:58:42 +05:30
Ajit Ghaisas
d666bc1ccf 8169043: The task bar icon color is not blue
Reviewed-by: serb, arapte
2016-11-11 12:40:59 +05:30
Xue-Lei Andrew Fan
fc58c85eb4 8168724: ECDSA signing improvments
Reviewed-by: valeriep, vinnie, ahgross, asmotrak, robm
2016-11-10 15:52:48 +00:00
Xue-Lei Andrew Fan
ec3a122b19 8168728: DSA signing improvments
Reviewed-by: valeriep, vinnie, ahgross, asmotrak, robm
2016-11-10 15:46:40 +00:00
Prasanta Sadhukhan
b9f35ce0be 8160888: [PIT] What to expect of updated java/awt/print/PrinterJob/Margins.java
Reviewed-by: prr
2016-11-10 12:23:14 +05:30
Phil Race
f385a9f5dd 8155874: Fix java.desktop deprecation warnings about Class.newInstance
Reviewed-by: serb, alexsch
2016-11-09 11:28:13 -08:00
Phil Race
088852ae20 8169339: Provide internal API to JavaFX to locate JDK fonts
Reviewed-by: serb, kcr
2016-11-09 10:26:29 -08:00
Phil Race
28c1706f8f Merge 2016-11-09 10:04:43 -08:00
Jesper Wilhelmsson
69b8d4a1c9 Merge 2016-11-09 13:37:19 +01:00
Ujwal Vangapally
34af3661d3 8168141: javax/management/remote/mandatory/notif/EmptyDomainNotificationTest.java: No notif received!
Changed the time limit of 2 seconds for getting notification to default jtreg timeout.

Reviewed-by: rehn, dholmes
2016-11-14 12:05:26 +05:30
Jesper Wilhelmsson
5140309cac Merge 2016-11-09 13:37:19 +01:00
Joe Darcy
2f430bc9e5 8169736: Mark RmiIiopReturnValueTest.java as intermittently failing
Reviewed-by: lancea
2016-11-15 13:31:52 -08:00
Dmitry Markov
579a6df747 8169355: Diacritics input works incorrectly on Windows if Spanish (Latin American) keyboard layout is used
Reviewed-by: ssadetsky
2016-11-09 15:20:30 +03:00
Bradford Wetmore
5e03e2fcd5 8169229: RSAClientKeyExchange debug info is incorrect
Reviewed-by: xuelei
2016-11-08 16:54:28 -08:00
Artem Smotrakov
31c4b07045 8168882: keytool doesn't print certificate info if disabled algorithm was used for signing a jar
Reviewed-by: weijun, mullan
2016-11-08 15:55:11 -08:00
Xueming Shen
398942a17f 8168862: Tighten permissions granted to the jdk.zipfs module
Reviewed-by: mullan, mchung, lancea, bpb
2016-11-08 14:29:14 -08:00
Paul Sandoz
e7fe2a82ca 8166735: JarFile#getVersion spec clarification for unversioned jars
Reviewed-by: mchung, alanb
2016-11-08 12:36:21 -08:00
Paul Sandoz
060ce7c739 8165782: java.util.jar.JarFile.runtimeVersion() spec needs clarification
Reviewed-by: mchung, alanb
2016-11-08 12:36:13 -08:00
Mikhail Cherkasov
2af32d911b 8156723: JVM crash at sun.java2d.windows.GDIBlitLoops.nativeBlit
Reviewed-by: serb
2016-11-08 20:11:13 +03:00
Konstantin Shefov
b68a13573f 8004693: TEST_BUG: java/awt/KeyboardFocusmanager/DefaultPolicyChange/DefaultPolicyChange_Swing.java fails
Reviewed-by: azvegint, avstepan
2016-11-08 17:10:12 +03:00
Sergei Kovalev
c8163c0388 8169316: com/sun/net/httpserver tests have undeclared dependency on java.logging
Reviewed-by: chegar
2016-11-08 16:18:41 +03:00
Ramanand Patil
d0b96b7e6a 8169191: (tz) Support tzdata2016i
Reviewed-by: martin, okutsu
2016-11-08 18:02:50 +05:30
Claes Redestad
a13cbb364c 8168911: Increased number of classes initialized during initialization of SignatureFileVerifier
Reviewed-by: ascarpino
2016-11-08 13:23:16 +01:00
Alexander Zvegintsev
89e21fa724 8166594: Taskbar.setWindowProgressValue() spec does not specify expected visual behavior of setWindowProgressValue()
Reviewed-by: serb, ssadetsky
2016-11-08 13:45:06 +03:00
Nishit Jain
c8aad861dc 8166994: Improve sun.util.locale.LocaleMatcher
Reviewed-by: okutsu, naoto, peytoia
2016-11-08 14:48:55 +05:30
Xue-Lei Andrew Fan
f683694e4f 8169318: Dump the reproduced packet in DTLSOverDatagram.java
Reviewed-by: mullan
2016-11-08 06:22:31 +00:00
Serguei Spitsyn
145cb85e75 8160024: jdb returns invalid argument count if first parameter to Arrays.asList is null
Adjust com/sun/jdi/MethodImpl.java for null argument

Reviewed-by: dcubed, dsamersoff
2016-11-07 16:14:18 -08:00
David Dehaven
d4857ff0f3 8169289: JavaFX application in named module fails to launch if no main method
Reviewed-by: mchung, ksrini
2016-11-07 12:46:23 -08:00
Joe Darcy
924cb72be2 8170139: OpenNonIntegralNumberOfSampleframes.java still fails
Reviewed-by: smarks
2016-11-21 12:06:10 -08:00
Sergei Kovalev
0a45ed3b0f 8169721: [TESTBUG] com/sun/jndi tests have undeclared dependency on java.naming module
Reviewed-by: rriggs, dfuchs
2016-11-21 19:18:22 +03:00
Joe Darcy
bf0b3da423 8170112: Problem list failing jimage tests until JDK-8169713 is fixed
Reviewed-by: jlaskey
2016-11-21 07:54:42 -08:00
Jim Laskey
5ba9f6de7d 8168256: Plugin alias options in jlink --help output seems to be in an arbitrary order
Reviewed-by: sundar, mchung
2016-11-21 10:08:20 -04:00
Mandy Chung
87e6723568 8170062: Problem list java/lang/ClassLoader/platformClassLoader/DefinePlatformClass.java
Reviewed-by: darcy
2016-11-20 23:19:54 -08:00
Bhanu Prakash Gopularam
86bd9c2fd3 8066291: Return unmodifiable set of zone IDs to optimize ZoneIdPrinterParser
Cache the available zones to speed up parsing

Reviewed-by: rriggs, scolebourne
2016-11-21 06:04:25 +00:00
Hamlin Li
177ea1a2de 8168975: java/rmi/activation/Activatable tests fail due to "Port already in use" in RMID.restart()
Reviewed-by: rriggs, chegar, darcy
2016-11-20 17:39:09 -08:00
Mandy Chung
671d12ce6b 8169909: java agent fails to add to class path when the initial module is a named module
Reviewed-by: alanb
2016-11-20 07:57:57 -08:00
Claes Redestad
709d9ee9d0 8169993: Class::desiredAssertionStatus should call getClassLoader0
Reviewed-by: psandoz
2016-11-19 12:22:35 +01:00
Sergei Kovalev
9776118339 8169658: TESTBUG: javax/rmi tests have undeclared dependencies
Reviewed-by: rriggs
2016-11-18 15:33:30 +03:00
Denis Kononenko
2007b3c02e 8167240: Write new tests to cover functionality of existing 'jimage' options
New tests were implemented

Reviewed-by: jlaskey, anazarov, shurailine
2016-11-16 18:11:56 +03:00
Amy Lu
1c762c2b33 8169836: ProblemList update for java/lang/management/MemoryMXBean/PendingAllGC.sh
Reviewed-by: mchung
2016-11-18 14:39:03 +08:00
Amy Lu
e2729d2bea 8169826: ProblemList update for tools/pack200/CommandLineTests.java
Reviewed-by: mchung
2016-11-18 12:11:32 +08:00
Lana Steuck
003cc19ffe Merge 2016-11-17 22:18:31 +00:00
Paul Sandoz
b02932fab8 8169838: java/util/Spliterator/SpliteratorTraversingAndSplittingTest.java failed intermittently
Reviewed-by: martin
2016-11-17 12:24:51 -08:00
Claes Redestad
09591861d0 8169880: Remove the sun.reflect.noCaches option
Reviewed-by: shade, psandoz, mchung
2016-11-17 19:38:14 +01:00
Weijun Wang
9a7622561a 7004967: SecureRandom should be more explicit about threading
8169312: SecureRandom::getSeed(num) not specified if num is negative

Reviewed-by: mullan, xuelei
2016-11-17 21:02:39 +08:00
Anubhav Meena
3f35be7242 8167618: DateTimeFormatter.format() uses exceptions for flow control
Removed flow control in exception catch

Reviewed-by: rriggs, scolebourne
2016-11-17 11:55:59 +00:00
Nancy Nigam
5b06ce3c07 8165296: update existing i18n test cases of test/java/util
Reviewed-by: okutsu
2016-11-17 11:40:50 +05:30
Hamlin Li
a7d4828bea 8169764: output more information when java/nio/channels/AsynchronousSocketChannel/Basic.java fails
Reviewed-by: alanb
2016-11-16 17:29:14 -08:00
Paul Sandoz
ce32d2aec8 8072784: Better spliterator implementation for BitSet.stream()
Reviewed-by: martin
2016-11-16 14:26:14 -08:00
Paul Sandoz
4bcf62b9d1 8132097: Stream.generate should use a covariant Supplier as parameter
Reviewed-by: forax, martin
2016-11-16 14:26:12 -08:00
Artem Smotrakov
3d0c012270 8168969: Merge SSLSocketSample and SSLSocketTemplate
Reviewed-by: xuelei
2016-11-16 12:50:29 -08:00
Joe Darcy
16a386fb56 8169803: Remove OpenNonIntegralNumberOfSampleframes.java from the problem list
Reviewed-by: serb
2016-11-16 11:20:34 -08:00
Jamil Nimeh
2eff7e6a9a 8043252: Debug of access control is obfuscated - NullPointerException in ProtectionDomain
Protect against null return value from Permission.getActions in ProtectionDomain's toString method.

Reviewed-by: weijun, mullan
2016-11-16 08:29:58 -08:00
Daniel Fuchs
f3cb8c41dc 8169068: Add a new method: java.net.Authenticator.getDefault()
Reviewed-by: chegar
2016-11-16 15:40:06 +00:00
Jim Laskey
b440aed691 8169505: Update changes by JDK-8159393 to reflect CCC review
Reviewed-by: sundar
2016-11-16 10:52:08 -04:00
Athijegannathan Sundararajan
5efdbcb1fb 8153038: The set of jlink plugins enabled by default should be the same via CLI or jlink API
Reviewed-by: jlaskey
2016-11-16 19:52:20 +05:30
Sergei Kovalev
94dc401425 8169710: com/sun/nio/sctp tests has undeclared dependency on jdk.sctp module
Reviewed-by: dfuchs, chegar
2016-11-15 15:52:27 +03:00
Jim Laskey
680aa95dbb 8155756: Better context for some jlink exceptions
Reviewed-by: mchung
2016-11-07 14:36:27 -04:00
Jim Laskey
d96b3cd0cb 8159393: jlink should print a warning that a signed modular JAR will be treated as unsigned
Reviewed-by: alanb, sundar, mullan, weijun
2016-11-07 13:10:42 -04:00
Erik Joelsson
2a0b3e1f75 8160491: tar.gz bundles missing files containing $
Reviewed-by: ihse
2016-11-07 14:15:49 +01:00
Erik Joelsson
83cc9c6c86 8168108: lib/classlist should be packaged in java.base.jmod
Reviewed-by: mchung
2016-11-07 13:25:27 +01:00
Manajit Halder
9fc6d8f3aa 7153700: [macosx] add support for MouseMotionListener to the TrayIcon
Reviewed-by: serb, aniyogi
2016-11-07 14:35:21 +05:30
Alexander Scherbatiy
36bb41faf9 8168992: Add floating point implementation for new BasicGraphicsUtils text related methods use floating point API
Reviewed-by: serb, ssadetsky
2016-11-07 11:22:53 +03:00
Semyon Sadetsky
57dc20d541 8153522: Update JLightweightFrame to allow non-integer (and X/Y) scales
Reviewed-by: alexsch
2016-11-07 10:36:52 +03:00
Athijegannathan Sundararajan
9b789e7327 8166286: jmod fails on symlink to directory
Reviewed-by: jlaskey, alanb
2016-11-07 11:33:31 +05:30
Phil Race
6dc331a5e3 8168316: Suppress deprecation warnings for Applet classes in java.desktop
Reviewed-by: serb, psadhukhan
2016-11-04 15:59:59 -07:00
Mandy Chung
5fb366ed4f 8169231: Fix tests to add @compile --add-modules to workaround jtreg bug
Reviewed-by: jjg
2016-11-04 15:49:31 -07:00
Brian Burkhalter
9ecae6db48 8154093: [TIFF] NPE when reading LZW-compressed image
LZW decompressor was ignoring the value of the FillOrder field.

Reviewed-by: prr
2016-11-04 15:31:38 -07:00
Stuart Marks
d55905fe1b 8156079: consider making empty instances singletons
8169222: minor immutable collections optimizations

Reviewed-by: forax, redestad, alanb
2016-11-04 14:29:34 -07:00
Lana Steuck
766e807c18 Merge 2016-11-04 17:52:55 +00:00
Lana Steuck
d071ec42f8 Added tag jdk-9+143 for changeset 32253abe330e 2016-11-04 17:24:24 +00:00
Ambarish Rapte
099928305c 8160766: [TEST_BUG] java/awt/Focus/DisposedWindow
Reviewed-by: serb, aghaisas
2016-11-04 21:55:19 +05:30
Amy Lu
4971ed9d30 8037278: sun/rmi/runtime/Log/6409194/NoConsoleOutput.java fails Intermittently: unexpected subprocess output
Reviewed-by: dfuchs, rriggs
2016-11-04 22:33:44 +08:00
Prasanta Sadhukhan
f57398c41a 8040635: [macosx] Printing a shape filled with a texture doesn't work under Mac OS X
Reviewed-by: prr, jdv
2016-11-04 17:27:56 +05:30
Ajit Ghaisas
f6a0e771fe 8160146: Resolve disabled GCC warning 'deprecated-declarations' for libawt_xawt
Reviewed-by: erikj, serb
2016-11-04 14:03:33 +05:30
Mandy Chung
d74e2a09ac 6479237: (cl) Add support for classloader names
Reviewed-by: alanb, bchristi, coleenp, dfuchs, lfoltan, psandoz, sspitsyn
2016-11-03 18:08:28 -07:00
Jamil Nimeh
c535c8a446 8133632: javax.net.ssl.SSLEngine does not properly handle received SSL fatal alerts
Upon receiving a fatal alert, make sure the input and output queues are closed and the engine is in the NOT_HANDSHAKING state.

Reviewed-by: xuelei
2016-11-03 15:18:16 -07:00
David Dehaven
5f47e09d2a Merge 2016-11-03 13:44:56 -07:00
Joe Darcy
1f577b2097 8168681: Correct deprecation text for Class.newInstance
Reviewed-by: mchung
2016-11-03 13:06:24 -07:00
Alexander Scherbatiy
15205febe7 8164032: JViewport backing store image is not scaled on HiDPI display
Reviewed-by: serb
2016-11-03 18:43:55 +03:00
Sergei Kovalev
12c36f7ab7 8169002: Several java/net/httpclient have undeclared dependency on java.logging module
Reviewed-by: chegar, rriggs, dfuchs
2016-11-03 16:19:29 +03:00
Lance Andersen
2f83338a6e 8169020: Add since element to JDBC deprecated methods
Reviewed-by: darcy
2016-11-03 13:34:27 -04:00
Roger Riggs
4c951cbe57 8169055: [TESTBUG] java/io/Serializable/serialFilter/ tests have undeclared dependency on java.compiler module
Change serialFilter test to use type in java.base

Reviewed-by: dfuchs, chegar, skovalev
2016-11-03 12:29:05 -04:00
Semyon Sadetsky
047d30b2a9 8062525: JInternalFrame can't show correctly with the specical option "-esa -ea -Xcheck:jni -Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel"
Reviewed-by: serb
2016-11-03 12:13:59 +03:00
Semyon Sadetsky
bf4ed44178 8159432: [PIT][macosx] StackOverflow in closed/java/awt/Dialog/DialogDeadlock/DialogDeadlockTest
Reviewed-by: serb, azvegint
2016-11-03 11:51:31 +03:00
Amy Lu
a35d0116c4 8143097: java/net/ipv6tests/UdpTest.java fails intermittently with "checkTime failed: got 1998 expected 4000"
Reviewed-by: chegar
2016-11-03 15:40:55 +08:00
Amit Sapre
e935e7cb1e 8006078: [findbugs] java.lang.management.ThreadInfo returns mutable objects
Cloned the array before returning to caller.

Reviewed-by: dholmes, fparain
2016-11-03 12:04:40 +05:30
Joe Darcy
b369cbb77b 8169024: Problem list OpenNonIntegralNumberOfSampleframes.java until JDK-8168881 is fixed
Reviewed-by: rriggs
2016-11-03 01:45:16 +00:00
Felix Yang
447e8a5232 8156504: java/net/URLPermission/nstest/lookup.sh fails intermittently
Reviewed-by: chegar, dfuchs
2016-11-02 18:44:59 -07:00
Amy Lu
1bf1087e7f 8151511: Test case in CollectionAndMapModifyStreamTest for LinkedHashMap overrides that for HashMap
Reviewed-by: chegar, psandoz
2016-11-03 09:44:43 +08:00
Alexander Zvegintsev
8ae3785001 8143914: Provide Mac-specific fullscreen support
Reviewed-by: serb, ssadetsky
2016-11-03 03:49:42 +03:00
Robert Field
bc127f126e 8168972: Editor support: move built-in and external editor support to the jdk repo
8167639: jshell tool: Edit Pad has readability issues

Reviewed-by: jlahoda
2016-11-02 16:24:43 -07:00
Sergey Bylokhov
bc879dff7a 8168881: javax/sound/sampled/Clip/OpenNonIntegralNumberOfSampleframes.java fails
Reviewed-by: prr
2016-11-02 23:05:52 +03:00
Brian Burkhalter
599879e45f 8164750: TIFF reading fails when ignoring metadata with BaselineTIFFTagSet removed
Disallow not adding to metadata fields which are critical to reading the image data even when the BaselineTIFFTagSet has been removed from the TIFFImageReadParam and the ignoreMetadata flag is set.

Reviewed-by: prr
2016-11-02 11:07:16 -07:00
Roger Riggs
036a14e8a3 8158963: RMI server-side multiplex protocol should be disabled
Add sun.rmi.transport.tcp.enableMultiplexProtocol to enable RMI multiplex protocol

Reviewed-by: smarks
2016-11-02 13:42:03 -04:00
Ivan Gerasimov
d86b93b397 8168921: Inconsistent Annotation.toString()
Reviewed-by: darcy, redestad
2016-11-02 20:53:56 +03:00
Pete Brunet
b968404588 8167213: Re-examine the alternative to deliver include/bridge/AccessBridgeCalls.c
Remove AccessBridgeCalls.c from the include directory

Reviewed-by: prr, erikj, mchung, alexsch
2016-11-02 09:44:01 -07:00
Ivan Gerasimov
4541ef3ed7 8168923: Use unsigned random long in a temp directory name
Reviewed-by: bpb, alanb
2016-11-02 18:45:14 +03:00
Daniel Fuchs
05be04a123 8152515: (logging) LogManager.resetLogger should ignore LinkageError
LogManager.resetLogger will also ignore errors, but only while shutting down.

Reviewed-by: rriggs, dholmes
2016-11-02 14:46:40 +00:00
Sergey Bylokhov
b86962aeb8 8168998: Incorrect implementation of equals in Encoding and Type in JavaSound
Reviewed-by: prr, amenkov
2016-11-02 17:14:57 +03:00
Christoph Langer
cc20838f95 8168771: Remove #ifdef AF_INET6 guards in libnet native coding
Reviewed-by: chegar
2016-11-02 11:52:51 +01:00
Erik Joelsson
fb5635d6df 8063154: Checked in jvmti.h not in sync with generated jvmti.h
Reviewed-by: tbell
2016-11-02 10:43:48 +01:00
Weijun Wang
e10da9956f 8168518: rcache interop with krb5-1.15
Reviewed-by: xuelei
2016-11-02 14:44:15 +08:00
Athijegannathan Sundararajan
d9bc8cbcdb 8160063: Provide a means to disable a plugin via the command line
Reviewed-by: jlaskey
2016-11-02 10:49:15 +05:30
Prem Balakrishnan
46ce08f254 8159132: [PIT][TEST_BUG] java/awt/FileDialog/FileDialogIconTest/FileDialogIconTest.java fails
Reviewed-by: alexsch, aghaisas
2016-11-02 08:46:41 +05:30
Paul Sandoz
530da2782a 8168841: The JavaDoc of java.util.stream.Collectors method collectingAndThen has incorrect code snippet
Reviewed-by: smarks, lancea, tvaleev
2016-11-01 17:29:49 -07:00
Paul Sandoz
1730680ce7 8167974: MethodHandles.iteratedLoop(...) fails with CCE in the case of iterating over array
8167966: MethodHandles.iteratedLoop fails with IAE in the case of correct arguments

Reviewed-by: redestad
2016-11-01 17:29:48 -07:00
Paul Sandoz
ff33d165a6 8163553: java.lang.LinkageError from test java/lang/ThreadGroup/Stop.java
Reviewed-by: redestad
2016-11-01 17:20:45 -07:00
Steve Drach
674c5463e3 8156499: Update jlink to support creating images with modules that are packaged as multi-release JARs
Reviewed-by: alanb, mchung
2016-11-01 14:36:26 -07:00
Chris Hegarty
707d289a69 8168980: Reinstate sun.reflect.ReflectionFactory.newConstructorForSerialization(Class,Constructor)
Reviewed-by: alanb
2016-11-01 12:37:29 +00:00
Alexander Scherbatiy
bc442826a9 8167176: Exported elements referring to inaccessible types in java.desktop
Reviewed-by: prr, serb
2016-11-01 12:56:11 +03:00
Alok Kumar Sharma
abaaf58cf3 8168899: java.nio.file.InvalidPathException if click button in JFileChooser demo of SwingSet2
Reviewed-by: ssadetsky, serb
2016-11-01 12:38:34 +03:00
Bradford Wetmore
853690d658 4985694: Incomplete spec for most of the getInstances
Reviewed-by: xuelei, mullan
2016-10-31 14:09:42 -07:00
Roger Riggs
9e7023e2a9 8168517: java/lang/ProcessBuilder/Basic.java failed
Reviewed-by: dholmes
2016-10-31 13:57:28 -04:00
David Dehaven
b3ad5b94c3 Merge 2016-10-31 10:39:14 -07:00
Xueming Shen
882dd28a12 8166261: Scanner.nextInt(int) (and similar methods) throws PatternSyntaxException
Reviewed-by: naoto
2016-10-31 10:34:31 -07:00
Goetz Lindenmaier
04eb6a6783 8166837: [TESTBUG] Fix tests on Linux/s390x
Reviewed-by: simonis
2016-10-31 14:13:03 +01:00
Sergey Bylokhov
6c71c930f4 8167615: Opensource unit/regression tests for JavaSound
Reviewed-by: amenkov
2016-10-31 14:50:09 +03:00
Weijun Wang
0527e4e401 8167646: Better invalid FilePermission
Reviewed-by: rriggs
2016-10-31 16:41:41 +08:00
Weijun Wang
2c2ce8ad1f 8168127: FilePermissionCollection merges incorrectly
Reviewed-by: rriggs
2016-10-31 16:40:31 +08:00
Avik Niyogi
9b1b40372e 8168540: [TEST_BUG] On Unity, need a delay before screenshot taking to avoid animation
Reviewed-by: psadhukhan, yan
2016-10-31 12:10:08 +05:30
Amy Lu
e8231d83df 8168524: Remove two jdk_nio tests from ProblemList: BashStreams and DeleteInterference.java
Reviewed-by: bpb, rriggs
2016-10-31 13:45:36 +08:00
Xue-Lei Andrew Fan
b8904d34fe 8167680: DTLS implementation bugs
Reviewed-by: jnimeh, asmotrak
2016-10-29 13:34:53 +00:00
Semyon Sadetsky
4617c4a29b 8075904: The regression-swing case failed as Ctrl-F4 can't work with the special options"-client -Dswing.defaultlaf=javax.swing.plaf.nimbus.NimbusLookAndFeel"
Reviewed-by: alexsch, serb
2016-10-28 12:08:04 +03:00
Sharath Ballal
f22ecd235a 8168397: sun/tools/jhsdb/HeapDumpTest.java timesout on MacOS X on non images build
Remove BasicLauncherTest.java and HeapDumpTest.java from quarantine list.

Reviewed-by: sla, dsamersoff
2016-10-28 11:18:54 +03:00
Jayathirth D V
a6ccb3739e 8168609: No link to BMP specification in javax.imageio package documentation
Reviewed-by: prr, bpb
2016-10-28 12:23:39 +05:30
Ramanand Patil
7b9f0bff77 8168512: (tz) Support tzdata2016h
Reviewed-by: martin, okutsu
2016-10-28 10:10:06 +05:30
Daniel Fuchs
53cbda2d85 8163162: The separation between system loggers and application loggers should take the extension loader in consideration
DefaultLoggerFinder.isSystem is changed to return 'true' for classes loaded from the platform loader and its ancestors. This means that classes loaded by the platform loader will get exactly the same kind of loggers than classes loaded by the boot (null) loader.

Reviewed-by: rriggs, mchung
2016-10-28 12:10:12 +01:00
Alan Bateman
83df093985 8168789: ModuleReader.list and ModuleFinder.of update
Reviewed-by: mchung
2016-10-28 10:18:07 +01:00
Xue-Lei Andrew Fan
d0891a2ffc 8168822: Document that algorithm restrictions do not apply to trusted anchors
Reviewed-by: weijun, jnimeh, mullan
2016-10-27 23:49:38 +00:00
Lana Steuck
433b31bbda Merge 2016-10-27 21:22:57 +00:00
Mandy Chung
fc99db2ced 8168205: Should not default class path to CWD if -cp is not specified but -m is specified
Reviewed-by: alanb
2016-10-27 13:42:12 -07:00
Sean Mullan
abea796b35 Merge 2016-10-27 14:52:01 -04:00
Sean Mullan
dfbba1428e 8168851: Tighten permissions granted to the java.smartcardio module
Reviewed-by: vinnie, mchung
2016-10-27 14:50:23 -04:00
Phil Race
7b8e374270 Merge 2016-10-27 09:42:08 -07:00
Brian Burkhalter
3757778deb 8165981: Consider making some classes in javax.imageio.plugins.tiff final
Make the classes TIFFField and TIFFImageReadParam final.

Reviewed-by: serb, prr
2016-10-27 09:38:46 -07:00
Lana Steuck
9e2834abe6 Added tag jdk-9+142 for changeset f5a226a44fab 2016-10-27 16:29:00 +00:00
Phil Race
5817fca746 Merge 2016-10-27 08:51:48 -07:00
Phil Race
16207af78a 8167988: java.nio.file.InvalidPathException if click button in JFileChooser demo of SwingSet2
Reviewed-by: serb, ssadetsky
2016-10-27 08:48:59 -07:00
Kumar Srinivasan
5fb3e9b3cc 8168010: Deprecate obsolete launcher -d32/-d64 options
Reviewed-by: alanb
2016-10-27 05:49:41 -07:00
David Dehaven
96b1c5f716 8167187: Exported elements referring to inaccessible types in jdk.jsobject
Reviewed-by: mchung, alanb
2016-10-27 09:52:08 -07:00
Prasanta Sadhukhan
db6a8106b1 8162796: [macosx] LinearGradientPaint and RadialGradientPaint are not printed on OS X
Reviewed-by: prr, jdv
2016-10-27 17:24:16 +05:30
Christoph Langer
955f784be9 8167481: cleanup of headers and includes for native libnet
Reviewed-by: chegar
2016-10-27 11:00:28 +02:00