Matthew Donovan
9a9ac1d005
8341927: Replace hardcoded security providers with new test.provider.name system property
...
Reviewed-by: mullan, ascarpino, rhalade
2024-10-30 18:51:02 +00:00
Johannes Bechberger
309b929147
8336401: Remove the option onjcmd from the jdwp agent
...
Reviewed-by: cjplummer, mbaesken
2024-10-18 23:39:05 +00:00
Axel Boldt-Christmas
6fad6af0de
8341819: LightweightSynchronizer::enter_for races with deflation
...
Reviewed-by: pchilanomate, rkennke
2024-10-10 17:02:54 +00:00
Chris Plummer
5ebdf2d272
8338708: Don't create/destroy debug agent cmdQueueLock for each connection
...
Reviewed-by: amenkov, lmesnik
2024-09-03 19:06:00 +00:00
Chris Plummer
d72810794b
8338482: com/sun/jdi/ThreadMemoryLeakTest.java requires that compressed oops are enabled
...
Reviewed-by: amenkov, kevinw
2024-08-20 23:34:31 +00:00
Chris Plummer
8635642dbd
8338469: com/sun/jdi/DataDumpTest.java failed with Not a debuggee, or not listening for debugger to attach
...
Reviewed-by: dcubed
2024-08-16 16:39:36 +00:00
Chris Plummer
723ac5763a
8332488: Add JVMTI DataDumpRequest to the debug agent
...
Reviewed-by: sspitsyn, lmesnik
2024-08-14 18:41:24 +00:00
Coleen Phillimore
ff8a9f9267
8337318: Deoptimization::relock_objects fails assert(monitor->owner() == Thread::current()) failed: must be
...
Co-authored-by: Richard Reingruber <rrich@openjdk.org>
Reviewed-by: rrich, dholmes, shade, pchilanomate
2024-08-13 11:48:50 +00:00
Alex Menkov
920751e5d5
8311990: Two JDI tests may interfere with each other
...
Reviewed-by: dholmes, sspitsyn
2024-08-06 21:56:48 +00:00
Chris Plummer
ed6499446d
8333391: Test com/sun/jdi/InterruptHangTest.java failed: Thread was never interrupted during sleep
...
Reviewed-by: lmesnik, amenkov
2024-07-22 19:34:09 +00:00
Chris Plummer
4e8cbf884a
8335134: Test com/sun/jdi/BreakpointOnClassPrepare.java timeout
...
Reviewed-by: kevinw, coleenp
2024-06-27 22:20:14 +00:00
Coleen Phillimore
b3bf31a0a0
8333542: Breakpoint in parallel code does not work
...
Co-authored-by: Chris Plummer <cjplummer@openjdk.org>
Reviewed-by: dholmes, vlivanov
2024-06-25 19:50:58 +00:00
Richard Reingruber
13dce296fc
8334560: [PPC64]: postalloc_expand_java_dynamic_call_sched does not copy all fields
...
Reviewed-by: mbaesken, mdoerr
2024-06-24 06:33:39 +00:00
Jaikiran Pai
fe8a2aff31
8307778: com/sun/jdi/cds tests fail with jtreg's Virtual test thread factory
...
Reviewed-by: dholmes, sspitsyn, cjplummer, lmesnik
2024-05-16 05:42:38 +00:00
Vladimir Kozlov
83eba863fe
8329332: Remove CompiledMethod and CodeBlobLayout classes
...
Reviewed-by: vlivanov, stefank
2024-04-04 19:48:48 +00:00
Chris Plummer
966a42f9b3
8324868: debug agent does not properly handle interrupts of a virtual thread
...
Reviewed-by: sspitsyn, amenkov
2024-03-12 20:54:18 +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
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
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
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
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
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
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
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
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
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
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
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
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
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