Kevin Walls
|
dfc16e047f
|
8292302: Windows GetLastError value overwritten by ThreadLocalStorage::thread
Reviewed-by: cjplummer, dholmes, dcubed
|
2022-09-13 07:34:55 +00:00 |
|
Chris Plummer
|
da99e3e829
|
8289400: Improve com/sun/jdi/TestScaffold error reporting
Reviewed-by: amenkov, lmesnik
|
2022-09-02 16:08:17 +00:00 |
|
Kevin Driver
|
6335150cea
|
6205692: (spec) javax.crypto.MacSpi.engineUpdate(ByteBuffer input): NPE should be specified
Reviewed-by: valeriep
|
2022-08-30 20:51:34 +00:00 |
|
Kevin Driver
|
550e5d7822
|
4958071: (spec) confusing exception list for javax.crypto.Cipher.init(...) for
Reviewed-by: valeriep, wetmore
|
2022-08-30 18:23:46 +00:00 |
|
Chris Plummer
|
3e18773016
|
8292880: Improve debuggee logging for com/sun/jdi/ClassUnloadEventTest.java
Reviewed-by: amenkov, kevinw
|
2022-08-25 22:54:29 +00:00 |
|
Chris Plummer
|
d83faeaf9a
|
8292250: Create test for co-located JDI MethodEntry, Step, and Breakpoint events
Reviewed-by: amenkov, kevinw
|
2022-08-25 22:03:43 +00:00 |
|
Erik Österlund
|
054c23f484
|
8290025: Remove the Sweeper
Reviewed-by: stefank, kvn, iveresov, coleenp, vlivanov, mdoerr
|
2022-08-25 09:48:55 +00:00 |
|
Bill Huang
|
124fc4a83d
|
8290180: Convert com/sun/management/UnixOperatingSystemMXBean/GetOpenFileDescriptorCount.sh to jtreg java version
8290181: convert com/sun/management/UnixOperatingSystemMXBean/GetMaxFileDescriptorCount.sh to java version
Reviewed-by: lmesnik, amenkov
|
2022-08-08 15:06:49 +00:00 |
|
Chris Plummer
|
a6564d495b
|
8291650: Add delay to ClassUnloadEventTest before exiting to give time for JVM to send all events before VMDeath
Reviewed-by: sspitsyn, amenkov
|
2022-08-02 21:13:00 +00:00 |
|
KIRIYAMA Takuya
|
d61c0c79cf
|
8290497: some tests in com/sun/jdi fail on localized Windows platform
Reviewed-by: sspitsyn, cjplummer, amenkov
|
2022-08-01 08:12:25 +00:00 |
|
Kevin Driver
|
0bcf17674e
|
6227536: KeyGenerator.init() methods do not throw IllegalArgumentException for keysize == 0
Reviewed-by: wetmore
|
2022-07-29 20:30:28 +00:00 |
|
Zhengyu Gu
|
54854d9300
|
8256811: Delayed/missed jdwp class unloading events
Co-authored-by: Chris Plummer <cjplummer@openjdk.org>
Reviewed-by: cjplummer, coleenp, sspitsyn
|
2022-07-22 12:27:04 +00:00 |
|
Alex Menkov
|
7ec0132ad3
|
8286844: com/sun/jdi/RedefineCrossEvent.java failed with 1 threads completed while VM suspended
Reviewed-by: sspitsyn, cjplummer
|
2022-07-21 18:14:40 +00:00 |
|
Coleen Phillimore
|
0c37008917
|
8275662: remove test/lib/sun/hotspot
Reviewed-by: mseledtsov, sspitsyn, lmesnik
|
2022-07-11 13:07:03 +00:00 |
|
Coleen Phillimore
|
e7795851d2
|
8271707: migrate tests to use jdk.test.whitebox.WhiteBox
Reviewed-by: lmesnik, dholmes
|
2022-07-08 15:55:14 +00:00 |
|
Jesper Wilhelmsson
|
2a6ec88cd0
|
Merge
|
2022-07-06 21:01:10 +00:00 |
|
Chris Plummer
|
29ea6429d2
|
8287847: Fatal Error when suspending virtual thread after it has terminated
Reviewed-by: alanb, sspitsyn
|
2022-07-05 17:46:59 +00:00 |
|
Christoph Langer
|
5b5bc6c26e
|
8287672: jtreg test com/sun/jndi/ldap/LdapPoolTimeoutTest.java fails intermittently in nightly run
Reviewed-by: stuefe
Backport-of: 7e211d7daa
|
2022-07-04 07:52:38 +00:00 |
|
rmartinc
|
c3addbb1c0
|
8288895: LdapContext doesn't honor set referrals limit
Reviewed-by: dfuchs, aefimov
|
2022-06-30 09:17:57 +00:00 |
|
Jaikiran Pai
|
dddd4e7c81
|
8289291: HttpServer sets incorrect value for "max" parameter in Keep-Alive header value
Reviewed-by: michaelm, dfuchs
|
2022-06-30 01:43:11 +00:00 |
|
Leonid Mesnik
|
f080430440
|
8288599: com/sun/management/OperatingSystemMXBean/TestTotalSwap.java: Expected total swap size ... but getTotalSwapSpaceSize returned ...
Reviewed-by: sspitsyn, kevinw
|
2022-06-21 18:38:03 +00:00 |
|
Rob McKenna
|
7e211d7daa
|
8287672: jtreg test com/sun/jndi/ldap/LdapPoolTimeoutTest.java fails intermittently in nightly run
Reviewed-by: dfuchs, aefimov
|
2022-06-21 00:23:12 +00:00 |
|
Alan Bateman
|
6ff2d89ea1
|
8287496: Alternative virtual thread implementation that maps to OS thread
Reviewed-by: rehn, mchung
|
2022-06-02 09:02:37 +00:00 |
|
Alexey Ivanov
|
e0d361cea9
|
8284191: Replace usages of 'a the' in hotspot and java.base
Reviewed-by: lancea, wetmore, naoto, iris, kevinw, xuelei
|
2022-05-24 11:25:13 +00:00 |
|
Alan Bateman
|
15f15830f0
|
8287008: Improve tests for thread dumps in JSON format
Reviewed-by: cjplummer
|
2022-05-24 06:20:53 +00:00 |
|
Alex Menkov
|
a617709235
|
8281268: Resolve duplication of test ClassTransformer class
Reviewed-by: kevinw, cjplummer
|
2022-05-18 20:49:38 +00:00 |
|
Valerie Peng
|
61ddbef368
|
8002277: Refactor two PBE classes to simplify maintenance
Reviewed-by: weijun
|
2022-05-17 20:55:34 +00:00 |
|
Alan Bateman
|
9583e3657e
|
8284161: Implementation of Virtual Threads (Preview)
Co-authored-by: Ron Pressler <rpressler@openjdk.org>
Co-authored-by: Alan Bateman <alanb@openjdk.org>
Co-authored-by: Erik Österlund <eosterlund@openjdk.org>
Co-authored-by: Andrew Haley <aph@openjdk.org>
Co-authored-by: Rickard Bäckman <rbackman@openjdk.org>
Co-authored-by: Markus Grönlund <mgronlun@openjdk.org>
Co-authored-by: Leonid Mesnik <lmesnik@openjdk.org>
Co-authored-by: Serguei Spitsyn <sspitsyn@openjdk.org>
Co-authored-by: Chris Plummer <cjplummer@openjdk.org>
Co-authored-by: Coleen Phillimore <coleenp@openjdk.org>
Co-authored-by: Robbin Ehn <rehn@openjdk.org>
Co-authored-by: Stefan Karlsson <stefank@openjdk.org>
Co-authored-by: Thomas Schatzl <tschatzl@openjdk.org>
Co-authored-by: Sergey Kuksenko <skuksenko@openjdk.org>
Reviewed-by: lancea, eosterlund, rehn, sspitsyn, stefank, tschatzl, dfuchs, lmesnik, dcubed, kevinw, amenkov, dlong, mchung, psandoz, bpb, coleenp, smarks, egahlin, mseledtsov, coffeys, darcy
|
2022-05-07 08:06:16 +00:00 |
|
Chris Plummer
|
e98c32d6b6
|
8284043: com/sun/jdi/MethodInvokeWithTraceOnTest.java failing with com.sun.jdi.ObjectCollectedException
Reviewed-by: sspitsyn, amenkov
|
2022-04-07 19:01:42 +00:00 |
|
Daniel Jeliński
|
5bafcfdc17
|
8284444: Sting typo
Reviewed-by: kcr, aivanov, mgronlun
|
2022-04-07 14:55:05 +00:00 |
|
Jie Fu
|
77a205aa4c
|
8284090: com/sun/security/auth/module/AllPlatforms.java fails to compile
Reviewed-by: mullan
|
2022-03-31 13:51:12 +00:00 |
|
Sibabrata Sahoo
|
fbb8ca55a8
|
8281717: Cover logout method for several LoginModule
Reviewed-by: rhalade
|
2022-03-31 06:17:00 +00:00 |
|
Valerie Peng
|
313bc7f64f
|
8267319: Use larger default key sizes and algorithms based on CNSA
Reviewed-by: weijun, xuelei
|
2022-03-24 22:50:26 +00:00 |
|
Chris Plummer
|
5bf6a7f7d7
|
8282691: add jdb "-R" option for passing any argument to the launched debuggee process
Reviewed-by: alanb, kevinw
|
2022-03-14 18:15:40 +00:00 |
|
Matteo Baccan
|
ccad39237a
|
8282657: Code cleanup: removing double semicolons at the end of lines
Reviewed-by: lancea, rriggs, ihse, prr, iris, wetmore, darcy, dholmes
|
2022-03-07 21:33:40 +00:00 |
|
Weijun Wang
|
1485883c9e
|
8281628: KeyAgreement : generateSecret intermittently not resetting
Reviewed-by: valeriep
|
2022-03-03 00:39:39 +00:00 |
|
Julia Boes
|
9ca435b4c0
|
8281305: Test com/sun/net/httpserver/simpleserver/MapToPathTest.java fails on Windows 11
Reviewed-by: dfuchs
|
2022-02-17 10:35:05 +00:00 |
|
Julia Boes
|
f3e8242683
|
8280965: Tests com/sun/net/httpserver/simpleserver fail with FileSystemException on Windows 11
Reviewed-by: dfuchs
|
2022-02-07 09:28:05 +00:00 |
|
Rob McKenna
|
3d926dd66e
|
8277795: ldap connection timeout not honoured under contention
Reviewed-by: dfuchs, aefimov
|
2022-02-04 13:07:03 +00:00 |
|
Michael McMahon
|
de3113b998
|
8279842: HTTPS Channel Binding support for Java GSS/Kerberos
Co-authored-by: Weijun Wang <weijun.wang@oracle.com>
Reviewed-by: dfuchs, weijun, darcy
|
2022-02-01 07:26:59 +00:00 |
|
Julia Boes
|
20297deaeb
|
8280161: com/sun/net/httpserver/simpleserver/jwebserver/MaxRequestTimeTest.java fails with SSLException
Reviewed-by: dfuchs
|
2022-01-20 12:16:21 +00:00 |
|
Julia Boes
|
9f30ec174f
|
8278398: jwebserver: Add test to confirm maximum request time
Reviewed-by: dfuchs, michaelm
|
2022-01-14 12:48:03 +00:00 |
|
Zdenek Zambersky
|
4c52eb3943
|
8279669: test/jdk/com/sun/jdi/TestScaffold.java uses wrong condition
Reviewed-by: amenkov, sspitsyn
|
2022-01-11 13:14:48 +00:00 |
|
Daniel Jelinski
|
f31dead6c5
|
8279043: Some Security Exception Messages Miss Spaces
Reviewed-by: weijun
|
2021-12-21 18:24:31 +00:00 |
|
Michael McMahon
|
bc31ccc95b
|
8278312: Update SimpleSSLContext keystore to use SANs for localhost IP addresses
Reviewed-by: dfuchs
|
2021-12-09 17:38:49 +00:00 |
|
Julia Boes
|
f505396ccc
|
8277459: Add jwebserver tool
Reviewed-by: michaelm, dfuchs, ihse
|
2021-12-01 10:37:09 +00:00 |
|
Richard Reingruber
|
ca2efb73f5
|
8274687: JDWP deadlocks if some Java thread reaches wait in blockOnDebuggerSuspend
Reviewed-by: cjplummer, sspitsyn, rschmelter
|
2021-11-15 07:02:22 +00:00 |
|
Julia Boes
|
13deb38433
|
8276848: sun.net.httpserver.simpleserver.CommandLinePositiveTest: test does not specify port
Reviewed-by: dfuchs
|
2021-11-12 12:05:45 +00:00 |
|
Weijun Wang
|
a5c160c711
|
8267108: Alternate Subject.getSubject and doAs APIs that do not depend on Security Manager APIs
Reviewed-by: mullan
|
2021-11-10 19:35:17 +00:00 |
|
Julia Boes
|
ee49963258
|
8275534: com.sun.net.httpserver.BasicAuthenticator should check whether "realm" is a quoted string
Reviewed-by: michaelm, dfuchs
|
2021-11-04 11:31:51 +00:00 |
|