Jaikiran Pai
d451f818cf
8326381: com.sun.net.httpserver.HttpsParameters and SSLStreams incorrectly handle needClientAuth and wantClientAuth
...
Reviewed-by: djelinski
2024-03-10 13:48:14 +00:00
Alex Menkov
b8fc4186d5
8326525: com/sun/tools/attach/BasicTests.java does not verify AgentLoadException case
...
Reviewed-by: cjplummer, lmesnik, sspitsyn
2024-02-29 17:51:10 +00:00
Matthew Donovan
430290066c
8319673: Few security tests ignore VM flags
...
Reviewed-by: weijun, hchao
2024-02-29 12:08:14 +00:00
Alex Menkov
fc67c2b4f1
8325530: Vague error message when com.sun.tools.attach.VirtualMachine fails to load agent library
...
Reviewed-by: sspitsyn, cjplummer
2024-02-26 23:18:49 +00:00
Axel Boldt-Christmas
a3a2b1fbbf
8324881: ObjectSynchronizer::inflate(Thread* current...) is invoked for non-current thread
...
Reviewed-by: rrich, dholmes, coleenp, dcubed
2024-02-07 15:49:16 +00:00
Doug Simon
91d8dac9cf
8325137: com/sun/management/ThreadMXBean/ThreadCpuTimeArray.java can fail in Xcomp with out of expected range
...
Reviewed-by: dholmes, sspitsyn
2024-02-02 10:44:42 +00:00
Anthony Scarpino
51dbd36c74
8322100: Fix GCMIncrementByte4 & GCMIncrementDirect4, and increase overlap testing
...
Reviewed-by: jnimeh
2024-01-17 18:08:38 +00:00
Weijun Wang
9fd855ed47
8322971: KEM.getInstance() should check if a 3rd-party security provider is signed
...
Reviewed-by: mullan, valeriep
2024-01-11 13:45:40 +00:00
Varada M
e5aed6be7a
8323276: StressDirListings.java fails on AIX
...
Reviewed-by: jpai, dfuchs
2024-01-11 12:17:35 +00:00
Stefan Karlsson
cbe329b90a
8321713: Harmonize executeTestJvm with create[Limited]TestJavaProcessBuilder
...
Reviewed-by: lkorinth, lmesnik
2024-01-03 08:53:01 +00:00
Alex Menkov
459957f30a
8322062: com/sun/jdi/JdwpAllowTest.java does not performs negative testing with prefix length
...
Reviewed-by: cjplummer, sspitsyn
2023-12-18 21:14:09 +00:00
Kevin Walls
e1fd663f22
8311306: Test com/sun/management/ThreadMXBean/ThreadCpuTimeArray.java failed: out of expected range
...
Reviewed-by: sspitsyn
2023-12-12 09:58:41 +00:00
Anthony Scarpino
dc9c77bebe
8318756: Create better internal buffer for AEADs
...
Reviewed-by: djelinski
2023-12-06 18:09:10 +00:00
Abhishek Kumar
4ef24e2596
8319938: TestFileChooserSingleDirectorySelection.java fails with "getSelectedFiles returned empty array"
...
Reviewed-by: aivanov, tr
2023-12-06 16:41:24 +00:00
Matthias Baesken
b9b82631bf
8317307: test/jdk/com/sun/jndi/ldap/LdapPoolTimeoutTest.java fails with ConnectException: Connection timed out: no further information
...
Reviewed-by: clanger
2023-12-04 08:09:01 +00:00
Roman Kennke
ea1ffa3419
8318895: Deoptimization results in incorrect lightweight locking stack
...
Co-authored-by: Axel Boldt-Christmas <aboldtch@openjdk.org>
Co-authored-by: Richard Reingruber <rrich@openjdk.org>
Reviewed-by: dlong, rrich
2023-11-10 15:28:27 +00:00
Johannes Bechberger
1a21c1a783
8318736: com/sun/jdi/JdwpOnThrowTest.java failed with "transport error 202: bind failed: Address already in use"
...
Reviewed-by: amenkov
2023-11-03 12:32:53 +00:00
Leo Korinth
d52a995f35
8315097: Rename createJavaProcessBuilder
...
Reviewed-by: lmesnik, dholmes, rriggs, stefank
2023-10-27 08:47:26 +00:00
William Kemper
5b5fd3694a
8316632: Shenandoah: Raise OOME when gc threshold is exceeded
...
Reviewed-by: kdnilsen, ysr, shade
2023-10-27 08:18:38 +00:00
Johannes Bechberger
8f4ebd8921
8317920: JDWP-agent sends broken exception event with onthrow option
...
Reviewed-by: clanger, cjplummer
2023-10-20 08:52:46 +00:00
Weijun Wang
5145e5a40a
8318328: DHKEM should check XDH name in case-insensitive mode
...
Reviewed-by: ascarpino, hchao
2023-10-17 19:36:17 +00:00
Leonid Mesnik
89987dbf87
8303773: Replace "main.wrapper" with "test.thread.factory" property in test code
...
Reviewed-by: cjplummer, amenkov
2023-10-03 15:03:47 +00:00
Leonid Mesnik
ca5eee2fe3
8316445: Mark com/sun/management/HotSpotDiagnosticMXBean/CheckOrigin.java as vm.flagless
...
Reviewed-by: cjplummer, sspitsyn
2023-09-28 17:15:40 +00:00
Leonid Mesnik
ee9776fa23
8304839: Move TestScaffold.main() to the separate class DebugeeWrapper
...
Reviewed-by: amenkov, cjplummer
2023-09-26 18:35:13 +00:00
Liam Miller-Cushon
9291b46bcf
8313804: JDWP support for -Djava.net.preferIPv6Addresses=system
...
Reviewed-by: cjplummer, amenkov
2023-09-25 16:43:20 +00:00
Joachim Kern
21c2dac159
8315706: com/sun/tools/attach/warnings/DynamicLoadWarningTest.java real fix for failure on AIX
...
Reviewed-by: dholmes, mbaesken
2023-09-18 11:57:48 +00:00
Erik Joelsson
020255a72d
8267174: Many test files have the wrong Copyright header
...
Reviewed-by: valeriep, aivanov, iris, dholmes, ihse
2023-09-12 20:16:05 +00:00
Daniel Jeliński
42f5b9e7aa
8315436: HttpsServer does not send TLS alerts
...
Reviewed-by: dfuchs, michaelm
2023-09-01 10:19:53 +00:00
Valerie Peng
2436fb010e
8312306: Add more Reference.reachabilityFence() calls to the security classes using Cleaner
...
Reviewed-by: ascarpino
2023-08-31 20:40:25 +00:00
Leonid Mesnik
7342f5a033
8314333: Update com/sun/jdi/ProcessAttachTest.java to use ProcessTools.createTestJvm(..)
...
Reviewed-by: cjplummer
2023-08-25 16:18:45 +00:00
Weibing Xiao
f2383b3cbd
8314063: The socket is not closed in Connection::createSocket when the handshake failed for LDAP connection
...
Reviewed-by: aefimov, msheppar
2023-08-25 12:20:18 +00:00
Matthias Baesken
703817d21f
8314517: some tests fail in case ipv6 is disabled on the machine
...
Reviewed-by: mdoerr, lucy, jpai, dfuchs
2023-08-23 10:44:40 +00:00
Chris Plummer
388dcff725
8282712: VMConnection.open() does not detect if VM failed to be created, resulting in NPE
...
Reviewed-by: sspitsyn, amenkov
2023-08-17 15:09:09 +00:00
Weibing Xiao
e56d3bc2da
8313657: com.sun.jndi.ldap.Connection.cleanup does not close connections on SocketTimeoutErrors
...
Reviewed-by: vtewari, msheppar, aefimov
2023-08-14 17:38:53 +00:00
Liam Miller-Cushon
f41c267f85
8314045: ArithmeticException in GaloisCounterMode
...
Co-authored-by: Ioana Nedelcu <ioannanedelcu@google.com>
Reviewed-by: ascarpino
2023-08-14 15:51:18 +00:00
Matthias Baesken
6dba2026d7
8313670: Simplify shared lib name handling code in some tests
...
Reviewed-by: cjplummer, sspitsyn
2023-08-10 07:23:24 +00:00
Paul Hohensee
a9d21c61fb
8313081: MonitoringSupport_lock should be unconditionally initialized after 8304074
...
Reviewed-by: dholmes, sspitsyn, shade
2023-07-26 19:30:21 +00:00
Jaikiran Pai
842d6329cf
8227229: Deprecate the launcher -Xdebug/-debug flags that have not done anything since Java 6
...
Reviewed-by: alanb, cjplummer, dholmes
2023-07-21 12:58:20 +00:00
Matthias Baesken
25cbe85d6f
8310550: Adjust references to rt.jar
...
Reviewed-by: erikj, clanger
2023-07-07 06:57:23 +00:00
Matthias Baesken
6a63badd8e
8310191: com/sun/tools/attach/warnings/DynamicLoadWarningTest.java second failure on AIX
...
Reviewed-by: alanb, cjplummer
2023-06-19 06:39:58 +00:00
Chris Plummer
d7251c1755
8309757: com/sun/jdi/ReferrersTest.java fails with virtual test thread factory
...
Reviewed-by: sspitsyn, kevinw
2023-06-13 18:07:43 +00:00
Chris Plummer
1612b6dc6e
8309752: com/sun/jdi/SetLocalWhileThreadInNative.java fails with virtual test thread factory due to OpaqueFrameException
...
Reviewed-by: sspitsyn, lmesnik
2023-06-12 18:07:40 +00:00
Matthias Baesken
4d66d97745
8309549: com/sun/tools/attach/warnings/DynamicLoadWarningTest.java fails on AIX
...
Reviewed-by: alanb, cjplummer, sspitsyn
2023-06-12 07:07:38 +00:00
Chris Plummer
84184f9473
8232839: JDI AfterThreadDeathTest.java failed due to "FAILED: Did not get expected IllegalThreadStateException on a StepRequest.enable()"
...
Reviewed-by: sspitsyn, kevinw
2023-06-09 18:01:22 +00:00
Chris Plummer
e3f3ac0825
8309420: com/sun/jdi/StepTest.java fails with virtual thread wrapper
...
Reviewed-by: sspitsyn, amenkov
2023-06-07 18:03:49 +00:00
Chris Plummer
c38abbfcaa
8309510: com/sun/jdi/RedefineNestmateAttr/TestNestmateAttr.java no longer needs to override startUp() method
...
Reviewed-by: sspitsyn, amenkov
2023-06-07 17:57:23 +00:00
Chris Plummer
a54f4d4ab9
8309509: com/sun/jdi/RedefineNestmateAttr/TestNestmateAttr.java fails with virtual test thread factory
...
Reviewed-by: sspitsyn, amenkov
2023-06-07 17:49:05 +00:00
Chris Plummer
65bdbc7a8c
8309396: com/sun/jdi/JdbMethodExitTest.java fails with virtual threads due to a bug in determining the main thread id
...
Reviewed-by: amenkov, sspitsyn
2023-06-06 21:57:18 +00:00
Chris Plummer
16ab7bfe22
8309505: com/sun/jdi/MethodEntryExitEvents.java due to finding wrong main thread
...
Reviewed-by: amenkov, sspitsyn
2023-06-06 18:34:18 +00:00
Chris Plummer
571fbdc311
8309506: com/sun/jdi/MultiBreakpointsTest.java fails with virtual test thread factory
...
Reviewed-by: amenkov, sspitsyn
2023-06-06 18:17:47 +00:00
Alan Bateman
2e9eff5641
8309406: Change jdk.trackAllThreads to default to true
...
Reviewed-by: rpressler, mchung, cjplummer
2023-06-06 06:01:38 +00:00
Chris Plummer
1bb037bdc6
8309329: com/sun/jdi/DeferredStepTest.java fails with virtual threads due to not waiting for threads to exit
...
Reviewed-by: sspitsyn, lmesnik, amenkov
2023-06-02 19:09:56 +00:00
Alan Bateman
5bd2af26e6
8307478: Implementation of Prepare to Restrict The Dynamic Loading of Agents
...
Reviewed-by: sspitsyn, cjplummer
2023-06-02 05:57:01 +00:00
Chris Plummer
5531f6ba1b
8308819: add JDWP and JDI virtual thread support for ThreadReference.ForceEarlyReturn
...
Reviewed-by: sspitsyn, alanb
2023-05-31 20:50:22 +00:00
Chris Plummer
eae1f59da9
8309159: Some minor comment and code cleanup in jdk/com/sun/jdi/PopFramesTest.java
...
Reviewed-by: sspitsyn, lmesnik
2023-05-31 17:38:18 +00:00
Weijun Wang
6b90b0519e
8297878: KEM: Implementation
...
Reviewed-by: ascarpino, mullan
2023-05-30 16:29:19 +00:00
Paul Hohensee
3eced01f9e
8304074: [JMX] Add an approximation of total bytes allocated on the Java heap by the JVM
...
Reviewed-by: dholmes, mchung
2023-05-30 13:44:02 +00:00
Chris Plummer
89f2d458a2
8308237: add JDWP and JDI virtual thread support for ThreadReference.PopFrames
...
8308481: JDI TestScaffold does not support passing app arguments to the debuggee
8305632: Test com/sun/jdi/PopAndInvokeTest.java fails with OpaqueFrameException
Reviewed-by: alanb, sspitsyn, lmesnik
2023-05-24 16:54:05 +00:00
Jamil Nimeh
bb0ff48aa9
8305091: Change ChaCha20 cipher init behavior to match AES-GCM
...
Reviewed-by: djelinski, ascarpino
2023-05-23 14:31:08 +00:00
Chris Plummer
54c06d2d91
8307559: Add better checking in com/sun/jdi tests for debuggee exiting unexpectedly with an exception
...
Reviewed-by: kevinw, lmesnik
2023-05-11 23:16:22 +00:00
Chris Plummer
489658dbd2
8307885: com/sun/jdi/ConnectedVMs.java fails with "Invalid debuggee exitValue: 0"
...
Reviewed-by: kevinw, sspitsyn
2023-05-11 17:07:27 +00:00
Daniel D. Daugherty
df90df298e
8307857: validate-source fails after JDK-8306758
...
Reviewed-by: rriggs, cjplummer
2023-05-10 19:38:24 +00:00
Chris Plummer
268836482d
8306758: com/sun/jdi/ConnectedVMs.java fails with "Non-zero debuggee exitValue: 143"
...
Reviewed-by: amenkov, sspitsyn
2023-05-10 19:09:24 +00:00
Kevin Walls
e206d57bfc
8307362: Remove test com/sun/jdi/JdbLastErrorTest.java
...
Reviewed-by: dcubed
2023-05-04 06:31:15 +00:00
Leonid Mesnik
caee1beaaf
8307305: Update debugger tests to support JTREG_TEST_THREAD_FACTORY mode
...
Reviewed-by: cjplummer
2023-05-04 03:51:24 +00:00
Chris Plummer
38cc0391f3
8306705: com/sun/jdi/PopAndInvokeTest.java fails with NativeMethodException
...
Reviewed-by: lmesnik, amenkov, sspitsyn
2023-04-26 17:32:05 +00:00
Leonid Mesnik
00eb348a52
8305937: com/sun/jdi/SetLocalWhileThreadInNative.java fails with -XX:+TieredCompilation
...
Reviewed-by: dcubed
2023-04-13 16:02:17 +00:00
Leonid Mesnik
bc15163386
8304834: Fix wrapper insertion in TestScaffold.parseArgs(String args[])
...
Reviewed-by: cjplummer, dholmes
2023-04-12 17:44:38 +00:00
Alan Bateman
2586f36120
8304919: Implementation of Virtual Threads
...
Reviewed-by: lmesnik, cjplummer, psandoz, mchung, sspitsyn, jpai
2023-04-11 05:49:54 +00:00
Chris Plummer
1d517afbd4
8305209: JDWP exit error AGENT_ERROR_INVALID_THREAD(203): missing entry in running thread table
...
Reviewed-by: sspitsyn, lmesnik
2023-04-06 19:13:27 +00:00
Leonid Mesnik
ddd50d0db3
8305608: Change VMConnection to use "test.class.path"instead of "test.classes"
...
Reviewed-by: cjplummer, sspitsyn
2023-04-06 14:11:40 +00:00
Leonid Mesnik
35d22930bb
8305607: Remove some unused test parameters in com/sun/jdi tests
...
Reviewed-by: sspitsyn, amenkov, cjplummer
2023-04-06 03:32:12 +00:00
Leonid Mesnik
c59411929d
8305511: Remove ignore from com/sun/jdi/PopAndInvokeTest.java
...
Reviewed-by: cjplummer, sspitsyn
2023-04-04 14:39:56 +00:00
Ioi Lam
9ce5fdc962
8305421: Work around JDK-8305420 in CDSJDITest.java
...
Reviewed-by: cjplummer
2023-04-03 22:28:58 +00:00
Daniel Jeliński
f9827ad172
8288109: HttpExchangeImpl.setAttribute does not allow null value after JDK-8266897
...
Reviewed-by: dfuchs, jpai
2023-04-03 14:57:03 +00:00
Chris Plummer
9643f654da
8304436: com/sun/jdi/ThreadMemoryLeakTest.java fails with "OutOfMemoryError: Java heap space" with ZGC
...
8304449: com/sun/jdi/ThreadMemoryLeakTest.java times out
Reviewed-by: lmesnik, dcubed
2023-03-29 23:29:30 +00:00
Daniel Jeliński
3c4cd50e3c
8304963: HttpServer closes connection after processing HEAD after JDK-7026262
...
Reviewed-by: dfuchs
2023-03-28 06:12:30 +00:00
Daniel Jeliński
a5ffa079a0
7026262: HttpServer: improve handling of finished HTTP exchanges
...
Reviewed-by: dfuchs, michaelm
2023-03-27 05:22:45 +00:00
Archie L. Cobbs
4b8f7db6be
8027682: javac wrongly accepts semicolons in package and import decls
...
Reviewed-by: vromero
2023-03-23 16:04:35 +00:00
Leonid Mesnik
e73411a235
8304376: Rename t1/t2 classes in com/sun/jdi/CLETest.java to avoid class duplication error in IDE
...
Reviewed-by: sspitsyn, cjplummer
2023-03-22 18:25:41 +00:00
Chris Plummer
0deb648985
8290200: com/sun/jdi/InvokeHangTest.java fails with "Debuggee appears to be hung"
...
Reviewed-by: amenkov, lmesnik, sspitsyn, dcubed
2023-03-21 18:00:35 +00:00
Daniel Jeliński
450567031e
8304174: Remove delays from httpserver tests
...
Reviewed-by: jpai, dfuchs
2023-03-20 09:31:33 +00:00
Chris Plummer
f8482c20f4
8297638: Memory leak in case of many started-dead threads
...
Reviewed-by: amenkov, sspitsyn
2023-03-18 00:23:58 +00:00
Leonid Mesnik
cd41c69d44
8303705: Field sleeper.started should be volatile JdbLockTestTarg.java
...
Reviewed-by: dholmes
2023-03-14 21:52:34 +00:00
Eirik Bjorsnos
31680b2bcf
8303410: Remove ContentSigner APIs and jarsigner -altsigner and -altsignerpath options
...
Reviewed-by: weijun
2023-03-14 11:48:59 +00:00
Leonid Mesnik
cdcf5c1ed8
8303702: Provide ThreadFactory to create platform/virtual threads for com/sun/jdi tests
...
Reviewed-by: cjplummer, sspitsyn
2023-03-09 15:44:03 +00:00
Alan Bateman
629a9053f0
8303242: ThreadMXBean issues with virtual threads
...
Reviewed-by: mchung, pchilanomate
2023-03-04 07:33:33 +00:00
Patricio Chilano Mateo
83bea26df4
8300575: JVMTI support when using alternative virtual thread implementation
...
Reviewed-by: lmesnik, sspitsyn, alanb
2023-02-22 15:42:53 +00:00
Valerie Peng
4ce493f09e
8302225: SunJCE Provider doesn't validate key sizes when using 'constrained' transforms for AES/KW and AES/KWP
...
Reviewed-by: xuelei
2023-02-16 21:58:34 +00:00
Darragh Clarke
e4d1cff659
8300268: ServerImpl allows too many idle connections when using sun.net.httpserver.maxIdleConnections
...
Reviewed-by: dfuchs, vtewari, michaelm, jpai
2023-02-09 12:27:57 +00:00
Alan Bateman
ecf21a9a24
8301767: Convert virtual thread tests to JUnit
...
Reviewed-by: cstein, lancea, jpai
2023-02-08 14:56:28 +00:00
Kevin Walls
c61a38212e
8296646: com/sun/jdi/JdbLastErrorTest.java test failure
...
Reviewed-by: dholmes, sspitsyn, cjplummer
2023-02-07 10:14:37 +00:00
Chris Plummer
de5773325d
8301644: com/sun/jdi/JdbStopThreadTest.java fails after JDK-8300811
...
Reviewed-by: amenkov, kevinw
2023-02-02 16:58:48 +00:00
Aleksei Efimov
03b23a1e1b
8301367: Add exception handler method to the BaseLdapServer
...
Reviewed-by: jpai, vtewari, dfuchs
2023-02-02 12:45:00 +00:00
Bill Huang
09bfbf8063
8300909: Update com/sun/jndi/dns/Test6991580.java manual test instruction
...
Reviewed-by: alanb
2023-01-31 22:12:07 +00:00
Valerie Peng
7eff578768
8288050: Add support of SHA-512/224 and SHA-512/256 to the PBKDF2 and PBES2 impls in SunJCE provider
...
Reviewed-by: weijun
2023-01-26 22:07:31 +00:00
Jaikiran Pai
8a47429dc0
8295944: Move the Http2TestServer and related classes into a package of its own
...
Reviewed-by: dfuchs
2023-01-25 13:38:02 +00:00
Volodymyr Paprotski
9d44dd0cca
8297972: Poly1305 Endianness on ByteBuffer not enforced
...
Reviewed-by: jnimeh
2023-01-20 19:51:28 +00:00
Abhishek Kumar
578c287a68
8081507: Open or Save button in JFileChooser has OK title in GTK LaF
...
Reviewed-by: serb, tr
2023-01-04 22:45:39 +00:00
Jesper Wilhelmsson
df1caf9081
Merge
2023-01-04 16:03:09 +00:00