12352 Commits

Author SHA1 Message Date
Mandy Chung
af1a4e67e7 8181834: Broken link in jdk.jdi module documentation
Reviewed-by: sspitsyn
2017-06-19 13:59:45 -07:00
Weijun Wang
157b885e4f 8182118: Package summary is missing in jdk.security.auth module
Reviewed-by: mullan, mchung
2017-06-19 22:54:09 +08: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
Thomas Stuefe
b6e3d33927 8181419: Race in jdwp invoker handling may lead to crashes or invalid results
Reviewed-by: sspitsyn, sgehwolf, clanger
2017-06-19 11:52:01 +02: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
Sergey Bylokhov
521751020d 8181894: java.desktop module documentation has links to technotes
Reviewed-by: mchung
2017-06-19 07:19:27 +03:00
Sergey Bylokhov
948995eda5 8180889: Cleanup of javadoc in java.datatransfer module
Reviewed-by: prr, azvegint
2017-06-18 17:33:47 +03:00
Mandy Chung
e4a6d45c1f 8182416: Clean up module-info.java like move requires transitive adjacent to exports
Reviewed-by: alanb
2017-06-17 11:50:55 -07: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
David Dehaven
851f09db00 Merge 2017-06-16 17:41:05 -07:00
Artem Smotrakov
dd0b582f4b 8182388: Backout 8182143
Reviewed-by: xuelei
2017-06-16 17:06:35 -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
Christoph Langer
d9286d66e8 8181417: Code cleanups in com.sun.jdi
Reviewed-by: alanb, stuefe, sspitsyn
2017-06-16 14:09:31 +02:00
Prasanta Sadhukhan
c969610980 8182031: Swing's ComboBox Popup opens and closes immediately
Reviewed-by: azvegint
2017-06-16 11:07:45 +05:30
Lana Steuck
0d2c126339 Merge 2017-06-16 04:54:54 +00:00
Artem Smotrakov
7be8618771 8182143: SHA224-based signature algorithms are not enabled for TLSv12 on Windows
Reviewed-by: xuelei
2017-06-15 15:00:30 -07:00
Vyom Tewari
4464690740 8176192: Incorrect usage of Iterator in Java 8 In com.sun.jndi.ldap.EventSupport.removeNamingListener
Reviewed-by: psandoz
2017-06-15 17:50:21 +05:30
Weijun Wang
a40a1cb6c0 8181501: KeyTool help does not show -ext for -certreq
Reviewed-by: vinnie
2017-06-15 08:34:42 +08:00
Lana Steuck
be753c89af Merge 2017-06-14 19:58:49 +00:00
Weijun Wang
24934091d9 8181841: A TSA server returns timestamp with precision higher than milliseconds
Reviewed-by: vinnie
2017-06-14 12:32:17 +08:00
Shashidhara Veerabhadraiah
5abad61670 6267105: UIDefaults.getUIError dumps error message to System.err and also throws Error
Reviewed-by: prr, ssadetsky
2017-06-13 14:32:24 +05:30
Sergey Bylokhov
88d3c4132f 8181877: Cleanup of javadoc in javax.accessibility package
Reviewed-by: prr
2017-06-13 02:27:01 +03: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
George Triantafillou
3aaa47204a 8166748: Clean out Windows IA64 support
Reviewed-by: kbarrett, coleenp, bobv, mdoerr
2017-06-12 13:22:48 -04:00
Paul Sandoz
70eda1ba26 8181824: Broken javadoc link in java.util.BitSet
Reviewed-by: martin
2017-06-09 11:26:42 -07:00
Kumar Srinivasan
2a1e7b6b4a 8180334: Unable to build jaotc launcher on windows
Reviewed-by: erikj, ihse, mchung
2017-06-09 09:54:59 -07:00
Sergey Bylokhov
90233ea705 8180326: Update the tables in java.desktop to be HTML-5 friendly
Reviewed-by: prr, azvegint
2017-06-08 22:07:08 -07:00
Jesper Wilhelmsson
db7a9c5b60 Merge 2017-06-08 14:49:07 +02:00
Magnus Ihse Bursie
0a843fc371 8180300: Move JDWP specs to specs directory
Reviewed-by: sspitsyn
2017-06-08 13:49:11 +02:00
Daniel Fuchs
3d902cf92a 8180044: java/net/httpclient/ManyRequests.java failed due to timeout
Fixes several race conditions observed while testing.

Reviewed-by: michaelm, msheppar, prappo
2017-06-08 12:41:07 +01:00
Daniel Fuchs
7a520e19a1 8181430: HTTP/2 client might deadlock when receiving data during the initial handshake
CountDownLatch removed. Data produced during the handshake is instead buffered until the preface is sent.

Reviewed-by: michaelm, msheppar, prappo
2017-06-08 12:24:13 +01:00
Magnus Ihse Bursie
a171cafd32 8181776: Move back specs to closed
Reviewed-by: erikj
2017-06-08 11:24:46 +02:00
Mandy Chung
08c80bdefc 8181639: Add tool and services information to module summary
Reviewed-by: alanb, psandoz, lancea
2017-06-07 21:15:06 -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
Lance Andersen
644aec5212 8181195: Mark java.se.ee aggregator module deprecated and for removal
Reviewed-by: joehw, alanb, mchung
2017-06-07 15:05:35 -04:00
Phil Race
e7a9736953 Merge 2017-06-07 06:45:09 -07:00
Sreeprakash Sreedharan
5116cbb2bd 8180370: Characters are skipped on input of Korean text on OS X
Reviewed-by: serb, prr
2017-06-07 16:43:18 +05:30
Xue-Lei Andrew Fan
dcb0a2763b 8178728: Check the AlgorithmParameters in algorithm constraints
Reviewed-by: valeriep, ascarpino
2017-06-07 05:52:02 +00:00
Naoto Sato
ff459e09b2 8181586: DateTimeTextProvider.getInstance() returns a new instance every time
Reviewed-by: rriggs
2017-06-06 10:34:21 -07:00
Prasanta Sadhukhan
7034b57473 8181640: Spelling mistake in javadoc javax.swing.JEditorPane.scrollToReference(String)
Reviewed-by: serb
2017-06-06 11:56:01 +05:30
Prasanta Sadhukhan
8f06089168 8181401: Error in Javadoc for JTabbedPane getAccessibleName()
Reviewed-by: serb, ssadetsky
2017-06-06 11:11:12 +05:30
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
Phil Race
d5fb09f608 Merge 2017-06-05 11:00:25 -07:00
Lana Steuck
ce477ddb3a Merge 2017-06-03 02:49:49 +00:00
Phil Race
53f5b8475a Merge 2017-06-02 14:45:30 -07:00
Pavel Rappo
cc296e46f5 8180155: WebSocket secure connection get stuck after onOpen
8156518: WebSocket.Builder.connectTimeout(long timeout, TimeUnit unit) implicitly affect websocket connection timeout

Reviewed-by: dfuchs
2017-06-02 18:32:39 +01:00
Anton Litvinov
87be0f2e80 8181192: [macos] javafx.print.PrinterJob.showPrintDialog() hangs on macOS
Reviewed-by: prr, serb
2017-06-02 18:40:55 +03: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