Brian Burkhalter
037bb0b61f
8183320: Better cleanup in java/nio/file/Files/probeContentType/ParallelProbes.java
...
8183321: Better cleanup for jdk/test/java/io/File/createTempFile/NameTooLong.java
8183343: Better cleanup for jdk/test/java/nio/file/spi/SetDefaultProvider.java
8183344: Better cleanup for jdk/test/java/io/File/createTempFile/SpecialTempFile.java
Change locations where temporary files are created to ensure cleanup
Reviewed-by: chegar, alanb
2017-07-19 08:46:38 -07: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
John Jiang
5547e32641
8177017: com/oracle/security/ucrypto/TestAES.java fails intermittently
...
Skips CFB128 related cases on Solaris pre-11.3 versions.
Reviewed-by: valeriep
2017-07-17 23:12:15 -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
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
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
Andrey Nazarov
02fb43b677
8174692: New MultiReleaseJarTest.java tests fail in JDK 10
...
Reviewed-by: alanb
2017-07-14 14:43:04 +01:00
Jonathan Gibbons
40accfdf57
8184311: Update java.sql and java.sql.rowset API docs for accessibility
...
Reviewed-by: lancea
2017-07-13 17:45:10 -07:00
Lana Steuck
f4514d5f5d
Added tag jdk-10+15 for changeset 43e8fcff2e79
2017-07-13 19:34:25 +00:00
Adam Petcher
6a25b00347
8182999: SunEC throws ProviderException on invalid curves
...
Reviewed-by: vinnie
2017-07-13 12:24:55 +01:00
Jonathan Gibbons
15b3cd2e1a
8184304: (sctp) make tables in jdk.sctp module accessible
...
Reviewed-by: alanb
2017-07-12 14:30:00 -07:00
Jonathan Gibbons
5ea8f98724
8184208: update class="striped" tables for accessibility
...
Reviewed-by: lancea, bpb
2017-07-12 12:48:01 -07:00
Hamlin Li
267611e9bf
8184234: sun.security.provider.AuthPolicyFile$PolicyEntry.toString() throws MissingResourceException
...
Reviewed-by: weijun
2017-07-12 01:26:43 -07:00
Hamlin Li
df4305e524
8184165: sun.security.provider.PolicyFile$PolicyEntry.toString() throws MissingResourceException
...
Reviewed-by: weijun
2017-07-11 20:11:31 -07:00
Amy Lu
1704b7e0ce
8183989: Mark java/nio/channels/DatagramChannel/Disconnect.java as intermittently failing
...
Reviewed-by: psandoz
2017-07-10 14:56:31 +08:00
Weijun Wang
13a22e7966
8183509: keytool should not allow multiple commands
...
Reviewed-by: mullan, vinnie
2017-07-08 14:09:01 +08: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
Hamlin Li
0bdd7c8d4d
8183990: compilation error for test/com/sun/crypto/provider/Cipher/DES/PerformanceTest.java
...
Reviewed-by: weijun
2017-07-06 22:40:35 -07:00
Amy Lu
6289bb6835
8183378: Refactor java/lang/System/MacEncoding/MacJNUEncoding.sh to java
...
Reviewed-by: bchristi, xiaofeya
2017-07-07 12:42:53 +08:00
Lana Steuck
dce6788547
Merge
2017-07-07 03:09:23 +00:00
Lana Steuck
53112bff98
Added tag jdk-10+14 for changeset ba97c984166b
2017-07-06 22:34:31 +00:00
Lana Steuck
ef80e5d3be
Added tag jdk-9+177 for changeset a7697c107dd9
2017-07-06 20:13:39 +00:00
Alan Bateman
1a1484c755
8183536: Update jdk tests to allow for unique test classes directory
...
Reviewed-by: lancea
2017-07-05 13:30:22 +01:00
Felix Yang
7286216186
8183514: Remove intermittent key from httpclient test TimeoutOrdering and ErrorTest
...
Reviewed-by: dfuchs
2017-07-04 18:49:16 -07:00
Amy Lu
1be87a5f55
8183512: Remove intermittent key from nio test Transfer4GBFile.java TransferTo6GBFile.java and StressLoopback.java
...
Reviewed-by: alanb
2017-07-05 08:30:36 +08:00
Amy Lu
22795d4108
8183531: Wrong @modules in test javax/net/ssl/ciphersuites/ECCurvesconstraints.java
...
Reviewed-by: wetmore, xuelei
2017-07-05 08:26:54 +08:00
Mark Reinhold
fac697fed9
8182776: Fix typos in module declarations
...
8183161: Fix font-family style attributes in module declarations
Reviewed-by: jjg, alanb
2017-07-03 13:18:56 -07:00
Naoto Sato
f5388e93ad
8160199: Language's script should be reflected in user.script on Mac OS X
...
Reviewed-by: bchristi, sherman
2017-07-03 12:54:24 -07:00
Erik Joelsson
969b909f15
8183166: lib\jawt.lib is missing from JDK 9 distribution for Windows
...
Reviewed-by: ihse
2017-07-03 10:27:42 +02: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
Roger Riggs
7b258a7561
8183019: Diagnostics for onExitTest
...
Reviewed-by: clanger
2017-06-30 13:28:25 -04:00
Felix Yang
c33dc7513c
8182975: Mark http2/BasicTest.java and FixedThreadPoolTest.java as intermittently failing
...
Reviewed-by: rriggs
2017-06-29 18:42:01 -07:00
Kumar Srinivasan
e1ab913813
8183141: java --help-extra in non-English locales lists --permit-illegal-access which no longer exists
...
Reviewed-by: alanb
2017-06-29 17:12:14 -07:00
Brian Burkhalter
43ba99fd98
8182710: File.listRoots() always returns the root of CD drive
...
Include only logical drives with an extant filesystem location
Reviewed-by: clanger, rriggs, plevart, tvaleev
2017-06-29 13:40:38 -07:00
Lana Steuck
ff88ab9cbb
Added tag jdk-9+176 for changeset 2ed643787f98
2017-06-29 17:26:08 +00:00
Christoph Langer
272667cf70
8183012: Code cleanup in com.sun.tools.jdi
...
Reviewed-by: sspitsyn, stuefe
2017-06-29 12:59:55 +02:00
Michael McMahon
d9cfff236d
8182589: TLS SNI in new Java 9 client is not available
...
Reviewed-by: dfuchs
2017-06-29 11:10:30 +01: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
Iris Clark
62e3518cc5
8183142: Add bugids=dup to .jcheck/conf files for JDK 10
...
Reviewed-by: mr
2017-06-28 11:27:29 -07:00
Igor Ignatyev
849b871515
8182154: merge jdk.testlibrary.Platform and jdk.test.lib.Platform
...
Reviewed-by: sspitsyn, plevart
2017-06-27 08:43:35 -07:00
Jonathan Gibbons
93d8c5deba
8182736: javadoc generates bad names and broken module graph links
...
Co-authored-by: Bhavesh Patel <bhavesh.patel@oracle.com>
Reviewed-by: jjg, bpatel, darcy, ksrini
2017-06-26 18:48:25 -07:00
Felix Yang
444396a180
8178699: Fail to send async requests if server doesn't response the first one
...
Reviewed-by: dfuchs
2017-06-25 23:51:46 -07:00
Robert Field
e7275ffe56
8182854: jshell tool: rerun multiline snippet from history corrupts history (jdk part)
...
Jdk sub-repo part of fix for parent issue 8182489, test in parent commit (langtools)
Reviewed-by: jlahoda
2017-06-25 13:35:08 -07:00
Lana Steuck
55ee56a972
Added tag jdk-10+13 for changeset d1320b34c90f
2017-06-24 02:59:17 +00: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