1570 Commits

Author SHA1 Message Date
Alejandro Murillo
179f7b527c Merge 2016-07-05 20:41:56 -07:00
Anthony Scarpino
26f45543e5 8154015: Apply algorithm constraints to timestamped code
Reviewed-by: mullan
2016-07-05 15:37:42 -07:00
Alejandro Murillo
451f529750 Merge 2016-07-05 13:50:37 -07:00
Masayoshi Okutsu
bc8144c597 8136356: Add time zone mappings on Windows
Reviewed-by: peytoia
2016-07-05 13:53:30 +09:00
Mandy Chung
9a3757b37a 8160698: java --dry-run should not cause main class be initialized
Reviewed-by: ksrini
2016-07-04 09:13:13 -07:00
Bhanu Prakash Gopularam
9717ec036b 8159616: java.time.Instant falls through switch statement
Removed the unneeded case statement INSTANT_SECONDS

Reviewed-by: rriggs, scolebourne
2016-07-04 10:50:28 +00:00
Michael Haupt
a06c5e0f57 8143211: provide bytecode intrinsics for loop and try/finally executors
Reviewed-by: psandoz, redestad, vlivanov
2016-07-04 10:08:18 +02:00
Masayoshi Okutsu
99921c2f0e 8159943: JavaTimeSupplementary resource bundles need update
Reviewed-by: naoto
2016-07-04 13:00:15 +09:00
Anthony Scarpino
50e42d2212 8159180: Remove default setting for jdk.security.provider.preferred
Reviewed-by: xuelei
2016-07-02 13:51:20 -07:00
Kumar Srinivasan
3596fa197c 8145418: [macosx] Help message for -Xdock:name has a superfluous trailing quote "
Reviewed-by: naoto
2016-07-01 15:13:00 -07:00
Vinnie Ryan
dc536f2d74 8157730: Mark deprecated java.security.{Identity,IdentityScope,Signer} APIs with forRemoval=true
Reviewed-by: mullan
2016-07-01 22:55:26 +01:00
Brian Burkhalter
7f9465ef15 8160018: (fs) Remove GioFileTypeDetector on Solaris
Remove the GioFileTypeDetector from the chain of FileTypeDetectors provided by SolarisFileSystemProvider.

Reviewed-by: rriggs
2016-07-01 12:55:23 -07:00
Sean Mullan
3520eff611 8157847: Deprecate the java.security.acl API with forRemoval=true
Reviewed-by: weijun, mchung
2016-07-01 14:29:18 -04:00
Sean Mullan
0ce484cdd7 8157707: Deprecate the java.security.Certificate API with forRemoval=true
Reviewed-by: xuelei
2016-07-01 11:42:26 -04:00
Alejandro Murillo
3689909db0 Merge 2016-07-01 16:50:37 -07:00
Alejandro Murillo
a0e450c561 Merge 2016-06-30 10:31:19 -07:00
Brent Christian
1add863d15 8160370: System.getProperty("os.version") returns "Unknown" on Mac
Read SystemVersion.plist on pre-10.9 Mac OS

Reviewed-by: bpb, ddehaven, gziemski, rriggs
2016-06-30 10:13:30 -07:00
Jamil Nimeh
07720b0e61 8030132: Cipher.init syntax error in javadoc @code tag
8160222: javax/crypto/Cipher.java has a typo

Fixes typographical errors in javax/crypto/Cipher.java

Reviewed-by: weijun
2016-06-30 07:14:56 -07:00
Yuka Kamiya
657cb0f3b4 7090039: Wrong link in comment of java.text.DateFormatSymbols
Reviewed-by: okutsu
2016-06-30 16:57:25 +09:00
Christoph Langer
d755ba941f 8158023: SocketExceptions contain too little information sometimes
Reviewed-by: rriggs, msheppar, chegar
2016-06-30 09:30:09 +02:00
Jamil Nimeh
ec5c0f3089 8143302: javax/net/ssl/Stapling/SSLSocketWithStapling.java fails intermittently: Server died
Fixes a file descriptor leak in the test and a thread exhaustion issue in the StatusResponseManager in JSSE.

Reviewed-by: xuelei
2016-06-30 00:09:06 -07:00
Alejandro Murillo
5370eb5519 Merge 2016-06-29 21:49:41 -07:00
Volker Simonis
50623e2781 8160457: VersionProps.versionNumbers() is broken
Reviewed-by: redestad, mchung, iris
2016-06-29 10:07:15 +02:00
Vladimir Kozlov
b7a4c8d92a Merge 2016-06-24 15:06:50 -07:00
Alejandro Murillo
d26d73b61e Merge 2016-06-23 17:11:19 -07:00
Alejandro Murillo
53f4bd6df0 Merge 2016-06-23 17:07:31 -07:00
Brent Christian
17dc09ea23 7131356: (props) "No Java runtime present, requesting install" when creating VM from JNI [macosx]
Replace JRS calls with Core Foundation calls

Reviewed-by: naoto
2016-06-23 14:14:06 -07:00
Paul Sandoz
3f0273a3c4 8154737: Rename VarHandle.compareAndExchangeVolatile to VarHandle.compareAndExchange
Reviewed-by: shade
2016-06-23 13:46:48 +02:00
Xueming Shen
e922fb0afb 8159545: closed/java/io/Console/TestConsole.java failed with exit code 1
Reviewed-by: rriggs
2016-06-22 11:31:07 -07:00
Chris Hegarty
34f5b60b4a 8157166: Update spec to account for platforms that do not support multicast
Reviewed-by: alanb
2016-06-22 09:21:06 +01:00
Vyom Tewari
b75020a9b0 8071660: URLPermission not handling empty method lists correctly
Reviewed-by: chegar, dfuchs, prappo, rriggs
2016-06-22 09:01:34 +01:00
Masayoshi Okutsu
c213f457ce 8159766: "Switching encoding from UTF-8 to ISO-8859-1" log message should be trace/debug message
Reviewed-by: alanb, mchung, naoto
2016-06-22 16:12:39 +09:00
Naoto Sato
e18eaa2e9b 8159548: Formatter returns unexpected strings if locale is null
Reviewed-by: sherman
2016-06-21 15:15:05 -07:00
Vyom Tewari
6ae11043e9 8114860: Behavior of java.net.URLPermission.getActions() contradicts spec
Reviewed-by: chegar, prappo
2016-06-21 16:52:16 +01:00
Vyom Tewari
bb15c9c8bf 8154234: Remove netdoc URL protocol Handler
Reviewed-by: chegar
2016-06-21 16:42:33 +01:00
Vyom Tewari
47ade5bbb9 8144008: Setting NO_PROXY on HTTP URL connections does not stop proxying
Reviewed-by: chegar, rriggs
2016-06-21 14:00:59 +01:00
Claes Redestad
6c5912ccaa 8159590: Remove deprecated methods from jdk.internal.misc.VM
Reviewed-by: chegar, dholmes
2016-06-21 12:05:23 +02:00
Weijun Wang
8c65ff9c8c 8157318: ThreadedSeedGenerator uses System.currentTimeMillis and stops generating when time is set back
Reviewed-by: xuelei, wetmore
2016-06-21 11:09:13 +08:00
Brian Burkhalter
432ff69a8b 8136738: InputStream documentation for IOException in skip() is unclear or incorrect
Clarify javadoc of skip().

Reviewed-by: rriggs, prappo
2016-06-20 14:08:05 -07:00
Paul Sandoz
734dbe4089 8158039: VarHandle float/double field/array access should support CAS/set/add atomics
Reviewed-by: shade, vlivanov, darcy
2016-06-20 17:57:19 +02:00
Mandy Chung
23a9fbcadd 8159630: Add new test for jdk.internal.misc.VM::getRuntimeArguments
Reviewed-by: lancea
2016-06-17 14:37:00 -07:00
Roger Riggs
2fce52789b 8155808: Process.getInputStream().skip() method is faulty
For Process input streams, implement skip as read

Reviewed-by: prappo, dfuchs
2016-06-17 15:57:28 -04:00
Paul Sandoz
d7695b19e9 8159821: "PrimitiveStream.iterateFinite" methods contain incorrect code sample
Reviewed-by: chegar, briangoetz
2016-06-17 10:08:39 -07:00
Aleksey Shipilev
e663206d07 8157726: VarHandles/Unsafe should support sub-word atomic ops
Reviewed-by: psandoz, vlivanov, lagergren
2016-06-15 11:20:15 +03:00
Alejandro Murillo
2d3401c846 Merge 2016-06-10 15:19:33 -07:00
Steve Drach
9f0c345f7f 8114827: JDK 9 multi-release enabled jar tool
Reviewed-by: chegar
2016-06-10 13:57:51 -07:00
Paul Sandoz
7dd146f072 8160439: Replace asserts in VarHandle.AccessMode with tests
Reviewed-by: vlivanov, rriggs, martin
2016-06-29 08:30:49 +02:00
Xueming Shen
c19f3e0db2 6233323: ZipEntry.isDirectory() may return false incorrectly
8144977: Class.getResourceAsStream("directory") in JAR returns broken InputStream

Reviewed-by: rriggs
2016-06-28 15:36:15 -07:00
Rob McKenna
ed73972cda 8143640: Showing incorrect result while passing specific argument in the Java launcher tools
Reviewed-by: ksrini
2016-06-28 20:03:29 +01:00
Mandy Chung
23264135ec 8159596: Add java --dry-run
Reviewed-by: alanb, ksrini
2016-06-27 20:22:04 -07:00