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