Kevin Walls
b06459d3a8
8364227: MBeanServer registerMBean throws NPE
...
Reviewed-by: alanb
2025-09-01 14:21:33 +00:00
Kevin Walls
f71541c93b
8344976: Remove the jmx.invoke.getters compatibility property
...
Reviewed-by: cjplummer, dfuchs, sspitsyn
2025-01-28 09:22:50 +00:00
Koushik Thirupattur
002679ac9f
8347065: Add missing @spec tags for Java Security Standard Algorithm Names
...
Reviewed-by: weijun
2025-01-25 19:06:47 +00:00
Kevin Walls
8b46db0c0d
8345045: Remove the jmx.remote.x.buffer.size JMX notification property
...
Reviewed-by: amenkov, sspitsyn
2025-01-23 11:39:38 +00:00
Kevin Walls
3069e91232
8344969: Remove the jmx.mxbean.multiname compatibility property
...
Reviewed-by: sspitsyn, amenkov, dfuchs
2025-01-23 09:30:03 +00:00
Kevin Walls
c882160d03
8344966: Remove the allowNonPublic MBean compatibility property
...
Reviewed-by: amenkov, sspitsyn, dfuchs
2025-01-23 09:28:51 +00:00
Kevin Walls
e7fc0eb522
8345987: java.management has two Util.newObjectName methods (remove one)
...
Reviewed-by: cjplummer, amenkov, lmesnik
2024-12-13 20:39:18 +00:00
Magnus Ihse Bursie
c9ec2716a5
8345800: Update copyright year to 2024 for serviceability in files where it was missed
...
Reviewed-by: dholmes, cjplummer
2024-12-11 10:40:19 +00:00
Alan Bateman
691e692149
8345565: Remove remaining SecurityManager motivated APIs from sun.reflect.util
...
Reviewed-by: mullan, rriggs, liach
2024-12-05 15:22:00 +00:00
Kevin Walls
bd6d911cbe
8344177: Remove SecurityManager and related calls from java.management
...
Reviewed-by: dfuchs
2024-12-04 14:23:08 +00:00
Archie Cobbs
a5f11b5f77
8343483: Remove unnecessary @SuppressWarnings annotations (serviceability)
...
Reviewed-by: cjplummer
2024-11-13 16:58:10 +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
Kevin Walls
5016132291
8343838: Test EmptyDomainNotificationTest.java fails with ListenerNotFoundException
...
Reviewed-by: dholmes
2024-11-11 12:26:38 +00:00
Kevin Walls
bf5c3ce280
8272780: ServerNotifForwarder.removeNotificationListener() incorrect exception handling
...
Reviewed-by: dholmes
2024-11-08 09:04:24 +00:00
Kevin Walls
d2b681d455
8343730: JMX cleanups
...
Reviewed-by: cjplummer
2024-11-07 13:10:26 +00:00
Kevin Walls
bcf4bb4882
8333344: JMX attaching of Subject does not work when security manager not allowed
...
Reviewed-by: weijun, dfuchs
2024-06-19 16:35:20 +00:00
Kevin Walls
6382a1290f
8326666: Remove the Java Management Extension (JMX) Subject Delegation feature
...
Reviewed-by: mchung, dfuchs
2024-04-04 16:54:11 +00:00
Kevin Walls
8c238eddce
8318707: Remove the Java Management Extension (JMX) Management Applet (m-let) feature
...
Reviewed-by: sspitsyn, dfuchs
2024-01-15 11:12:38 +00:00
Andrey Turbanov
1d071d0817
8303690: Prefer ArrayList to LinkedList in com.sun.jmx.mbeanserver.Introspector
...
Reviewed-by: stsypanov, kevinw, cjplummer, sspitsyn
2023-03-08 07:20:21 +00:00
Alexey Bakhtin
9a797228f3
8299234: JMX Repository.query performance
...
Reviewed-by: dfuchs, kevinw
2023-02-20 17:52:54 +00:00
Andrey Turbanov
98da03af50
8293432: Use diamond operator in java.management
...
Reviewed-by: rriggs, sspitsyn
2022-09-08 11:05:54 +00:00
Weijun Wang
554f44ecb1
8282730: LdapLoginModule throw NPE from logout method after login failure
...
Reviewed-by: mullan
2022-08-01 22:28:30 +00:00
Andrey Turbanov
900d967da5
8287924: Avoid redundant HashMap.containsKey call in EnvHelp.mapToHashtable
...
Reviewed-by: sspitsyn, cjplummer
2022-06-09 20:29:16 +00:00
Magnus Ihse Bursie
76caeed498
8285366: Fix typos in serviceability
...
Reviewed-by: kevinw, sspitsyn
2022-05-13 15:17:22 +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
Andrey Turbanov
249d54f93d
8284673: Collapse identical catch branches in java.management
...
Reviewed-by: cjplummer, dholmes
2022-04-13 17:47:35 +00:00
Andrey Turbanov
1c45c8a082
8274757: Cleanup unnecessary calls to Throwable.initCause() in java.management module
...
Reviewed-by: dfuchs, sspitsyn
2021-11-16 11:19:01 +00:00
Magnus Ihse Bursie
7023b3f8a1
8276628: Use blessed modifier order in serviceability code
...
Reviewed-by: dholmes, lmesnik, cjplummer
2021-11-05 12:07:58 +00:00
Andrey Turbanov
1afddb2560
8275322: Change nested classes in java.management to static nested classes
...
Reviewed-by: alanb, dfuchs, mchung, sspitsyn
2021-10-18 12:02:00 +00:00
Andrey Turbanov
9945f7a074
8274318: Replace 'for' cycles with iterator with enhanced-for in java.management
...
Reviewed-by: cjplummer, sspitsyn, dfuchs
2021-10-06 18:23:46 +00:00
Sergey Bylokhov
ec2fc384e5
8272120: Avoid looking for standard encodings in "java." modules
...
Reviewed-by: alanb, dfuchs, naoto
2021-08-12 05:46:00 +00:00
Weijun Wang
40d23a0c0b
8267543: Post JEP 411 refactoring: security
...
Reviewed-by: mullan
2021-06-02 15:47:57 +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
Daniel Fuchs
d84a7e55be
8264124: Update MXBean specification and implementation to extend mapping of CompositeType to records
...
Reviewed-by: mchung, chegar, alanb
2021-04-12 16:31:36 +00:00
Joe Darcy
815248ab27
8264148: Update spec for exceptions retrofitted for exception chaining
...
Reviewed-by: rriggs, smarks
2021-03-30 19:59:59 +00:00
Alex Blewitt
5262d95b12
8263855: Use the blessed modifier order in java.management/naming
...
Reviewed-by: redestad, aefimov, dfuchs
2021-03-22 13:38:19 +00:00
Mandy Chung
972bc3b408
8256167: Convert JDK use of Reference::get to Reference::refersTo
...
Reviewed-by: sspitsyn, shade, dfuchs, alanb, kbarrett
2020-12-06 00:08:22 +00:00
Ivan Gerasimov
463d6e9640
8231859: Extra dash after the exception name in @throws clause of javadoc
...
Reviewed-by: weijun
2019-10-16 18:47:11 -07:00
Roger Riggs
938b844088
8214971: Replace use of string.equals("") with isEmpty()
...
Reviewed-by: jlaskey, prappo, lancea, dfuchs, redestad
2018-12-07 11:51:17 -05:00
Mandy Chung
9ffe7e1205
8211122: Reduce the number of internal classes made accessible to jdk.unsupported
...
Reviewed-by: alanb, dfuchs, kvn
2018-11-06 10:01:16 -08:00
Harsha Wardhana B
46f665881f
5016517: Replace plaintext passwords by hashed passwords for out-of-the-box JMX Agent
...
Reviewed-by: rriggs, dfuchs, mchung
2017-11-28 21:04:42 +05:30
Erik Joelsson
3789983e89
8187443: Forest Consolidation: Move files to unified layout
...
Reviewed-by: darcy, ihse
2017-09-12 19:03:39 +02:00