Naoto Sato
c797bc008e
8220037: Inconsistencies of generated timezone files between Windows and Linux
...
Reviewed-by: rriggs
2019-05-07 09:37:02 -07:00
Michael McMahon
7e142d54bf
8223457: java.net.ServerSocket protected constructor should throw NPE if impl null
...
Reviewed-by: dfuchs
2019-05-07 15:39:33 +01:00
Phil Race
501a6f3423
Merge
2019-05-02 10:48:56 -07:00
Michael McMahon
70ea5ab6e1
8216978: Drop support for pre JDK 1.4 SocketImpl implementations
...
Reviewed-by: chegar, alanb, dfuchs
2019-05-02 17:29:10 +01:00
Vikrant Agarwal
dfc6e4b49e
8222519: ButtonDemoScreenshotTest fails randomly with "still state to be reached"
...
Reviewed-by: serb
2019-04-30 04:15:31 -07:00
Doug Lea
187ce630a2
8219138: Miscellaneous changes imported from jsr166 CVS 2019-05
...
Reviewed-by: martin
2019-05-02 06:33:28 -07:00
Doug Lea
82b990abc9
8221892: ThreadPoolExecutor: Thread.isAlive() is not equivalent to not being startable
...
Reviewed-by: martin, dholmes
2019-05-02 06:33:28 -07:00
Adam Farley8
d97dd4d554
8222930: ConcurrentSkipListMap.clone() shares size variable between original and clone
...
Co-authored-by: Martin Buchholz <martinrb@google.com>
Reviewed-by: martin, smarks
2019-05-02 06:33:28 -07:00
Daniel Fuchs
7d4520c109
8223145: Replace wildcard address with loopback or local host in tests - part 1
...
Replaces binding to wildacard with alternative less susceptible to intermittent failure in some intermittently failing tests.
Reviewed-by: chegar, msheppar
2019-05-02 11:55:16 +01:00
Phil Race
d43616c60a
8130266: Change the mechanism by which JDK loads the platform-specific GraphicsEnvironment class
...
Reviewed-by: serb, bchristi
2019-04-29 10:16:58 -07:00
Prasanta Sadhukhan
1aea77ae37
8222830: PIT: java/awt/Window/AlwaysOnTop/AutoTestOnTop.java listed twice in ProblemList
...
Reviewed-by: serb
2019-04-28 12:34:49 +05:30
Sergey Bylokhov
30576b1898
8213516: jck test api/javax_accessibility/AccessibleState/fields.html fails intermittent
...
Reviewed-by: prr
2019-05-20 12:17:34 -07:00
Prasanta Sadhukhan
0dbe4da637
8224096: Add relevant bugid to java/awt/Window/ShapedAndTranslucentWindows/StaticallyShaped.java in ProblemList
...
Reviewed-by: jdv, serb
2019-05-20 11:03:05 +05:30
Sergey Bylokhov
ef7d75459c
6933331: (d3d/ogl) java.lang.IllegalStateException: Buffers have not been created
...
Reviewed-by: prr
2019-05-18 23:35:40 -07:00
Sergey Bylokhov
a57f136b72
8224152: [macOS] ProblemList tests that leave rubbish on the screen
...
Reviewed-by: prr
2019-05-17 22:37:27 -07:00
Prasanta Sadhukhan
10401d68d2
8223937: PIT: java/awt/Window/ShapedAndTranslucentWindows/StaticallyShaped.java listed twice in ProblemList
...
Reviewed-by: jdv, pbansal
2019-05-15 15:17:24 +05:30
Phil Race
d374151fb7
8208179: Devanagari not shown with logical fonts on Windows after removal of Lucida Sans from JDK
...
Reviewed-by: jdv, naoto
2019-04-26 12:31:37 -07:00
Sergey Bylokhov
4ee5f65691
8214046: [macosx] Undecorated Frame does not Iconify when set to
...
Reviewed-by: dmarkov
2019-04-25 15:15:53 -07:00
Vladimir Kozlov
72f082e925
8223332: Update JVMCI
...
Reviewed-by: never, dnsimon
2019-05-06 20:05:19 -07:00
Ivan Gerasimov
4f02d011b0
8222955: Optimize String.replace(CharSequence, CharSequence) for common cases
...
Reviewed-by: redestad, tvaleev
2019-05-06 18:07:55 -07:00
Vicente Romero
c7faef0785
8219483: j.l.c.ClassDesc::nested(String, String...) doesn't throw NPE if any arg is null
...
Reviewed-by: darcy
2019-05-06 14:47:55 -04:00
Kim Barrett
a03338e219
8223359: JDK-8221359 breaks TestG1ParallelPhases.java
...
Removed check for SATBFiltering event.
Reviewed-by: tschatzl
2019-05-05 09:10:21 -04:00
Ivan Gerasimov
b7ea7e93aa
8223174: Pattern.compile() can throw confusing NegativeArraySizeException
...
Reviewed-by: martin
2019-05-03 23:00:07 -07:00
Phil Race
e3e016b54c
8212701: remove sun.desktop property from launcher code
...
Reviewed-by: serb, alanb, rriggs
2019-04-24 09:21:02 -07:00
Prasanta Sadhukhan
f7d8bb2c70
Merge
2019-04-23 14:22:34 +05:30
Prasanta Sadhukhan
b10133e962
Merge
2019-04-23 13:40:37 +05:30
John Jiang
04bb71a004
8222391: javax/net/ssl/compatibility/Compatibility.java should be more flexible
...
Reviewed-by: xuelei
2019-04-23 10:08:52 +08:00
Sergey Bylokhov
c3b64599dc
8216008: -Djavax.accessibility.assistive_technologies empty list leads to exception
...
Reviewed-by: prr
2019-04-22 12:35:30 -07:00
Krishna Addepalli
2044245c90
8218917: KeyEvent.getModifiers() returns inconsistent values for ALT keys
...
Reviewed-by: serb
2019-04-22 17:02:51 +05:30
Prasanta Sadhukhan
7f9a1c0889
Merge
2019-04-22 10:53:45 +05:30
Coleen Phillimore
6ebf2ce655
8192936: RI does not follow the JVMTI RedefineClasses spec that is too strict in the definition
...
Introduce new flag fo compatibility: -XX:AllowRedefinitionToAddOrDeleteMethods
Reviewed-by: jcbeyler, sspitsyn
2019-04-19 21:49:54 -07:00
Martin Balao
a8a29bbae6
8221271: sun/security/pkcs11/tls/tls12/TestTLS12.java test failed
...
Reviewed-by: xuelei
2019-04-19 10:59:09 -03:00
Daniel Fuchs
853da81cfe
8222527: HttpClient doesn't send HOST header when tunelling HTTP/1.1 through http proxy
...
HttpClient no longer filters out system host header when sending tunelling CONNECT request to proxy
Reviewed-by: michaelm
2019-04-18 17:56:46 +01:00
John Jiang
34e49a24c0
8204203: Many pkcs11 tests failed in Provider initialization, after compiler on Windows changed
...
Build NSS 3.41 with VS2017 and also upgrade to this NSS for macosx
Reviewed-by: valeriep
2019-05-03 15:57:41 +08:00
Sean Coffey
a712b37bd0
8217364: Custom URLStreamHandler for jrt or file protocol can override default handler
...
Reviewed-by: redestad
2019-05-02 22:52:51 +01:00
Brian Burkhalter
27f95e7553
8223254: DataOutputStream/WriteUTF.java fails due to "OutOfMemoryError: Java heap space"
...
Reviewed-by: lancea, rriggs
2019-05-02 14:15:09 -07:00
Lance Andersen
5a4cef05d6
8218875: Add new FileSystems.newFileSystem methods
...
Reviewed-by: rriggs, alanb, clanger, dfuchs
2019-05-02 17:08:03 -04:00
Brian Burkhalter
2c35825433
8220793: (fs) No support for changing modification time of symlink
...
Reviewed-by: alanb, rriggs
2019-05-02 13:25:00 -07:00
Prasanta Sadhukhan
6adb478824
8222332: PIT: Problemlist tests that times out consistently
...
Reviewed-by: serb
2019-04-16 10:09:11 +05:30
Claes Redestad
c23dc4dfcf
8222895: StackOverflowError in custom security manager that relies on ClassSpecializer
...
Reviewed-by: alanb
2019-05-02 10:38:00 +02:00
Daniil Titov
5c928d29fb
8222821: com/sun/jdi/ExceptionEvents.java failed
...
Reviewed-by: dlong, sspitsyn, jcbeyler, cjplummer
2019-04-30 16:11:42 -07:00
Rajan Halade
aba919ab50
8222137: Remove T-Systems root CA certificate
...
Reviewed-by: mullan
2019-04-30 12:53:32 -07:00
Rajan Halade
f08d8b7384
8216577: Add GlobalSign's R6 Root certificate
...
Reviewed-by: mullan, clanger
2019-04-30 11:04:26 -07:00
Claes Redestad
e7a6cbbd38
8222852: Reduce String concat combinator tree shapes by folding constants into prependers
...
Co-authored-by: Peter Levart <peter.levart@gmail.com>
Reviewed-by: shade, plevart, forax
2019-04-30 12:54:07 +02:00
Dmitry Batrak
b9f32c8148
8220231: Cache HarfBuzz face object for same font's text layout calls
...
Reviewed-by: prr, avu, serb
2019-04-11 10:49:36 -07:00
Prasanta Sadhukhan
a9bfe45ca8
Merge
2019-04-11 14:20:16 +05:30
Claes Redestad
8ee30d4fbe
8222029: Optimize Math.floorMod
...
Reviewed-by: aph, darcy
2019-04-10 20:03:07 +02:00
Prasanta Sadhukhan
de2e2b119a
Merge
2019-04-10 10:46:53 +05:30
Prasanta Sadhukhan
a1b71b6951
8222097: ProblemList tests that are failing recurringly and intermittently in PIT
...
Reviewed-by: prr, kaddepalli
2019-04-10 10:32:43 +05:30
Valerie Peng
3b6b6b3cb3
8216039: TLS with BC and RSASSA-PSS breaks ECDHServerKeyExchange
...
Add internal Signature init methods to select provider based on both key and parameter
Reviewed-by: xuelei
2019-04-10 02:35:18 +00:00
Ivan Gerasimov
eebe346715
8221430: StringBuffer(CharSequence) constructor truncates when -XX:-CompactStrings specified
...
Co-authored-by: Andrew Leonard <andrew_m_leonard@uk.ibm.com>
Reviewed-by: igerasim, rriggs
2019-04-09 16:32:22 -07:00
Sergey Bylokhov
092cead6c1
8221445: FastSysexMessage constructor crashes MIDI receiption thread
...
Reviewed-by: prr
2019-04-09 13:57:58 -07:00
Stuart Marks
1aa784cdac
8221924: get(null) on single-entry unmodifiable Map returns null instead of throwing NPE
...
Reviewed-by: redestad, lancea
2019-04-09 09:49:36 -07:00
Alexey Ivanov
9972a6fdaa
8221263: [TEST_BUG] RemotePrinterStatusRefresh test is hard to use
...
Reviewed-by: serb, prr
2019-04-09 08:50:08 +01:00
Sergey Bylokhov
7a62c46781
8221885: Add intermittent test in the JavaSound to the ProblemList
...
Reviewed-by: prr
2019-04-08 14:48:35 -07:00
Sean Mullan
8b8759de8d
8020637: Permissions.readObject doesn't enforce proper Class to PermissionCollection mappings
...
Reviewed-by: weijun
2019-04-09 08:56:15 -04:00
Ekaterina Pavlova
93c0734d3a
8216551: GraalUnitTestLauncher should be executed as '@run driver'
...
Reviewed-by: dlong, kvn
2019-04-08 11:11:22 -07:00
Sean Mullan
ae463150c0
8222133: Add temporary exceptions for root certs that are due to expire soon
...
Reviewed-by: xuelei
2019-04-08 13:33:28 -04:00
Daniil Titov
8dfa6d1acc
8221730: jcmd process name matching broken
...
Reviewed-by: jcbeyler, dholmes, cjplummer
2019-04-08 17:09:02 +00:00
Steve Groeger
3ff0b6ea5e
8222027: java/util/logging/LogManager/TestLoggerNames.java generates intermittent ClassCastException
...
Make a strong reference to TestLogger and dont fetch it from LogManager
Reviewed-by: dfuchs
2019-04-08 15:01:39 +01:00
Sean Mullan
1e6d8fbb1d
8222089: [TESTBUG] sun/security/lib/cacerts/VerifyCACerts.java fails due to cert within 90-day expiry window
...
Reviewed-by: xuelei
2019-04-08 12:19:51 -04:00
Aleksei Efimov
64b8734964
8223638: Replace wildcard address with loopback or local host in tests - part 6
...
Reviewed-by: dfuchs
2019-05-14 13:34:49 +01:00
Daisy Zhou
24f9c71c8d
8222969: Migrate RuleBasedCollatorTest to JDK Repo
...
Reviewed-by: naoto
2019-05-14 11:06:23 +08:00
Christoph Langer
e6b1cd1d4b
8223597: jdk/nio/zipfs/ZipFSTester.java RuntimeException: CHECK_FAILED! (getAttribute.crc <entries20> failed 6af4413c vs 0 ...)
...
Reviewed-by: redestad, lancea
2019-05-14 09:25:58 +01:00
Aleksey Shipilev
1e9927a2f2
8222111: exeCallerAccessTest.c fails to build: control reaches end of non-void function
...
Reviewed-by: alanb, dholmes
2019-04-08 15:25:27 +02:00
Mandy Chung
93ae73b091
8222078: test/jdk/java/lang/reflect/exeCallerAccessTest/exeCallerAccessTest.c build fails after 8221530
...
Reviewed-by: lancea, dholmes
2019-04-07 03:00:52 +00:00
Mandy Chung
a5b9e0f7ba
8221530: Caller sensitive methods not handling caller = null when invoked by JNI code with no java frames on stack
...
Reviewed-by: alanb, dholmes, sundar
2019-04-06 21:16:40 +08:00
Mandy Chung
ab361746ec
8220282: Add MethodHandle tests on accessing final fields
...
Reviewed-by: lancea
2019-04-06 21:05:58 +08:00
Andrew Dinn
71164a973b
8221477: Inject os/cpu-specific constants into Unsafe from JVM
...
Initialize Unsafe os/cpu-specific constants using injection instead of native callouts
Reviewed-by: stuefe, coleenp, dholmes, plevart
2019-04-05 10:01:09 +01:00
Prasanta Sadhukhan
00df041948
Merge
2019-04-03 13:30:05 +05:30
Amy Lu
bb1e22adcf
8178335: fake pass: jdk/internal/ref/Cleaner/ExitOnThrow.java
...
Reviewed-by: mchung
2019-04-03 13:24:12 +08:00
Prasanta Sadhukhan
49193e2789
Merge
2019-04-02 10:57:57 +05:30
Weijun Wang
ae32136711
8221801: Update src/java.base/share/legal/public_suffix.md
...
Reviewed-by: xuelei
2019-04-02 11:05:08 +08:00
Xue-Lei Andrew Fan
2eb8492163
8168261: Use server cipher suites preference by default
...
Reviewed-by: mullan
2019-04-01 16:50:17 -07:00
Naoto Sato
0b2e2ca9bd
8174268: Declare a public field in JapaneseEra for the era starting May 2019
...
Reviewed-by: rriggs, chegar
2019-04-01 08:21:45 -07:00
Naoto Sato
2a510a6353
8205432: Replace the placeholder Japanese era name
...
Reviewed-by: rriggs, chegar
2019-04-01 08:19:21 -07:00
Gary Adams
6dad89ceae
8221694: jstatLineCounts1 needs to be NaN resilient
...
Reviewed-by: cjplummer, jcbeyler
2019-04-01 07:34:56 -04:00
Sergey Bylokhov
21d2f5139d
8221436: Incorrect check of package in Line.Info.toString()
...
Reviewed-by: prr
2019-03-29 23:14:37 -07:00
Sergey Bylokhov
5bffde3d4f
8215105: java/awt/Robot/HiDPIScreenCapture/ScreenCaptureTest.java: Wrong Pixel Color
...
Reviewed-by: prr
2019-03-29 16:09:47 -07:00
Weijun Wang
61485b75a9
8221257: Improve serial number generation mechanism for keytool -gencert
...
Reviewed-by: xuelei, mullan
2019-03-30 16:32:23 +08:00
Matthias Baesken
77ae10cd25
8218547: Simplify JLI_Open on Windows in native code (libjli)
...
Reviewed-by: alanb, clanger
2019-04-02 13:54:00 +02:00
Xue-Lei Andrew Fan
d812742d68
8163326: Update the default enabled cipher suites preference
...
Reviewed-by: mullan
2019-04-04 14:19:29 -07:00
Dmitry Cherepanov
54398de4db
8221244: Unexpected behavior of PropertyDescription.getReadMethod for boolean properties
...
Reviewed-by: serb
2019-03-27 13:14:55 +03:00
Prasanta Sadhukhan
702ee3db37
8212904: JTextArea line wrapping incorrect when using UI scale
...
Reviewed-by: serb, prr
2019-03-29 10:11:01 +05:30
Manajit Halder
ef50607763
8216971: [macosx swing] For JCheckBoxMenuItem actionPerformed() is called twice, when apple.laf.useScreenMenuBar=true and modifier is InputEvent.META_DOWN_MASK
...
Reviewed-by: psadhukhan, kaddepalli
2019-03-27 12:24:28 +05:30
Valerie Peng
e90036145a
8220016: Clean up redundant RSA services in the SunJSSE provider
...
Removed duplicated RSA signature/KF/KPG support in SunJSSE
Reviewed-by: xuelei
2019-03-29 00:39:49 +00:00
Daniel Fuchs
47b9d898ab
8221395: HttpClient leaving connections in CLOSE_WAIT state until Java process ends
...
When a non WebSocket connection is not returned to the pool, it needs to be closed even if HttpConnection::isOpen yields false.
Reviewed-by: chegar, michaelm
2019-03-28 12:16:36 +00:00
Lance Andersen
518e3a8788
8216539: tools/jar/modularJar/Basic.java times out
...
Reviewed-by: mchung, alanb, bchristi, bpb
2019-04-03 11:30:23 -04:00
Brian Burkhalter
8d5cea62b2
8221568: DataOutputStream/WriteUTF.java fails due to "OutOfMemoryError: Java heap space"
...
Reviewed-by: shade
2019-03-27 16:35:25 -07:00
Arthur Eubanks
0c2b7c4fc3
8220575: Replace hardcoded 127.0.0.1 in URLs with new URI builder
...
Reviewed-by: dfuchs, chegar
2019-03-27 09:06:43 -07:00
Martin Buchholz
df4f28c041
8219196: DataOutputStream.writeUTF may throw unexpected exceptions
...
Reviewed-by: martin, darcy, rriggs
2019-03-27 07:21:18 -07:00
Aleksey Shipilev
e8a753f253
8221524: java/util/Base64/TestEncodingDecodingLength.java test should be disabled on 32-bit platforms
...
Reviewed-by: stuefe, alanb
2019-03-27 12:38:29 +01:00
Aleksey Shipilev
5437296fac
8221401: java/math/BigInteger/LargeValueExceptions.java test should be disabled on 32-bit platforms
...
Reviewed-by: stuefe, bpb
2019-03-27 11:35:41 +01:00
Aleksey Shipilev
785772021b
8221400: java/lang/String/StringRepeat.java test requests too much heap
...
Reviewed-by: stuefe, alanb
2019-03-27 11:35:40 +01:00
Adam Farley
be132fcc65
8216558: Lookup.unreflectSetter(Field) fails to throw IllegalAccessException for final fields
...
Reviewed-by: mchung
2019-03-26 15:53:36 -07:00
Mikhailo Seledtsov
7f9103968f
8221342: [TESTBUG] Generate Dockerfile for docker testing
...
Dockerfile is generated; introduced properties to specify custom base image
Reviewed-by: sgehwolf, dholmes, jiefu
2019-03-26 13:25:26 -07:00
Chris Hegarty
1933437f12
8219446: Specify behaviour of timeout accepting methods of Socket and ServerSocket if timeout is negative
...
Reviewed-by: alanb, dfuchs
2019-03-26 17:02:11 +00:00
Prasanta Sadhukhan
ec9a6addc7
Merge
2019-03-22 14:39:16 +05:30
Prasanta Sadhukhan
cc590f5765
Merge
2019-03-22 13:42:45 +05:30
Phil Race
fed190dd8b
8221304: Problem list java/awt/FontMetrics/MaxAdvanceIsMax.java
...
Reviewed-by: serb
2019-03-21 21:37:09 -07:00
Prasanta Sadhukhan
83e8947b90
Merge
2019-03-20 16:07:43 +05:30
Chris Hegarty
defc86bd5b
8221098: Run java/net/URL/HandlerLoop.java in othervm mode
...
Reviewed-by: alanb, martin
2019-03-20 09:17:48 +00:00
Adam Petcher
95b189916f
8147502: Digest is incorrectly truncated for ECDSA signatures when the bit length of n is less than the field size
...
Truncate the digest according to the group order, not the field size
Reviewed-by: jnimeh
2019-03-19 15:18:35 -04:00
Roger Riggs
b77b4b254c
8220613: java/util/Arrays/TimSortStackSize2.java times out with fastdebug build
...
Reviewed-by: lancea, alanb
2019-03-19 10:47:17 -04:00
Chris Hegarty
5ee0711360
8220663: Incorrect handling of IPv6 addresses in Socket(Proxy.HTTP)
...
Reviewed-by: alanb, michaelm
2019-03-19 14:27:50 +00:00
Chris Hegarty
1df787692a
8170705: sun/net/www/protocol/http/StackTraceTest.java fails intermittently with Invalid Http response
...
Reviewed-by: dfuchs
2019-03-19 11:15:08 +00:00
John Jiang
3c34b7a261
8220410: sun/security/tools/jarsigner/warnings/NoTimestampTest.java failed with missing expected output
...
Using the same timezone for jar verifying and date formatting
Reviewed-by: weijun
2019-03-19 10:36:24 +08:00
Jamil Nimeh
de75770ce9
8218723: Use SunJCE Mac in SecretKeyFactory PBKDF2 implementation
...
Reviewed-by: apetcher
2019-03-18 15:26:59 -07:00
Sergey Bylokhov
ecce7fb2d0
7106851: Test should not use System.exit
...
Reviewed-by: aivanov, psadhukhan, kaddepalli
2019-03-16 17:50:24 -07:00
Xue-Lei Andrew Fan
9f0b9da2d7
8221273: put sun/security/pkcs11/tls/tls12/TestTLS12.java on ProblemList.txt
...
Reviewed-by: mullan
2019-03-21 14:18:34 -07:00
Bob Vandette
af5c78efff
8220674: [TESTBUG] MetricsMemoryTester failcount test in docker container only works with debug JVMs
...
Reviewed-by: sspitsyn, sgehwolf
2019-03-21 14:40:04 -04:00
Alan Bateman
fd14375ae2
8221259: New tests for java.net.Socket to exercise long standing behavior
...
Reviewed-by: chegar
2019-03-21 17:38:41 +00:00
Adam Petcher
04a50576cf
8221172: SunEC specific test is not limited to SunEC
...
Fixing a minor test bug in the SignatureDigestTruncate regression test
Reviewed-by: mullan
2019-03-21 13:10:37 -04:00
Martin Balao
0814229ebc
8220753: Re-introduce the test case for TLS 1.2 algorithms in SunPKCS11 crypto provider
...
Reviewed-by: xuelei
2019-03-21 01:51:25 -03:00
Christoph Langer
26358daaee
8172695: (scanner) java/util/Scanner/ScanTest.java fails
...
Reviewed-by: smarks, bpb
2019-03-21 09:16:58 +01:00
Severin Gehwolf
1f115c7f52
8214796: Create a jlink plugin for stripping debug info symbols from native libraries
...
Reviewed-by: alanb, mchung, erikj, ihse
2019-03-14 14:04:39 +01:00
Andrew Dinn
2b55e4834e
8221696: MappedByteBuffer.force method to specify range
...
Overload MappedByteBuffer.force to accept index and length arguments
Reviewed-by: dfuchs, alanb, bpb
2019-04-25 17:27:37 +01:00
Daniel Fuchs
3103d346a7
8223632: Replace wildcard address with loopback or local host in tests - part 5
...
Replaces wildcard usage by loopback, when possible, adds intermittent keyword and a comment, when not.
Reviewed-by: chegar
2019-05-13 17:31:23 +01:00
Xue-Lei Andrew Fan
7aec6727ac
8221253: TLSv1.3 may generate TLSInnerPlainText longer than 2^14+1 bytes
...
Reviewed-by: jnimeh
2019-05-10 12:33:40 -07:00
Arthur Eubanks
eff53ce5e9
8223652: Rename IPSupport.skipIfCurrentConfigurationIsInvalid() to IPSupport.throwSkippedExceptionIfNonOperational()
...
Reviewed-by: dfuchs, chegar
2019-05-09 10:28:29 -07:00
Aleksei Efimov
6ecf7ffbb1
8223465: Replace wildcard address with loopback or local host in tests - part 3
...
Reviewed-by: dfuchs
2019-05-10 15:34:17 +01:00
Christoph Langer
2e3a2d3c83
8223555: Cleanups in cacerts tests
...
Reviewed-by: xuelei
2019-05-10 06:31:09 +01:00
Weijun Wang
31af27a1ee
8200400: Restrict Sasl mechanisms
...
Reviewed-by: mullan
2019-05-10 09:39:49 +08:00
Sean Mullan
10e5d0b854
8191808: Configurable read timeout for CRLs
...
Reviewed-by: xuelei, coffeys
2019-05-09 13:49:08 -04:00
Daniel Fuchs
205fd87f2d
8223573: Replace wildcard address with loopback or local host in tests - part 4
...
Makes a few intermittently failing tests more resilient to port reuse issues by ensuring they bind to the loopback address instead of the wildcard.
Reviewed-by: alanb, chegar
2019-05-09 14:23:52 +01:00
Gary Adams
73227d0b83
8042215: javax/management/remote/mandatory/connection/ReconnectTest.java NoSuchObjectException no such object in table
...
Reviewed-by: dcubed
2019-05-09 07:21:32 -04:00
Weijun Wang
2bf347445c
8222987: sun/security/tools/keytool/PSS.java times out on Solaris-SPARC
...
Reviewed-by: mullan, xuelei
2019-05-09 08:49:31 +08:00
Arthur Eubanks
0bb6328356
8220673: Add test library support for determining platform IP support
...
Reviewed-by: dfuchs, chegar
2019-04-16 13:06:23 -07:00
Naoto Sato
c709e1cbf0
8221432: Upgrade CLDR to Version 35.1
...
Reviewed-by: rriggs, srl
2019-05-08 12:45:02 -07:00
Ekaterina Pavlova
f126a4b3ee
8223414: ProblemList java/lang/ref/ReachabilityFenceTest.java when running in Graal as JIT mode
...
Reviewed-by: kvn
2019-05-08 11:56:19 -07:00
Gerard Ziemski
d988e67b89
8185525: Add JFR event for DictionarySizes
...
Added TableStatistics event
Reviewed-by: egahlin, coleenp
2019-05-08 11:11:50 -05:00
Gary Adams
7d1fa2315e
8223416: Exclude javax/management/monitor/DerivedGaugeMonitorTest.java until JDK-8042211 is fixed
...
Reviewed-by: dcubed
2019-05-08 07:56:49 -04:00
Ivan Gerasimov
c07c8d3eea
8220684: Process.waitFor(long, TimeUnit) can return false for a process that exited within the timeout
...
Reviewed-by: prappo, dholmes, rriggs
2019-03-16 15:05:21 -07:00
Alan Bateman
8743be63c4
8220493: Prepare Socket/ServerSocket for alternative platform SocketImpl
...
Co-authored-by: Michael McMahon <michael.x.mcmahon@oracle.com>
Reviewed-by: chegar
2019-03-16 19:44:12 +00:00
Alan Bateman
c306e3f059
8220738: (sc) Move ServerSocketChannelImpl remaining native method to Net
...
Reviewed-by: bpb
2019-03-16 12:31:31 +00:00
Yasumasa Suenaga
1aa788a7b9
8220555: JFR tool shows potentially misleading message when it cannot access a file
...
Reviewed-by: egahlin, mseledtsov
2019-03-16 21:27:15 +09:00
Jesper Wilhelmsson
7eebb86d2b
8220745: Fix problemlist entry to refer to 8220613
...
Reviewed-by: dcubed
2019-03-16 02:08:10 +01:00
Igor Ignatyev
8fb834a4bf
8219139: move hotspot tests from test/jdk/vm
...
Reviewed-by: dholmes, mseledtsov
2019-03-14 19:37:17 -07:00
Ichiroh Takiguchi
90d82c2f35
8220281: IBM-858 alias name is missing on IBM00858 charset
...
Add aliases into IBM charsets
Reviewed-by: naoto
2019-03-15 00:49:13 +09:00
Vikrant Agarwal
b8867e273e
8216353: Use utility APIs introduced in org/netbeans/jemmy/util/LookAndFeel class in client sanity test cases
...
Reviewed-by: serb
2019-03-13 00:51:28 -07:00
Vikrant Agarwal
6bd1eaf323
8219552: bump jtreg requiredVersion to b14 in test/jdk/sanity/client/
...
Reviewed-by: prr, iignatyev
2019-03-13 00:04:22 -07:00
Brian Burkhalter
69ca2e9e27
8220477: Channels.newWriter() does not close if underlying channel throws an IOException
...
Reviewed-by: alanb
2019-04-17 08:12:19 -07:00
Henry Jen
930f116ae7
Merge
2019-04-16 20:47:11 -07:00
Xue-Lei Andrew Fan
eb59ebb177
8216326: SSLSocket stream close() does not close the associated socket
...
Reviewed-by: jnimeh
2019-04-16 16:59:09 -07:00
Patrick Zhang
b9a4ede307
8222334: java -Xss0 triggers StackOverflowError
...
Launcher to use the stack size decided by hotpot or system if -Xss is 0
Reviewed-by: dholmes, alanb
2019-04-16 11:00:48 +00:00
Henry Jen
da6f620059
Merge
2019-04-15 18:24:37 -07:00
Weijun Wang
6f032ffbb5
8222275: sun/security/tools/keytool/Serial64.java: assertTrue: expected true, was false
...
Reviewed-by: xuelei
2019-04-14 10:22:56 +08:00
Weijun Wang
15aae2f622
8180573: Refactor sun/security/tools shell tests to plain java tests
...
Reviewed-by: rhalade, valeriep
2019-04-12 13:35:23 +08:00
Patrick Zhang
c6497e3f25
8163363: AArch64: Stack size in tools/launcher/Settings.java needs to be adjusted
...
Specify a proper min stack size input to -Xss for aarch64
Reviewed-by: aph
2019-04-09 18:46:51 +08:00
Aleksey Shipilev
7fd0bca8f7
8222410: java/nio/file/attribute/BasicFileAttributeView/UnixSocketFile hangs when "nc" does not accept "-U"
...
Reviewed-by: alanb
2019-04-15 18:22:08 +02:00