12353 Commits

Author SHA1 Message Date
Ivan Gerasimov
ab1f27286b 8185754: Typo in java.util.regex.Pattern javadoc: no slash in \p class
Reviewed-by: bpb
2017-08-02 16:20:02 -07:00
Brian Burkhalter
0227368887 8185623: (se) AbstractSelector.selectorOpen is not published safely
Make 'selectorOpen' instance variable final

Reviewed-by: chegar
2017-08-01 16:08:17 -07:00
Bradford Wetmore
570bbe25a2 8169080: Improve documentation examples for crypto applications
Reviewed-by: mullan
2017-08-01 15:30:13 -07:00
Jonathan Gibbons
276506ab24 8185669: Doc issues in assorted small jdk.* modules
Reviewed-by: bpb, chegar
2017-08-01 15:23:13 -07:00
Vladimir Kozlov
8a7e0be29b Merge 2017-08-01 13:04:59 -07:00
Ujwal Vangapally
a3821dc595 8181895: javax management docs contain links to technotes
Edited links to point to Alternate paths

Reviewed-by: rriggs
2017-08-01 10:33:47 +05:30
Jonathan Gibbons
2de62f2a74 8185589: jdk.management API has accessibility issues
Reviewed-by: alanb
2017-07-31 17:37:46 -07:00
Jonathan Gibbons
85c53bd552 8185588: jdk.attach API has accessibility issues
Reviewed-by: alanb
2017-07-31 16:02:23 -07:00
Sergey Bylokhov
e551b06bb7 8139050: -[AWTView draggingEnded:]: unrecognized selector message during drag and drop
Reviewed-by: azvegint
2017-07-28 14:39:48 -07:00
Mandy Chung
2cb9e39fc9 8161121: VM::isSystemDomainLoader should consider platform class loader
Reviewed-by: alanb
2017-07-28 13:22:33 -07:00
Jonathan Gibbons
1b9cc2f7a2 8186153: Fix a11y and HTML issues in the java.math, java.text and java.time packages
Reviewed-by: lancea, bpb
2017-08-11 14:07:14 -07:00
Jonathan Gibbons
c79d52b103 8186052: Fix a11y and HTML issues in the java.base/java.lang[.*] packages
Reviewed-by: smarks
2017-08-10 15:23:03 -07:00
Jonathan Gibbons
330008fbf2 8185994: Fix a11y and HTML issues in the java.base/java.io and java.base/java.nio packages
Reviewed-by: bpb, smarks
2017-08-10 15:21:17 -07:00
Doug Lea
2f31db126d 8185099: Miscellaneous changes imported from jsr166 CVS 2017-08
Reviewed-by: martin, psandoz
2017-08-09 17:40:38 -07:00
Doug Lea
9f28d43df5 8185830: ConcurrentSkipListSet.clone() fails with UnsupportedOperationException
Reviewed-by: martin, psandoz, plevart
2017-08-09 17:30:51 -07:00
Jonathan Gibbons
880c64b6af 8185984: fix a11y and html issues in java.logging module
Reviewed-by: dfuchs, mchung
2017-08-09 15:39:50 -07:00
Jonathan Gibbons
74419eb34a 8185867: fix a11y and html issues in jdk.jdi docs
Reviewed-by: alanb
2017-08-08 12:01:02 -07:00
Prasanta Sadhukhan
c6ce199830 7190581: Nimbus: PgDn at the bottom causes scrolling
Reviewed-by: ssadetsky
2017-07-28 10:26:22 +05:30
Brian Burkhalter
d5769843a5 8185092: Data race in FilterOutputStream.close
Change boolean instance variable "closed" to an AtomicBoolean.

Reviewed-by: martin, alanb, redestad
2017-07-27 13:13:19 -07:00
Phil Race
b9a122f2e9 Merge 2017-07-27 12:36:57 -07:00
Nishit Jain
933a5cc639 8177472: Remove hard-coded IANA Subtag Registry map in LocaleEquivalentMap.java
Reviewed-by: naoto, rriggs, tbell
2017-07-27 11:38:55 +05:30
Lana Steuck
1465bc0bba Merge 2017-07-27 02:05:45 +00:00
Jonathan Gibbons
27673eaede 8185359: Unnecessary <p> in module doc comment
Reviewed-by: mchung, lancea
2017-07-26 14:09:21 -07:00
Prasanta Sadhukhan
4b8cfe5a60 8173739: JPopupMenu does not disappear on KeyEvent
Reviewed-by: serb
2017-07-26 10:47:13 +05:30
Xue-Lei Andrew Fan
f13bcda829 6645409: Remove unused DefaultHostnameVerifier
Reviewed-by: mullan
2017-07-25 22:21:09 +00:00
Xue-Lei Andrew Fan
415359251f 8184316: Typo in javax.net.ssl.SSLServerSocket class documentation
Reviewed-by: mullan
2017-07-25 22:19:54 +00:00
Phil Race
384694c8fe Merge 2017-07-25 14:07:37 -07:00
Jonathan Gibbons
5ab0c516e1 8184217: Redundant <p> tag before list
Reviewed-by: lancea
2017-07-24 13:54:57 -07:00
Adam Petcher
657a610888 8183591: Incorrect behavior when reading DER value with Integer.MAX_VALUE length
Reviewed-by: mullan
2017-07-24 10:18:33 -04:00
Doug Lea
e043d76f49 8178409: Miscellaneous changes imported from jsr166 CVS 2017-07
Reviewed-by: martin, psandoz
2017-07-22 09:18:50 -07:00
Doug Lea
c887543d2d 8177632: ScheduledThreadPoolExecutor delayed task shutdown policy affects non-scheduled tasks
8176254: ScheduledThreadPoolExecutor periodic tasks not cancelled if running at shutdown
8173113: Javadoc for ThreadPoolExecutor is unclear wrt corePoolSize and running threads

Reviewed-by: martin, psandoz, dholmes
2017-07-22 09:13:53 -07:00
Doug Lea
8e1db99fd6 8178956: Misleading description of arguments to accumulator function called by LongAccumulator
Reviewed-by: martin, psandoz, dholmes, darcy
2017-07-22 09:08:50 -07:00
Doug Lea
a2667824fb 7062169: (coll) micro-optimize ArrayList.remove(Object)
Reviewed-by: martin, psandoz, igerasim
2017-07-22 09:03:50 -07:00
Sergey Bylokhov
3a213c4a3d 8134256: copy/paste duplicated tests in some condition statements
Reviewed-by: azvegint
2017-07-21 16:27:35 -07:00
Ujwal Vangapally
ddd48329ea 8183899: JMXConnectorFactory link to ServiceLoader gives 404
Edited link to point to correct path

Reviewed-by: alanb
2017-07-21 15:01:44 +05:30
Prasanta Sadhukhan
c0bd091880 8184813: Class javax/swing/plaf/metal/MetalFontDesktopProperty is broken in JDK10
Reviewed-by: prr, serb
2017-07-21 10:23:37 +05:30
Phil Race
fcb2270392 Merge 2017-07-20 09:38:27 -07:00
Abhijit Saha
68fc0e86fe Merge 2017-07-18 10:39:10 -07:00
Xueming Shen
d98cecb4c0 8184306: zlib 1.2.11 upgrade triggers j.u.zip.Deflater regression
Reviewed-by: alanb, bpb
2017-07-17 14:48:43 -07:00
Phil Race
eae603822b Merge 2017-07-17 09:14:23 -07:00
Andrew M Leonard
b9a12d1bc1 8183123: JDP packets have no processId context set
Reviewed-by: dcubed, clanger
2017-07-17 15:46:34 +02:00
Naoto Sato
bae3fb9142 8183902: Remove unnecessary definitions in locale_str.h for macOS
Reviewed-by: rriggs
2017-07-19 14:48:53 -07:00
Roger Riggs
5165b80762 8184808: (process) isAlive should use pid for validity, not /proc/pid
Reviewed-by: stuefe, xiaofeya
2017-07-19 16:24:38 -04:00
Alan Bateman
9d44112c17 8184916: DisabledAlgorithmConstraints loading should be delayed until needed
Reviewed-by: mullan
2017-07-19 19:31:48 +01:00
Alan Bateman
cbfc2c16c2 8184917: System.initPhase1 does not need to pre-load libzip
Reviewed-by: redestad
2017-07-19 19:30:08 +01:00
Claes Redestad
17fad0eecc 8184665: Skip name and alias checks for standard Charsets
Reviewed-by: sherman, rriggs, forax
2017-07-19 14:40:50 +02:00
Brian Burkhalter
c67a6c326c 8184807: (ch) Clean up handling of some Windows function return values in libnio
Properly check and respond to Windows function return values in libnio

Reviewed-by: alanb
2017-07-18 17:56:52 -07:00
Claes Redestad
c50c7fefc5 8184603: Create ObjectStreamField signature lazily when possible
Reviewed-by: rriggs, chegar, alanb, shade
2017-07-18 12:40:30 +02:00
Christoph Langer
de7cf682e8 8184673: Fix compatibility issue in AlgorithmChecker for 3rd party JCE providers
Reviewed-by: ascarpino, mullan
2017-07-17 11:47:12 +02:00
Ivan Gerasimov
5848e1bac4 8184706: Matcher doesn't indicate hitEnd after matching \u0D with \R at EOL
Reviewed-by: sherman
2017-07-15 14:01:49 -07:00