Yasumasa Suenaga
57241545c6
8376052: Use AttachOperationFailedException rather than AttachNotSupportedException in findTargetProcessTmpDirectory()
...
Reviewed-by: alanb, amenkov
2026-02-06 06:43:02 +00:00
Yasumasa Suenaga
1cdb817422
8375575: AttachNotSupportedException constructor missing @since 27
...
Reviewed-by: liach
2026-01-18 07:35:12 +00:00
Yasumasa Suenaga
436c62afd2
8373867: Improve robustness of Attach API for finding tmp directory
...
Reviewed-by: sspitsyn, amenkov
2026-01-17 06:24:31 +00:00
Alex Menkov
da49fa5e15
8354460: Streaming output for attach API should be turned on by default
...
Reviewed-by: sspitsyn, kevinw
2025-06-03 20:47:17 +00:00
Kevin Walls
3ac9678ea1
8351224: Deprecate com.sun.tools.attach.AttachPermission for removal
...
Reviewed-by: sspitsyn
2025-03-25 12:32:37 +00:00
Alex Menkov
cd1be91757
8319055: JCMD should not buffer the whole output of commands
...
Reviewed-by: stuefe, jsjolen
2025-03-13 20:05:49 +00:00
Hannes Wallnöfer
3f0c137026
8347123: Add missing @serial tags to other modules
...
Reviewed-by: prr, nbenalla, alanb
2025-02-17 15:31:18 +00:00
Kevin Walls
00ff6a38ce
8344105: Remove SecurityManager and related calls from jdk.attach and jdk.hotspot.agent
...
Reviewed-by: amenkov, cjplummer
2024-11-18 09:24:11 +00:00
Sean Mullan
db85090553
8338411: Implement JEP 486: Permanently Disable the Security Manager
...
Co-authored-by: Sean Mullan <mullan@openjdk.org>
Co-authored-by: Alan Bateman <alanb@openjdk.org>
Co-authored-by: Weijun Wang <weijun@openjdk.org>
Co-authored-by: Aleksei Efimov <aefimov@openjdk.org>
Co-authored-by: Brian Burkhalter <bpb@openjdk.org>
Co-authored-by: Daniel Fuchs <dfuchs@openjdk.org>
Co-authored-by: Harshitha Onkar <honkar@openjdk.org>
Co-authored-by: Joe Wang <joehw@openjdk.org>
Co-authored-by: Jorn Vernee <jvernee@openjdk.org>
Co-authored-by: Justin Lu <jlu@openjdk.org>
Co-authored-by: Kevin Walls <kevinw@openjdk.org>
Co-authored-by: Lance Andersen <lancea@openjdk.org>
Co-authored-by: Naoto Sato <naoto@openjdk.org>
Co-authored-by: Roger Riggs <rriggs@openjdk.org>
Co-authored-by: Brent Christian <bchristi@openjdk.org>
Co-authored-by: Stuart Marks <smarks@openjdk.org>
Co-authored-by: Ian Graves <igraves@openjdk.org>
Co-authored-by: Phil Race <prr@openjdk.org>
Co-authored-by: Erik Gahlin <egahlin@openjdk.org>
Co-authored-by: Jaikiran Pai <jpai@openjdk.org>
Reviewed-by: kevinw, aivanov, rriggs, lancea, coffeys, dfuchs, ihse, erikj, cjplummer, coleenp, naoto, mchung, prr, weijun, joehw, azvegint, psadhukhan, bchristi, sundar, attila
2024-11-12 17:16:15 +00:00
Alex Menkov
36d71735e3
8339289: Enhance Attach API to support arbitrary length arguments - Windows
...
Reviewed-by: kevinw, sspitsyn
2024-10-25 18:08:21 +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
Kevin Walls
19601ebe91
8310993: Missing @since tags in jdk.attach
...
Reviewed-by: sspitsyn, cjplummer
2023-06-30 17:49:56 +00:00
Kevin Walls
b1c34c03d7
8296684: Improve String platform support
...
Reviewed-by: amenkov, michaelm, rhalade
2023-04-18 23:21:20 +00:00
Yi Yang
10d6a8e66a
8299518: HotSpotVirtualMachine shared code across different platforms
...
Reviewed-by: cjplummer, dholmes
2023-03-06 02:02:29 +00:00
Alan Bateman
acd5bcfc88
8289610: Degrade Thread.stop
...
Reviewed-by: rriggs, cjplummer, jpai, mchung, prr, mullan
2022-09-23 07:55:29 +00:00
Magnus Ihse Bursie
76caeed498
8285366: Fix typos in serviceability
...
Reviewed-by: kevinw, sspitsyn
2022-05-13 15:17:22 +00:00
Weijun Wang
e9b2c058a4
8269409: Post JEP 411 refactoring: core-libs with maximum covering > 10K
...
Reviewed-by: lancea, naoto
2021-06-28 19:05:33 +00:00
Weijun Wang
6765f90250
8266459: Implement JEP 411: Deprecate the Security Manager for Removal
...
Co-authored-by: Sean Mullan <mullan@openjdk.org>
Co-authored-by: Lance Andersen <lancea@openjdk.org>
Co-authored-by: Weijun Wang <weijun@openjdk.org>
Reviewed-by: erikj, darcy, chegar, naoto, joehw, alanb, mchung, kcr, prr, lancea
2021-06-02 11:57:31 +00:00
Mark Reinhold
55039aa1c6
8249205: Remove unnecessary trademark symbols
...
Reviewed-by: darcy, lancea, bpb, prr, jjg, cjplummer, iris, dfuchs, weijun, joehw, wetmore, bchristi
2020-07-15 14:21:54 -07:00
Serguei Spitsyn
d94f8c91c9
8229847: AttachProvider javadoc page needs an update
...
Replace Sun references with Oracle references in AttachProvider javadoc
Reviewed-by: amenkov, dholmes
2020-01-10 01:36:48 +00:00
Gary Adams
00993afe1a
6640188: Methods com.cun.attach.VirtualMachine.load... don't throw NullPointerxception
...
Reviewed-by: sspitsyn
2018-01-09 13:58:30 -05:00
Yasumasa Suenaga
b25c9ddbae
8165736: Error message should be shown when JVMTI agent cannot be attached
...
Reviewed-by: sspitsyn, dholmes
2017-11-29 09:26:58 +09:00
Erik Joelsson
3789983e89
8187443: Forest Consolidation: Move files to unified layout
...
Reviewed-by: darcy, ihse
2017-09-12 19:03:39 +02:00