1382 Commits

Author SHA1 Message Date
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
Alan Bateman
df5b632f58 8185853: Generate readability graph at link time and other startup improvements
Reviewed-by: mchung
2017-08-07 09:37:16 +01:00
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
Mandy Chung
2cb9e39fc9 8161121: VM::isSystemDomainLoader should consider platform class loader
Reviewed-by: alanb
2017-07-28 13:22:33 -07:00
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
Lana Steuck
1465bc0bba Merge 2017-07-27 02:05:45 +00: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
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
Claes Redestad
c50c7fefc5 8184603: Create ObjectStreamField signature lazily when possible
Reviewed-by: rriggs, chegar, alanb, shade
2017-07-18 12:40:30 +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
Naoto Sato
c4ffb950ea 8184314: Javadoc for Offsettime has "." where it should be ":" prior to seconds
Reviewed-by: rriggs
2017-07-14 10:42:46 -07:00
Abhijit Saha
1671d86c39 Merge 2017-07-13 21:34:07 -07:00
Jonathan Gibbons
5ea8f98724 8184208: update class="striped" tables for accessibility
Reviewed-by: lancea, bpb
2017-07-12 12:48:01 -07:00
Paul Sandoz
b34bad2ef3 8184119: Incorrect return processing for the LF editor of MethodHandles.permuteArguments
Reviewed-by: jrose, redestad, vlivanov
2017-07-11 10:04:34 -07:00
Nishit Jain
17d94f696c 8032842: Locale.filterTags()/lookupTag() methods return lowercased language tags
8175539: Duplicate matching tags returned by Locale.filterTags() for LanguageRange("*")

Reviewed-by: naoto
2017-07-07 12:19:00 +05:30
Lana Steuck
dce6788547 Merge 2017-07-07 03:09:23 +00:00
Ogata Kazunori
43fc1b68a2 8182743: Ineffective use of volatile hurts performance of Charset.atBugLevel()
Reviewed-by: clanger, redestad, plevart, coffeys
2017-07-01 20:35:28 +02:00
Joe Darcy
6e40f2e939 8183175: Add explicit constructors to MalformedParameterizedTypeException
Reviewed-by: bpb
2017-06-28 17:57:20 -07:00
Joe Darcy
22bcf60705 8183173: Add private constructors to Fdlibm-internal classes
Reviewed-by: bpb
2017-06-28 17:23:37 -07:00
Lana Steuck
7029c4aa42 Merge 2017-06-23 23:48:17 +00:00
Sean Mullan
efe930b425 8182652: RuntimePermission("usePolicy") is not a Java SE permission
Reviewed-by: mchung
2017-06-23 14:32:59 -04:00
Bradford Wetmore
e17204a39d 8178114: Fix guide links in security APIs
Reviewed-by: xuelei, mullan, weijun
2017-06-20 12:57:42 -07:00
Paul Sandoz
c70583ffc6 8182023: some java.util.jar docs contain links to technotes
Co-authored-by: Brent Christian <brent.christian@oracle.com>
Reviewed-by: mchung
2017-06-20 08:52:24 -07:00
Alan Bateman
0ecb46f58c 8182482: Module System spec updates
Co-authored-by: Alex Buckley <alex.buckley@oracle.com>
Reviewed-by: darcy, mr, mchung
2017-06-20 15:22:03 +01:00
Sean Mullan
04f35f6f89 8181295: Document that SecurityManager::checkPackageAccess may be called by the VM
Reviewed-by: mchung
2017-06-19 08:16:03 -04:00
Claes Redestad
81a4918f16 8181147: JNI_GetStringPlatformChars should have a fast path for UTF-8
8182451: Inconsistency between String.getBytes("Cp1252") and JNU_GetStringPlatformChars

Reviewed-by: martin, erikj, sherman, chegar, mikael
2017-06-19 09:29:11 +02:00
Alan Bateman
f4fe8c34f2 Merge 2017-06-17 08:03:05 +01:00
Doug Lea
dd284ef617 8181334: add spec for Deque.addAll
Reviewed-by: martin, psandoz, smarks, darcy
2017-06-16 19:50:16 -07:00
Alan Bateman
c89dae9fbc 8181087: Module system implementation refresh (6/2017)
Co-authored-by: Alex Buckley <alex.buckley@oracle.com>
Reviewed-by: plevart, mchung
2017-06-16 09:20:39 -07:00
Lana Steuck
0d2c126339 Merge 2017-06-16 04:54:54 +00:00
Lana Steuck
be753c89af Merge 2017-06-14 19:58:49 +00:00
Ron Pressler
58eac96b16 8161207: remove extra MethodHandle subclass in MethodHandleImpl
Add intrinsic name to LambdaForm.NamedFunction, but keep IntrinsicMethodHandle; interim solution

Co-authored-by: Vlaidmir Ivanov <vladimir.x.ivanov@oracle.com>
Reviewed-by: psandoz
2017-06-13 01:34:30 +03:00
Paul Sandoz
70eda1ba26 8181824: Broken javadoc link in java.util.BitSet
Reviewed-by: martin
2017-06-09 11:26:42 -07:00
Mandy Chung
fd73998610 8181696: Package versioning link does not exist in JAR file specification
Reviewed-by: alanb
2017-06-07 18:54:45 -07:00
Naoto Sato
ff459e09b2 8181586: DateTimeTextProvider.getInstance() returns a new instance every time
Reviewed-by: rriggs
2017-06-06 10:34:21 -07:00
Ron Pressler
ac0bf2d401 8181292: Backport Rename internal Unsafe.compare methods from 10 to 9
Reviewed-by: psandoz, dholmes, mchung
2017-06-05 16:05:24 -07:00
Lana Steuck
ce477ddb3a Merge 2017-06-03 02:49:49 +00:00
Naoto Sato
b2870f2b5f 8180375: Rename <baseName>Provider to <packagename>.spi.<simpleName>Provider
Reviewed-by: mchung
2017-06-01 14:52:53 -07:00
Roger Riggs
4fff93d5b6 8181156: html5 issues in java.base javadoc
Reviewed-by: alanb
2017-06-01 09:28:59 -04:00
Valerie Peng
fc10ff7fe0 8180635: (doc) Clarify the compatibility and interoperability issue when using provider default values
Updated the javadoc of KeyPairGenerator, KeyGenerator, AlgorithmParameterGenerator and their Spi classes

Reviewed-by: mullan
2017-06-01 03:26:30 +00:00
Hamlin Li
696328559d 8181082: class-level since tag issues in java.base & java.datatransfer module
Reviewed-by: alanb, serb
2017-05-31 19:54:16 -07:00