Brian Burkhalter
|
40d0110ac6
|
8237186: Fix typo in copyright header of java/io/Reader/TransferTo.java
Reviewed-by: mchung, lancea, prappo
|
2020-01-15 08:21:07 -08:00 |
|
Maurizio Cimadamore
|
099184950b
|
8235837: Memory access API refinements
Reviewed-by: chegar, psandoz
|
2020-01-15 11:09:00 +00:00 |
|
Joe Darcy
|
006b5e0f96
|
8233452: java.math.BigDecimal.sqrt() with RoundingMode.FLOOR results in incorrect result
Reviewed-by: bpb, dfuchs
|
2020-01-14 20:19:51 -08:00 |
|
Henry Jen
|
643a98d553
|
Merge
|
2020-01-15 01:57:30 +00:00 |
|
Henry Jen
|
ae81cfa30f
|
Merge
|
2020-01-15 01:54:35 +00:00 |
|
Brian Burkhalter
|
a91ec31636
|
8237183: Bug ID missing for test in patch which fixed JDK-8230665
Reviewed-by: lancea
|
2020-01-14 17:28:54 -08:00 |
|
Brian Burkhalter
|
03cd98e15b
|
8230665: (bf spec) ByteBuffer::alignmentOffset spec misleading when address is misaligned
Reviewed-by: alanb, darcy, psandoz
|
2020-01-14 11:06:00 -08:00 |
|
Ivan Gerasimov
|
1507a1fb67
|
8234423: Modifying ArrayList.subList().subList() resets modCount of subList
Reviewed-by: rriggs
|
2020-01-13 18:00:32 -08:00 |
|
Athijegannathan Sundararajan
|
72db22cb12
|
8222100: tools/jimage/JImageTest.java time out
Reviewed-by: jlaskey
|
2020-01-13 22:45:41 +05:30 |
|
Henry Jen
|
231d9afe6f
|
Merge
|
2020-01-09 20:16:21 +00:00 |
|
Naoto Sato
|
e72f6028fb
|
8236495: open/test/jdk/java/util/Locale/LocaleProvidersRun.java failed on mac 10.14 with de_DE locale
Reviewed-by: lancea, clanger
|
2020-01-06 17:23:57 -08:00 |
|
Sergey Bylokhov
|
151ab6acc1
|
8236545: Compilation error in mach5 java/awt/FileDialog/MacOSGoToFolderCrash.java
Reviewed-by: dmarkov
|
2020-01-03 13:40:33 -08:00 |
|
Nick Gasson
|
2afe1c6c23
|
8236634: Memory Access API tests fail on 32-bit
Reviewed-by: mcimadamore, shade
|
2020-01-13 15:31:23 +08:00 |
|
Athijegannathan Sundararajan
|
34b9c84af4
|
8222098: tools/jlink/plugins/IncludeLocalesPluginTest.java time out
Reviewed-by: jlaskey, naoto
|
2020-01-13 08:29:32 +05:30 |
|
Brian Burkhalter
|
d8e3d8af7b
|
8236804: java/nio/channels/FileChannel/MapWithSecurityManager.java should be run in othervm mode
Reviewed-by: chegar, lancea
|
2020-01-09 08:31:41 -08:00 |
|
Brian Burkhalter
|
7cd4d9ac6a
|
8236582: (fc) FileChannel.map fails with InternalError when security manager enabled
Reviewed-by: alanb
|
2020-01-09 08:31:29 -08:00 |
|
Paul Sandoz
|
e5b0568e1c
|
8236769: Clarify javadoc of memory access API
Reviewed-by: chegar
|
2020-01-08 23:12:45 +00:00 |
|
Erik Gahlin
|
0239771501
|
8236264: Remove jdk.jfr.Recording::setFlushInterval and jdk.jfr.Recording::getFlushInterval
Reviewed-by: rehn, mseledtsov
|
2020-01-08 22:44:34 +01:00 |
|
Weijun Wang
|
e7a07ea2f3
|
8236470: Deal with ECDSA using ecdsa-with-SHA2 plus hash algorithm as AlgorithmId
Reviewed-by: xuelei
|
2019-12-25 07:17:25 +08:00 |
|
Lance Andersen
|
da03b15fac
|
8235961: SyncResolverImpl does not throw SQLException as expected
Reviewed-by: joehw, bpb
|
2019-12-23 17:18:32 -05:00 |
|
Chris Hegarty
|
417672bc9d
|
8236441: Bound MulticastSocket fails when setting outbound interface on Windows
Reviewed-by: alanb
|
2019-12-23 09:17:00 +00:00 |
|
John Jiang
|
4deb35453f
|
8234727: sun/security/ssl/X509TrustManagerImpl tests support TLSv1.3
Reviewed-by: xuelei
|
2019-12-21 06:28:48 +08:00 |
|
Ekaterina Pavlova
|
cfddf53c01
|
8236139: [Graal] java/lang/RuntimeTests/exec/LotsOfOutput.java fails with JVMCI enabled
Reviewed-by: kvn
|
2019-12-19 13:20:58 -08:00 |
|
Daniel D. Daugherty
|
1253f7e8fa
|
8236130: ProblemList jdk/jfr/jmx/security/TestEnoughPermission.java
Reviewed-by: mikael
|
2019-12-17 15:38:22 -05:00 |
|
Alexandre Iline
|
ffc18e5c8c
|
8236044: Create jdk_accessibility test group
Reviewed-by: prr
|
2019-12-17 11:10:52 -08:00 |
|
Igor Ignatyev
|
60073c395c
|
8235866: bump jtreg requiredVersion to 4.2b16
Reviewed-by: dholmes, joehw
|
2019-12-16 15:45:07 -08:00 |
|
Michael McMahon
|
b73faca452
|
8235976: Directives in WWW-Authenticate should be comma separated
Reviewed-by: chegar
|
2019-12-16 16:44:03 +00:00 |
|
Sibabrata Sahoo
|
fca342f736
|
8235874: The ordering of Cipher Suites is not maintained provided through jdk.tls.client.cipherSuites and jdk.tls.server.cipherSuites system property
Corrected Cipher Suites ordering through system properties
Reviewed-by: xuelei
|
2019-12-16 00:23:50 -08:00 |
|
John Jiang
|
abac8b17a9
|
8235813: System property fullCipherSuites is not used by javax/net/ssl/compatibility/Compatibility.java
Reviewed-by: xuelei
|
2019-12-16 16:19:10 +08:00 |
|
Sibabrata Sahoo
|
58cce5fbf4
|
8234728: Some security tests should support TLSv1.3
Tests were updated to support TLSv1.3 and cipher suite order
Reviewed-by: xuelei
|
2019-12-13 01:43:14 -08:00 |
|
Pankaj Bansal
|
e6b381faa2
|
8235744: PIT: test/jdk/javax/swing/text/html/TestJLabelWithHTMLText.java times out in linux-x64
Reviewed-by: psadhukhan, prr
|
2019-12-13 12:08:10 +05:30 |
|
Jorn Vernee
|
8f4f088a12
|
8234049: Implementation of Memory Access API (Incubator)
Co-authored-by: Vlaidmir Ivanov <vladimir.x.ivanov@oracle.com>
Reviewed-by: alanb, psandoz, chegar, rriggs, plevart, briangoetz, jrose, adinn, vlivanov
|
2019-12-12 22:59:57 +00:00 |
|
Brian Burkhalter
|
7cdecd8981
|
8235668: LineNumberReader#getLineNumber() returns wrong line number (one fewer) in Lucene test
Reviewed-by: alanb, rriggs
|
2019-12-12 13:43:07 -08:00 |
|
Nikola Grcevski
|
ce7ede95eb
|
8234076: JVM crashes on Windows 10 using --module=NAME
Reviewed-by: ksrini, henryjen
|
2019-12-12 08:40:19 +00:00 |
|
Robin Westberg
|
3fe949b2f4
|
8232231: Remove invalid JFR thread CPU load test case
Reviewed-by: mseledtsov, egahlin
|
2019-12-12 07:48:08 +01:00 |
|
Jie Fu
|
6a6ae16781
|
8235625: [TESTBUG] tools/jpackage/share/JavaOptionsEqualsTest.java fails with debug VMs
Reviewed-by: asemenyuk, herrick
|
2019-12-10 10:17:36 +08:00 |
|
Sergey Bylokhov
|
03dfd4f94b
|
8234522: [macos] Crash with use of native file dialog
Reviewed-by: prr, dmarkov
|
2019-12-11 14:30:45 -08:00 |
|
Alexander Matveev
|
a51b5ae9c4
|
8235252: Repair run_tests.sh by locating jtreg locally
Reviewed-by: herrick, asemenyuk
|
2019-12-11 16:37:27 -05:00 |
|
Andy Herrick
|
8b99e85fbc
|
8235788: Changeset for JDK-8235252 pushed with wrong bug ID
Reviewed-by: prr
|
2019-12-11 15:01:11 -05:00 |
|
Alexander Matveev
|
b29f62ce51
|
8235767: Compilation failure caused by JDK-8212780: Packaging Tool Implementation
Reviewed-by: rkennke, asemenyuk
|
2019-12-11 13:47:44 -05:00 |
|
Prasanta Sadhukhan
|
614e78b7fa
|
Merge
|
2019-12-11 11:13:41 +05:30 |
|
John Jiang
|
c2f68eacaa
|
8231810: javax/net/ssl/templates/SSLSocketSSLEngineTemplate.java fails intermittently with "java.lang.Exception: Unexpected EOF"
Reviewed-by: xuelei
|
2019-12-11 11:29:03 +08:00 |
|
Brent Christian
|
4627488e74
|
8235361: JAR Class-Path no longer accepts relative URLs encoding absolute Windows paths (e.g "/C:/...")
Reviewed-by: alanb, mchung
|
2019-12-10 11:56:26 -08:00 |
|
Chris Hegarty
|
eec0e71c04
|
8235550: Clarify record reflective support specification
Reviewed-by: mcimadamore
|
2019-12-10 19:12:57 +00:00 |
|
Chris Hegarty
|
dadaffbbeb
|
8235531: Update record serialization migration tests to not use hard coded source versions
Reviewed-by: darcy
|
2019-12-10 19:10:14 +00:00 |
|
Prasanta Sadhukhan
|
28b4c4d781
|
Merge
|
2019-12-10 10:44:09 +05:30 |
|
Mikhailo Seledtsov
|
63ba804f4f
|
8235600: Problemlist JFR streaming/TestJVMCrash until after-test cleanup issue is resolved
Placed TestJVMCrash test on a problem list
Reviewed-by: dcubed
|
2019-12-09 17:24:25 -08:00 |
|
Henry Jen
|
9ac2f8b654
|
8234542: code removal of Pack200 Tools and API
Reviewed-by: alanb, mchung, erikj
|
2019-12-10 00:36:30 +00:00 |
|
Tejpal Rebari
|
24232989ba
|
8234802: [TESTBUG] Test Right Mouse Button Drag Gesture Recognition in all the platforms
Reviewed-by: serb
|
2019-12-09 15:09:24 +05:30 |
|
Sergey Bylokhov
|
3b1915a71f
|
8231438: [macOS] Dark mode for the desktop is not supported
Reviewed-by: prr, psadhukhan
|
2019-12-08 20:25:08 -08:00 |
|