Commit Graph

16376 Commits

Author SHA1 Message Date
Prasanta Sadhukhan
e8524e46ea 8172558: [PIT][TEST_BUG] Bad filename for javax/swing/JTable/8133919/DrawGridLinesTest.java
Reviewed-by: yan, alexsch
2017-01-12 11:58:01 -08:00
Phil Race
a1bcba5bcd Merge 2017-01-09 11:57:06 -08:00
Nishit Jain
56088a52eb 8169480: Inconsistencies across Format class hierarchy in their API spec and actual implementation of Exceptions
Reviewed-by: naoto
2017-01-09 14:06:32 +05:30
Hamlin Li
9e8cb18419 8030175: java/rmi/registry/altSecurityManager/AltSecurityManager.java fails due to timeout
Reviewed-by: rriggs
2017-01-08 23:15:57 -08:00
Prasanta Sadhukhan
98f2f0743f 8170352: The collate option is not checked
Reviewed-by: prr, yan
2017-01-06 16:50:50 +05:30
Prem Balakrishnan
1f91d8a2d6 8172009: [TEST_BUG] increase timeout in java/awt/print/PaintSetEnabledDeadlock/PaintSetEnabledDeadlock.java
Reviewed-by: aghaisas, psadhukhan
2017-01-06 15:31:19 +05:30
Xue-Lei Andrew Fan
e546b078a6 8129988: JSSE should create a single instance of the cacerts KeyStore
Reviewed-by: mullan
2017-01-06 02:03:47 +00:00
Xue-Lei Andrew Fan
ad76f31ded 8172273: SSLEngine.unwrap fails with ArrayIndexOutOfBoundsException
Reviewed-by: wetmore
2017-01-06 01:09:03 +00:00
Brian Burkhalter
95ffeea1a3 8172153: Create workaround for failure to use ICC profile contained in a TIFF field
Work around errors due to using an embedded ICC profile from the metadata

Reviewed-by: prr
2017-01-03 14:15:15 -08:00
Phil Race
7c0476db0a 8171845: The bold font doesn't change when switch "Dialog","Serif" and "Monospaced"
Reviewed-by: serb
2017-01-03 11:43:07 -08:00
Prasanta Sadhukhan
3f949228a6 8170579: The "Banner page" checkbox is disabled
Reviewed-by: prr, pnarayanan
2017-01-02 15:09:52 +05:30
Dmitry Markov
6d8af8ad7e 8171952: [macosx] AWT_Modality/Automated/ModalExclusion/NoExclusion/ModelessDialog test fails as DummyButton on Dialog did not gain focus when clicked
Reviewed-by: ssadetsky, serb
2016-12-29 19:47:39 +03:00
Dmitry Markov
0a07e55fa4 8171949: [macosx] AWT_ZoomFrame Automated tests fail with error: The bitwise mask Frame.ICONIFIED is not setwhen the frame is in ICONIFIED state
Reviewed-by: ssadetsky, serb
2016-12-28 21:33:15 +03:00
Sergey Bylokhov
c828c703a9 8140266: Performance loss between jdk8 and jdk9 on Maskfill
Reviewed-by: prr, erikj, lbourges
2016-12-28 17:11:32 +03:00
Semyon Sadetsky
63d3e42189 8167652: Making a frame/dialog resizeble/unresizeble shifts its position on Unity
Reviewed-by: azvegint, serb
2016-12-28 12:43:57 +03:00
Abjihit Roy
03b01bf748 8171348: Incorrect documentation for DateTimeFormatter letter 'k'
Reviewed-by: rriggs
2016-12-26 23:20:57 +05:30
Abjihit Roy
8249bf7524 8170653: The javadoc of ZoneRules.previousTransition() is wrong
Reviewed-by: rriggs
2016-12-26 23:15:06 +05:30
Abjihit Roy
f661cea33c 8170566: Incorrect phrase usage in javadocs documentation
Reviewed-by: rriggs
2016-12-26 23:09:54 +05:30
Abjihit Roy
07c66ef572 8169482: java.time.DateTimeFormatter javadoc: F is not week-of-month
Reviewed-by: rriggs
2016-12-26 22:57:26 +05:30
Phil Race
2044170e89 Merge 2016-12-22 11:02:49 -08:00
Phil Race
346828e1c4 Merge 2016-12-22 11:00:49 -08:00
Lana Steuck
80340c2a34 Merge 2016-12-22 18:48:53 +00:00
Abjihit Roy
c9b965110f 8164923: Error in the documentation for java.lang.Random
Reviewed-by: rriggs
2016-12-22 23:35:52 +05:30
Lana Steuck
a9dccaf0a2 Merge 2017-01-05 19:46:39 +00:00
Lana Steuck
6a15784860 Added tag jdk-9+151 for changeset fb59ca170643 2017-01-05 17:51:11 +00:00
Claes Redestad
5ad7420c60 8172048: Re-examine use of AtomicReference in java.security.Policy
Reviewed-by: plevart, dholmes, chegar
2017-01-02 22:45:34 +01:00
Aleksei Efimov
608537a218 8067237: [TESTBUG] javax/xml/ws/xsanymixed/Test.java failed on compilation
Reviewed-by: lancea
2016-12-30 13:02:23 +03:00
Erik Joelsson
2197905d6d 8171471: libawt_xawt and libawt_headless should not set rpath to /.
Reviewed-by: tbell, redestad
2016-12-27 09:44:54 +01:00
Peter Levart
9de0bf15ef 8171988: Backout of fix for 8062389, 8029459, 8061950
Reviewed-by: chegar
2016-12-26 19:38:27 +01:00
Peter Levart
0081872919 8062389: Class.getMethod() is inconsistent with Class.getMethods() results
8029459: (reflect) getMethods returns methods that are not members of the class
8061950: Class.getMethods() exhibits quadratic time complexity

Reviewed-by: alanb, mchung, psandoz, dfuchs, darcy
2016-12-25 19:29:06 +01:00
Roger Riggs
b0e59adb6e 8171940: Incorrect statement about an absolute value of months unit after period's normalization
Reviewed-by: bpb
2016-12-23 13:42:21 -05:00
Vyom Tewari
7516f0284c 8168840: InetAddress.getByName() throws java.net.UnknownHostException no such interface when used with virtual interfaces on Solaris
Reviewed-by: chegar, clanger
2016-12-23 13:53:22 +05:30
Christoph Langer
88f43b3b3c 8171906: Changes for 8148023 break AIX build
Reviewed-by: goetz, bpb
2016-12-23 07:54:05 +01:00
Phil Race
cac1551c20 Merge 2016-12-22 09:30:58 -08:00
Vinnie Ryan
7c3de194b5 8171443: (spec) An ALPN callback function may also ignore ALPN
Reviewed-by: xuelei, wetmore
2016-12-22 17:15:33 +00:00
Sergey Bylokhov
482ad348b5 8169900: The code which use Applets should be deprecated
Reviewed-by: prr
2016-12-22 18:09:58 +03:00
Prasanta Sadhukhan
ba4736cba3 8170349: The printed content is beyond the borders
Reviewed-by: alexsch, aniyogi
2016-12-22 18:30:27 +05:30
Alexander Scherbatiy
803735d547 8133919: [macosx] JTable grid lines are incorrectly positioned on HiDPI display
Reviewed-by: serb
2016-12-22 12:17:56 +03:00
Alexander Scherbatiy
4d06c5d6fa 8169922: SwingMark/TextArea: 2-7% regression on Linux, Mac, Windows in 9-b143
Reviewed-by: flar, serb
2016-12-22 12:09:34 +03:00
Lana Steuck
c769c9f1cd Added tag jdk-9+150 for changeset 7781326fff20 2016-12-22 08:26:02 +00:00
Sibabrata Sahoo
3312369cf5 8161232: AsyncSSLSocketClose.java test fails timeout
AsyncSSLSocketClose.java test fails timeout

Reviewed-by: xuelei
2016-12-21 23:57:12 -08:00
Rachna Goel
716457d7f5 8167143: CLDR timezone parsing does not work for all locales
Reviewed-by: naoto
2016-12-22 06:05:31 +00:00
Xue-Lei Andrew Fan
ea0870c789 6972386: issues with String.toLowerCase/toUpperCase
Reviewed-by: weijun
2016-12-22 03:35:44 +00:00
Hamlin Li
6a35fe0f1b 8073080: TEST_BUG: sun/rmi/transport/tcp/DeadCachedConnection.java fails due to "ConnectException: Connection refused to host"
Reviewed-by: rriggs
2016-12-21 18:34:34 -08:00
Doug Lea
1414335f71 8170484: Miscellaneous changes imported from jsr166 CVS 2016-12
Reviewed-by: martin, smarks, psandoz
2016-12-21 14:26:52 -08:00
Doug Lea
bdab1d842f 8171051: LinkedBlockingQueue spliterator needs to support node self-linking
Reviewed-by: martin, smarks, psandoz
2016-12-21 14:22:53 -08:00
Brian Burkhalter
ce3243b0a6 8056205: (fs) Potential for NPE in Files.walkFileTree if closing directory fails
Change incorrect ioe != null to ioe == null

Reviewed-by: rriggs
2016-12-21 11:54:42 -08:00
Nadeesh TV
8f9235fc56 8145633: Adjacent value parsing not supported for Localized Patterns
Enhance the localized weekfields to take part in adjacent value parsing

Reviewed-by: rriggs, scolebourne
2016-12-21 18:45:34 +00:00
Brian Burkhalter
f986518c51 8165664: (ch) sun.nio.ch.SocketAdaptor does not respect timeout in case of system date/time change and blocks
Change System.currentTimeMillis() to System.nanoTime()

Reviewed-by: martin, rriggs
2016-12-21 07:49:36 -08:00
Athijegannathan Sundararajan
6802af0822 8170618: jmod should validate if any exported or open package is missing
Reviewed-by: jlaskey, chegar
2016-12-21 20:16:29 +05:30