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
Jonathan Gibbons
d2b3d30d6a
8181290: Invalid HTML 5 in core-libs docs
...
Reviewed-by: mchung, lancea
2017-05-30 15:48:54 -07:00
Magnus Ihse Bursie
5fff5a2fd2
8175824: Adapt javadoc generation to different requirements for JDK and JavaSE
...
Reviewed-by: erikj, mchung
2017-05-29 09:18:16 +02:00
Mandy Chung
4f8f7b2501
8181033: Confusing message: A JNI error has occurred, please check your installation and try again
...
Reviewed-by: alanb, dholmes, ksrini
2017-05-25 10:40:08 -07:00
Hamlin Li
51272f395a
8180807: java.io.Serializable class-level readObject description error
...
Reviewed-by: chegar, rriggs
2017-05-24 19:02:45 -07:00
Li Jiang
74ef00df37
8180167: JDK9 message drop 40 l10n resource file updates
...
Reviewed-by: alanb, mchung, dfuchs, rfield, shinyafox, weijun, joehw
2017-05-23 23:25:26 -07:00
Joe Darcy
538f99f6ca
8074977: Constructor.getAnnotatedParameterTypes returns wrong value
...
Additional comments from plevart and forax
Reviewed-by: mchung, alanb
2017-05-23 14:34:45 -07:00
Brian Burkhalter
0f5b1f5cf8
8180353: FileOutputStream documentation does not indicate properly whether files get truncated or not
...
Update documentation of FileOutputStream(String)
Reviewed-by: chegar, dfuchs
2017-05-23 11:47:52 -07:00
Daniel Fuchs
b518bb5bcd
8180428: Clarify implementation note in Clock.java to match implementation changes made by JDK-8068730
...
Reviewed-by: dholmes, scolebourne
2017-05-23 11:33:01 +01:00
Thomas Stuefe
448c3c6d9a
8180424: Another build issue on AIX after 8034174
...
Reviewed-by: clanger, vtewari
2017-05-21 10:52:36 +02:00
Henry Jen
ca94b73222
8180447: Trailing space in JDK_JAVA_OPTIONS causes an application fail to launch
...
Reviewed-by: alanb, mchung, ksrini
2017-05-17 16:26:23 -07:00
Brian Burkhalter
374e7bae7a
7086489: File.lastModified should accuracy as well as resolution
...
Add an @apiNote indicating that the last-modified time might be of coarser than millisecond granularity.
Reviewed-by: smarks
2017-05-17 14:29:26 -07:00
Sean Mullan
a99fc645d6
8180307: Update JDK 9 Required Cipher Algorithms
...
Reviewed-by: valeriep
2017-05-17 08:51:46 -04:00
Roger Riggs
27770e6af7
8180319: Update Serialization spec to omit obsolete serialver -show and change history
...
Reviewed-by: chegar
2017-05-16 09:42:38 -04:00
Stuart Marks
44bdf50a3a
8180137: fix broken link in java.lang.Iterable
...
Reviewed-by: rriggs
2017-05-12 14:52:26 -07:00
Ron Pressler
999aabdd77
8180075: Javadoc of MethodHandles.Lookup::bind should note the difference from MethodHandle::bindTo
...
Reviewed-by: psandoz
2017-05-12 13:43:06 -07:00
Roger Riggs
48dc9fb500
8180082: Broken javadoc links
...
Reviewed-by: mchung, bpb, chegar, ihse
2017-05-12 15:15:43 -04:00
Doug Lea
810e80970a
8179515: Class java.util.concurrent.ThreadLocalRandom fails to Initialize when using SecurityManager
...
Break connection to security framework by using VM.getSavedProperty to read the proeprty.
Reviewed-by: dholmes, martin, redestad, psandoz, mchung
2017-05-11 19:34:59 -04:00
Jonathan Gibbons
b05e3d5acf
8179592: Update tables in java.base to be HTML 5-friendly
...
Reviewed-by: mchung, darcy, martin
2017-05-11 10:48:00 -07:00
Stuart Marks
56a26d4865
8180128: small errors in String javadoc
...
Reviewed-by: lancea
2017-05-10 15:59:15 -07:00
Pavel Rappo
c74eb4302e
8179021: Latest bugfixes to WebSocket/HPACK from the sandbox repo
...
Reviewed-by: dfuchs
2017-05-10 12:36:14 +01:00
Magnus Ihse Bursie
e52af5f5b3
8178278: Move Standard Algorithm Names document to specs directory
...
Reviewed-by: erikj, wetmore, mullan
2017-05-10 09:02:43 +02:00
Ron Pressler
30c35f5e34
8177153: LambdaMetafactory has default constructor
...
Reviewed-by: psandoz
2017-05-09 15:04:46 -07:00
Mandy Chung
2acf66bce5
8179950: Custom system class loader using Enum.valueOf in its initialization triggers java.lang.InternalError
...
Reviewed-by: alanb, dfuchs, lancea
2017-05-09 10:34:13 -07:00
Brian Burkhalter
b1572c1a3d
8179662: OutputStreamWriter javadocs states that you can set the buffer size but there is no way to do that
...
Change specification verbiage to match longstanding behavior
Reviewed-by: briangoetz, chegar, lancea, rriggs
2017-05-09 07:40:20 -07:00
Magnus Ihse Bursie
97df63049c
8179889: Fix typographic errors in copyright headers
...
Reviewed-by: erikj, dholmes
2017-05-09 12:57:30 +02:00
Mandy Chung
429e4ac085
8020801: Apply the restriction of invoking MethodHandles.lookup to j.l.r.Method.invoke
...
Reviewed-by: plevart, psandoz
2017-05-08 21:21:39 -07:00
Mandy Chung
53460df056
8179645: java.util.jar.Packer.newPacker and newUnpacker fails when running with security manager
...
Reviewed-by: alanb, ksrini
2017-05-04 15:39:09 -07:00
Alan Bateman
853c626781
Merge
2017-05-04 09:43:09 +01:00
Alan Bateman
4c0e26e374
8178380: Module system implementation refresh (5/2017)
...
Co-authored-by: Mandy Chung <mandy.chung@oracle.com>
Co-authored-by: Chris Hegarty <chris.hegarty@oracle.com>
Reviewed-by: mchung, alanb, sspitsyn
2017-05-04 07:26:55 +00:00
Bradford Wetmore
0eb6c339c3
8178014: CryptoPolicyParser's API comment contains < and > characters
...
Reviewed-by: ksrini, mullan
2017-05-02 10:34:22 -07:00
Mark Sheppard
ea8aed80d3
8179512: Typo in HttpURLConnection documentation
...
Reviewed-by: chegar
2017-05-02 15:50:46 +01:00
Paul Sandoz
0bd3951f5a
8167229: Improve VarHandle documentation
...
Reviewed-by: martin, abuckley
2017-05-01 11:16:01 -07:00
Ron Pressler
b8116f74c0
8177146: MethodHandles.Lookup::bind allows illegal protected access
...
Reviewed-by: psandoz, vlivanov, redestad
2017-05-01 10:43:40 -07:00
Stuart Marks
cb05e8ea85
8150488: Scanner.findAll() can return infinite stream if regex matches zero chars
...
Reviewed-by: sherman
2017-04-28 12:16:30 -07:00
Doug Simon
3a3040f1c9
8177845: Need a mechanism to load Graal
...
Reviewed-by: kvn, mchung
2017-04-27 13:07:23 -07:00
Jonathan Gibbons
7f3d5dc40b
8179413: Fix remaining minor HTML5 issues in java.base module
...
Reviewed-by: darcy, lancea
2017-04-27 17:43:13 -07:00
Jonathan Gibbons
bd1ab99c87
8179370: Replace use of <tt>, <center> and <font> tags in java.base
...
Reviewed-by: darcy, alanb, mchung
2017-04-27 09:47:40 -07:00
Jonathan Gibbons
2c7e41e237
8179367: update use of align, valign attributes in java.base to use style attribute
...
Reviewed-by: martin, mchung
2017-04-26 16:05:55 -07:00
Jonathan Gibbons
1838d55322
8179364: update "<a name=" in java.base module to use id attribute
...
Reviewed-by: darcy
2017-04-26 13:38:21 -07:00
Magnus Ihse Bursie
53c66b282c
8179022: Add serialization spec as markdown
...
Reviewed-by: erikj, mchung, rriggs
2017-04-23 21:33:29 +02:00
Pavel Rappo
83ca4d9575
8177738: Runtime.Version must be a value-based class
...
8148822: (spec) Regex in Runtime.Version and JEP 223 should match
8160954: (spec) Runtime.Version regex and $PRE/$OPT issues
8148877: (spec) Specify when an empty '+' is required in a version string
Co-authored-by: Iris Clark <iris.clark@oracle.com>
Reviewed-by: psandoz, rriggs
2017-04-21 19:13:47 +01:00
Naoto Sato
e4e2e277fc
8178823: Unable to initialize HijrahCalendar: Hijrah-umalqura when running with a security manager
...
Reviewed-by: lancea, rriggs
2017-04-20 14:09:35 -07:00
Stuart Marks
d87636bed7
8167981: Optional: add notes explaining intended use
...
Reviewed-by: martin, psandoz
2017-04-20 11:40:57 -07:00
Sean Mullan
2cef018734
8038893: Recertify certificate matching
...
Reviewed-by: xuelei, jdn, erikj, asmotrak
2017-03-20 07:38:52 -04:00
Daniel Fuchs
240fd78fc1
8174985: NTLM authentication doesn't work with IIS if NTLM cache is disabled
...
Reviewed-by: aefimov, chegar, rhalade
2017-02-23 12:08:44 +00:00
Vyom Tewari
ead148cf2e
8171533: Better email transfer
...
Reviewed-by: chegar, dfuchs
2017-02-22 15:23:09 +05:30