Jayathirth D V
0fe1691425
7107905: ColorModel subclasses are missing hashCode() or equals() or both methods
...
Reviewed-by: prr, flar
2017-02-13 12:13:20 +05:30
Michael McMahon
f7c7a3c8b2
8174745: Httpclient source update for JDK 8
...
Reviewed-by: dfuchs
2017-02-10 21:58:45 +00:00
Mandy Chung
62274dc8df
8174739: Rename JMOD section name for native libraries from native to lib
...
Reviewed-by: alanb
2017-02-10 10:26:46 -08:00
Phil Race
6e97034144
8172967: [macosx] Exception while working with layout for text containing unmappable character
...
Reviewed-by: serb, psadhukhan
2017-02-10 10:20:22 -08:00
Phil Race
4248b4a35f
Merge
2017-02-10 08:57:42 -08:00
Phil Race
e057678bf7
Merge
2017-02-10 08:17:47 -08:00
Prasanta Sadhukhan
24827583cc
8147002: [macosx] Arabic character cannot be rendered on MacOS X
...
Co-authored-by: Prahalad Narayanan <prahalad.kumar.narayanan@oracle.com>
Reviewed-by: prr, pnarayanan, jdv
2017-02-10 13:32:11 +05:30
Sergei Kovalev
73a2915d57
8174194: Several java/lang tests failing due to undeclared module dependencies
...
Reviewed-by: dfuchs, mchung
2017-02-10 11:00:41 +03:00
Mandy Chung
9d0a07ff25
8174740: RuntimeException: Module m's descriptor returns inconsistent package set
...
Reviewed-by: alanb
2017-02-12 16:45:00 -08:00
Xueming Shen
bfe5d05b1c
8165640: Enhance jar tool to allow module-info in versioned directories but not in base in modular multi-release jar files
...
Reviewed-by: psandoz, mchung
2017-02-11 21:31:43 -08:00
Denis Kononenko
f3847cff62
8170113: jimage extract to readonly directory causes MissingResourceException
...
Added a missing resource.
Reviewed-by: alanb, anazarov
2017-02-09 19:43:53 +03:00
Jesper Wilhelmsson
c96b81a149
Merge
2017-02-09 23:35:22 +01:00
Alan Bateman
42395e26c7
Merge
2017-02-10 12:30:52 +00:00
Alan Bateman
4db74fef1e
Merge
2017-02-10 12:28:52 +00:00
Michael McMahon
a7c0fa1045
8174716: java/net/httpclient/security/Driver.java failing in JDK 9
...
Reviewed-by: alanb
2017-02-10 09:55:19 +00:00
Alan Bateman
a4693ee7d2
8173393: Module system implementation refresh (2/2017)
...
Co-authored-by: Mandy Chung <mandy.chung@oracle.com>
Co-authored-by: Claes Redestad <claes.redestad@oracle.com>
Co-authored-by: Alex Buckley <alex.buckley@oracle.com>
Co-authored-by: Mark Reinhold <mark.reinhold@oracle.com>
Co-authored-by: John Rose <john.r.rose@oracle.com>
Reviewed-by: dfuchs, psandoz, mchung, alanb
2017-02-10 09:04:39 +00:00
Hamlin Li
de146b6a36
8173957: Fix @since in module-info.java in dev/jdk repo
...
Reviewed-by: alanb, lancea
2017-02-09 18:33:28 -08:00
Amy Lu
b07d8b9313
8174241: ProblemList update for TestWsImport, JdbMethodExitTest and jimage tests
...
Reviewed-by: lancea
2017-02-10 10:07:42 +08:00
Brian Burkhalter
6ae128f2d3
8174127: (ch) Add instrumentation to java/nio/channels/FileChannel/Transfer.java
...
Convert to TestNG and add some debugging output for large file creation time
Reviewed-by: alanb
2017-02-09 14:49:09 -08:00
Jesper Wilhelmsson
958e42d82d
Merge
2017-02-09 23:15:52 +01:00
Lana Steuck
33dcdd0277
Merge
2017-02-09 18:10:19 +00:00
Lana Steuck
b793624138
Added tag jdk-9+156 for changeset fdecd1d14d53
2017-02-09 17:21:47 +00:00
Mark Sheppard
166d605e55
8049375: Extend how the org.omg.CORBA.ORB handles the search for orb.properties
...
Reviewed-by: lancea, alanb
2017-02-09 15:56:40 +00:00
Brian Burkhalter
1e4efa15be
8173387: java/nio/channels/Selector/SelectTimeout.java failed with "Test timed out early with timeout 100000000999"
...
Corrected timing problem with multiple threads setting static variables
Reviewed-by: clanger, alanb
2017-02-09 07:48:19 -08:00
Sibabrata Sahoo
f343f201a5
8168423: Test Task: Custom system class loader + security manager + malformed policy file = recursive initialization
...
If a malformed policy file is encountered when running with a custom system class loader then it leads to a recursive initialization issue
Reviewed-by: mullan
2017-02-09 05:19:48 -08:00
Dan Smith
1606e8a7b0
8174226: Test failures after JDK-8033076
...
Reverting JDK-8033076 for now
Reviewed-by: darcy
2017-02-08 17:28:15 -07:00
Dan Smith
25179076dc
8033076: LambdaMetafactory should use types in implMethod.type()
...
Reviewed-by: psandoz
2017-02-08 14:23:59 -07:00
Anthony Scarpino
ff277c8508
8160655: Fix denyAfter and usage types for security properties
...
Reviewed-by: mullan, xuelei
2017-02-08 12:08:28 -08:00
Dan Smith
125d4ea7d0
8173587: LambdaMetafactory needs to validate descriptors and method name
...
Reviewed-by: psandoz
2017-02-08 12:27:45 -07:00
Valerie Peng
9582e0be97
Merge
2017-02-08 19:22:51 +00:00
Valerie Peng
907b393fe2
8173708: Re-enable AES cipher with CFB128 mode for Ucrypto provider
...
Updated Ucrypto config file to remove the disabled mechanisms
Reviewed-by: wetmore
2017-02-08 19:20:09 +00:00
Anthony Scarpino
da9767e716
8173410: Add commented config line for jdk.security.provider.preferred
...
Reviewed-by: wetmore
2017-02-08 11:01:05 -08:00
Anthony Scarpino
90dd989092
8174157: Backout 8151116
...
Reviewed-by: mullan
2017-02-08 10:56:59 -08:00
Roger Riggs
d7c71b5a17
8174128: [testbug] Remove implementation dependency from java.time TCK tests
...
Reviewed-by: dfuchs, scolebourne
2017-02-08 13:17:31 -05:00
Daniel Fuchs
fcc0a083e4
8173898: StackWalker.walk throws InternalError if called from a constructor invoked through reflection
...
StackWalker is fixed to take into account constructor reflection frames. The specification of StackWalker.Option.SHOW_REFLECT_FRAMES is also clarified in this regard.
Reviewed-by: bchristi, lancea, mchung, psandoz
2017-02-08 16:33:52 +00:00
Sergey Malenkov
46145bdcbf
8173876: Fast precise scrolling and DeltaAccumulator fix for macOS Sierra 10.12.2
...
Reviewed-by: serb, alexsch
2017-02-08 19:22:20 +04:00
Alexander Scherbatiy
6a0c29b77d
8147440: HiDPI (Windows) Swing components have incorrect sizes after changing display resolution
...
Reviewed-by: serb, azvegint
2017-02-08 18:10:13 +03:00
Rahul Singh
95c98da26f
8137087: [TEST_BUG] Cygwin failure of java/awt/appletviewer/IOExceptionIfEncodedURLTest/IOExceptionIfEncodedURLTest.sh
...
Reviewed-by: yan, arapte
2017-02-08 17:02:50 +05:30
Sean Coffey
35bad958c1
8173783: IllegalArgumentException: jdk.tls.namedGroups
...
Reviewed-by: xuelei, wetmore
2017-02-08 08:40:25 +00:00
Anthony Scarpino
822861408b
8151116: Add extended key usage constraint to the jdk.certpath.disabledAlgorithms security property
...
Reviewed-by: wetmore
2017-02-07 19:55:10 -08:00
Mandy Chung
0c24be389f
8173712: Rename JAVA_OPTIONS environment variable to JDK_JAVA_OPTIONS
...
Reviewed-by: henryjen, psandoz
2017-02-07 16:41:26 -08:00
Stuart Marks
f87f7e44b7
8044626: Update RMI specifications to reflect modularization changes
...
8165649: Re-examine if Activatable object can be created from non-public class and/or constructor
Reviewed-by: alanb, mchung
2017-02-07 13:45:26 -08:00
Ramanand Patil
b8e61b9b1c
8173943: Change error reporting of LauncherHelper to include actual Error class name
...
Reviewed-by: alanb, ksrini
2017-02-08 02:23:32 +05:30
Lance Andersen
6409218626
8169313: java.xml.ws not granted NetPermission(getProxySelector)
...
Reviewed-by: alanb, aefimov, mchung
2017-02-07 14:07:24 -05:00
Brian Burkhalter
d3b74dbcb7
8173910: (fs) java/nio/file/FileSystem/Basic.java should conditionally check FileStores
...
On Unix platforms, spawn a 'df' process and skip FileStore check if it hangs
Reviewed-by: alanb
2017-02-07 11:01:04 -08:00
Mikhail Cherkasov
24e521a020
8173145: Menu is activated after using mnemonic Alt/Key combination
...
Reviewed-by: serb, ssadetsky
2017-02-07 18:55:15 +03:00
Doug Lea
ecabcca746
8172726: ForkJoin common pool retains a reference to the thread context class loader
...
Reviewed-by: martin, psandoz, chegar
2017-02-07 00:38:22 -08:00
Claes Redestad
19a0529e40
8173982: (fs) DefaultFileSystemProvider should be split into platform specific versions
...
Reviewed-by: alanb
2017-02-06 22:23:46 +01:00
Phil Race
8b8ce19160
Merge
2017-02-06 09:34:19 -08:00
Phil Race
6720ad090e
8170493: JNI exception pending in JavaComponentAccessibility.m
...
Reviewed-by: serb, psadhukhan
2017-02-06 09:32:41 -08:00