Patrick Concannon
fad2cf51ba
8241072: Reimplement the Legacy DatagramSocket API
...
Replace the underlying implementations of the java.net.DatagramSocket and java.net.MulticastSocket APIs with simpler and more modern implementations that are easy to maintain and debug.
Co-authored-by: Alan Bateman <alan.bateman@oracle.com>
Co-authored-by: Chris Hegarty <chris.hegarty@oracle.com>
Co-authored-by: Daniel Fuchs <daniel.fuchs@oracle.com>
Reviewed-by: alanb, chegar, dfuchs
2020-05-12 21:51:53 +01:00
Rahul Yadav
178e69a3b9
8244652: Add test for non utf-8 response handling by websocket
...
The test java.net.httpclient.websocket.WSHandshakeExceptionTest.java checks that the websocket client handles invalid utf-8 sent by the websocket server
Reviewed-by: dfuchs
2020-05-15 14:46:17 +01:00
Fernando Guallini
4c54fa2274
8209774: Refactor shell test javax/xml/jaxp/common/8035437/run.sh to java
...
Reviewed-by: dfuchs, joehw, alanb
2020-05-15 09:49:54 +08:00
Calvin Cheung
71cc95e4b1
8243947: [TESTBUG] hotspot/jtreg:hotspot_appcds_dynamic fails when the JDK doesn't have default CDS archive
...
Generate a default CDS archive when necessary before running AppCDS dynamic tests.
Reviewed-by: iklam
2020-05-14 20:34:18 +00:00
Alex Menkov
9a0463165d
8244973: serviceability/attach/RemovingUnixDomainSocketTest.java fails "stderr was not empty"
...
Reviewed-by: dholmes, sspitsyn
2020-05-14 10:29:52 -07:00
Weijun Wang
e13c481c7f
8218482: sun/security/krb5/auto/ReplayCachePrecise.java failed - no KrbException thrown
...
Reviewed-by: mullan
2020-05-14 23:09:52 +08:00
David Holmes
17dd7dc38c
8240588: _threadObj cannot be used on an exiting JavaThread
...
Reviewed-by: rehn, dcubed, kbarrett
2020-05-13 22:29:54 -04:00
Naoto Sato
80c75c9fa9
8239383: Support for Unicode 13.0
...
Reviewed-by: rriggs, joehw
2020-05-13 15:46:08 -07:00
Alex Menkov
073e095e60
8235211: serviceability/attach/RemovingUnixDomainSocketTest.java fails with AttachNotSupportedException: Unable to open socket file
...
Reviewed-by: sspitsyn, ysuenaga
2020-05-13 15:25:59 -07:00
Claes Redestad
168cdcf65d
8244936: Reduce JNI overhead of accessing FileDescriptor
...
Reviewed-by: rriggs, alanb
2020-05-13 22:25:14 +02:00
Jonathan Gibbons
49bfbd3bc7
8243417: Clean up com.sun.tools.javac.main.CommandLine
...
Reviewed-by: prappo
2020-05-13 10:39:35 -07:00
Patricio Chilano Mateo
398a2b3c37
8231264: Implementation of JEP 374: Disable biased-locking and deprecate all flags related to biased-locking
...
Changed default value of UseBiasedLocking to false and deprecated related flags.
Reviewed-by: dholmes, dcubed
2020-05-13 15:47:10 +00:00
Erik Gahlin
ca53ee2593
8242934: test/jdk/jdk/jfr/tool/TestPrintJSON.java uses nashorn script engine
...
Reviewed-by: mgronlun
2020-05-13 16:18:16 +02:00
Erik Österlund
382e5dc334
8241825: Make compressed oops and compressed class pointers independent (x86_64, PPC, S390)
...
Reviewed-by: coleenp, fparain, stuefe, mdoerr
2020-05-13 09:36:12 +00:00
Nick Gasson
820f7227b7
8242188: [TESTBUG] error in jtreg test jdk/jfr/api/consumer/TestRecordedFrame.java on linux-aarch64
...
Reviewed-by: egahlin
2020-04-29 16:15:14 +08:00
Yong Zhou
dc54da232d
8244407: JVM crashes after transformation in C2 IdealLoopTree::split_fall_in
...
Reviewed-by: thartmann, kvn
2020-05-13 07:25:47 +08:00
Daniil Titov
a726aca6de
8242009: Review setting test.java/vm.opts in jcmd/jhsdb and debugger in serviceability tests
...
Reviewed-by: cjplummer
2020-05-12 09:45:24 -07:00
Weijun Wang
cc47d0aa61
8244674: Third-party code version check
...
Reviewed-by: mullan
2020-05-12 15:15:40 +08:00
David Holmes
46d287916c
8244779: ProblemList serviceability/jvmti/HiddenClass/P/Q/HiddenClassSigTest.java pending JDK-8244571
...
Reviewed-by: iignatyev
2020-05-12 00:47:27 -04:00
Eric Liu
babaab2edb
8242429: Better implementation for sign extract
...
Reviewed-by: vlivanov, thartmann
2020-05-12 10:19:01 +08:00
Evgeny Nikitin
91220287fc
8147018: CompilerControl: Improve handling of timeouts and failures for tests
...
Dump expected method states, improve compile commands dumping in CompilerControl tests
Reviewed-by: iignatyev, rbackman
2020-04-23 16:20:17 +02:00
Claes Redestad
fc842d2b4b
8193066: Avoid use of capturing lambdas in JarFile
...
Reviewed-by: lancea, alanb
2020-05-11 21:43:57 +02:00
Erik Gahlin
3b9367636e
8244676: test/jdk/jdk/jfr/startupargs/TestOptionsWithLocale.java fails
...
Reviewed-by: mgronlun
2020-05-11 21:42:23 +02:00
Andy Herrick
9253c29fd2
8244620: Fix test WinUpgradeUUIDTest failures in Mach5
...
Reviewed-by: asemenyuk, prr
2020-05-11 15:29:52 -04:00
Aleksey Shipilev
d5414d7929
8244740: Shenandoah: rename ShenandoahNormalMode to ShenandoahSATBMode
...
Reviewed-by: rkennke
2020-05-11 18:33:50 +02:00
Aleksey Shipilev
68e55bdf72
8244730: Shenandoah: gc/shenandoah/options/TestHeuristicsUnlock.java should only verify the heuristics
...
Reviewed-by: rkennke
2020-05-11 18:33:18 +02:00
Claes Redestad
ceda3089db
8244624: Improve handling of JarFile META-INF resources
...
Reviewed-by: lancea, weijun, martin
2020-05-11 10:37:54 +02:00
Prasanta Sadhukhan
d8510ea0c1
Merge
2020-05-09 09:49:08 +05:30
Mandy Chung
692f753580
8240910: jmod rejects duplicate entries in --class-path jars
...
Reviewed-by: alanb, lancea
2020-05-08 08:23:35 -07:00
Erik Gahlin
f3519016c7
8244508: JFR: FlightRecorderOptions reset date format
...
Reviewed-by: mgronlun
2020-05-08 15:34:14 +02:00
Sean Mullan
59eb03151a
8237888: security/infra/java/security/cert/CertPathValidator/certification/LuxTrustCA.java fails when checking validity interval
...
Reviewed-by: xuelei
2020-05-08 08:12:21 -04:00
Aleksei Efimov
3f505750ed
8237834: com/sun/jndi/ldap/LdapDnsProviderTest.java failing with LDAP response read timeout
...
Reviewed-by: dfuchs
2020-05-08 11:23:37 +01:00
Jan Lahoda
3beee2cd93
8242919: Paste locks up jshell
...
Not waiting until the full block is available while reading from input.
Reviewed-by: rfield
2020-05-08 09:16:12 +02:00
Prasanta Sadhukhan
b75ea9b069
Merge
2020-05-08 09:52:42 +05:30
Prasanta Sadhukhan
1f2f808794
8233643: [TESTBUG] JMenu test bug4515762.java fails on macos
...
Reviewed-by: serb
2020-05-08 09:45:57 +05:30
Prasanta Sadhukhan
5f0d11e1e9
8233642: [TESTBUG] JMenuBar test bug 4750590.java fails on macos
...
Reviewed-by: serb
2020-05-08 09:43:13 +05:30
Jesper Wilhelmsson
601891ac2b
8244618: WinUpgradeUUIDTest.java fails after JDK-8236518
...
Reviewed-by: dholmes
2020-05-08 02:43:36 +02:00
Aleksei Efimov
61864c28d1
8062947: Fix exception message to correctly represent LDAP connection failure
...
Reviewed-by: dfuchs, xyin, vtewari
2020-05-07 19:18:22 +01:00
Prasanta Sadhukhan
f64bdedeac
8244557: test/jdk/javax/swing/JTabbedPane/TestBackgroundScrollPolicy.java failed
...
Reviewed-by: prr
2020-05-07 22:29:25 +05:30
Naoto Sato
ed4bc1bf23
8244245: localizedBy() should override localized values with default values
...
Reviewed-by: joehw, rriggs, scolebourne
2020-05-07 09:27:48 -07:00
Andy Herrick
29f015cf61
8236518: There is no Native Packages WinUpgradeUUIDTest-2.0.exe after creating Native packages on win
...
Reviewed-by: asemenyuk, almatvee
2020-05-07 10:54:18 -04:00
Alan Bateman
f6dda95113
8243596: ModuleLayer::parents should return an unmodifiable list
...
Reviewed-by: mchung
2020-05-07 14:44:09 +01:00
Pavel Rappo
93b0516d5d
8224613: javadoc should better handle bad options
...
Reviewed-by: jjg
2020-05-07 13:59:18 +01:00
Hai-May Chao
76507eef63
8242060: Add revocation checking to jarsigner
...
Reviewed-by: mullan, weijun
2020-05-07 10:48:06 +08:00
Ioi Lam
b0f7ebc26b
8244542: ProblemList cds/DeterministicDump.java for Windows
...
Reviewed-by: ccheung
2020-05-06 14:20:35 -07:00
Volker Simonis
6a9d0579ca
8244094: Fix Amazon copyright in various test files
...
Reviewed-by: phh
2020-05-06 22:06:16 +02:00
Zhengyu Gu
0cf828153c
8241086: Test runtime/NMT/HugeArenaTracking.java is failing on 32bit Windows
...
Reviewed-by: stuefe
2020-05-06 16:02:10 -04:00
Leonid Mesnik
b24c0d21ee
8244267: Improve serviceability task definitions in CI
...
Reviewed-by: cjplummer, sspitsyn
2020-05-06 11:58:41 -07:00
Daniel Fuchs
a2c35a6acb
8244205: HTTP/2 tunnel connections through proxy may be reused regardless of which proxy is selected
...
The key used in the HTTP/2 connection pool is updated to take into account the proxy address in case of tunnel connections
Reviewed-by: chegar
2020-05-06 19:19:38 +01:00
Rahul Yadav
ed24927500
8240666: Websocket client’s OpeningHandshake discards the HTTP response body
...
The fix updates jdk.internal.net.http.websocket. OpeningHandshake.send() method to process the response body from server
Reviewed-by: chegar, dfuchs, prappo
2020-05-06 17:33:32 +01:00