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
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
253508b03a
8332303: Better JMX interoperability with older JDKs, after removing Subject Delegation
...
Reviewed-by: dfuchs, cjplummer
2024-05-24 19:31:20 +00:00
Nizar Benalla
a0c5714dbc
8332071: Convert package.html files in java.management.rmi
to package-info.java
...
8332376: Add `@since` tags to `java.management.rmi`
Reviewed-by: kevinw, rriggs
2024-05-22 16:31:17 +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
6f4824068d
8321729: Remove 'orb' field in RMIConnector
...
Reviewed-by: rriggs, dfuchs
2023-12-12 10:02:01 +00:00
Kevin Walls
660cd256b7
8310988: Missing @since tags in java.management.rmi
...
Reviewed-by: rriggs, alanb, jjg, mli
2023-06-30 08:26:44 +00:00
Kevin Walls
9af1787ebe
8307244: Remove redundant class RMIIIOPServerImpl
...
Reviewed-by: sspitsyn, dfuchs, alanb
2023-05-10 16:44:49 +00:00
Kevin Walls
4e631fa43f
8298966: Deprecate JMX Subject Delegation and the method JMXConnector.getMBeanServerConnection(Subject) for removal.
...
Reviewed-by: mchung, dfuchs
2023-03-14 16:59:27 +00:00
Pavel Rappo
97ab2c3ea6
8296953: Fix a typo in exception documentation
...
Reviewed-by: cjplummer, dfuchs
2022-11-16 09:18:14 +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
1c45c8a082
8274757: Cleanup unnecessary calls to Throwable.initCause() in java.management module
...
Reviewed-by: dfuchs, sspitsyn
2021-11-16 11:19:01 +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
Andrey Turbanov
f3cedbe928
8274464: Remove redundant stream() call before forEach in java.* modules
...
Reviewed-by: dfuchs, amenkov, vtewari
2021-10-06 18:11:07 +00:00
Weijun Wang
508cec7535
8267521: Post JEP 411 refactoring: maximum covering > 50K
...
Reviewed-by: dfuchs, prr
2021-06-02 15:48:50 +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
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
Brent Christian
b2f035549a
8253497: Core Libs Terminology Refresh
...
Reviewed-by: naoto, kcr, rriggs, joehw, bpb, smarks, alanb
2020-12-16 23:09:20 +00:00
Dan Smith
48d8650ae1
8257845: Integrate JEP 390
...
8254047: [JEP 390] Revise "value-based class" & apply to wrappers
8252181: [JEP 390] Define & apply annotation jdk.internal.ValueBased
8252183: [JEP 390] Add 'lint' warning for @ValueBased classes
8257027: [JEP 390] Diagnose synchronization on @ValueBased classes
8252180: [JEP 390] Deprecate wrapper class constructors for removal
Co-authored-by: Roger Riggs <rriggs@openjdk.org>
Co-authored-by: Srikanth Adayapalam <sadayapalam@openjdk.org>
Co-authored-by: Lois Foltan <lfoltan@openjdk.org>
Reviewed-by: rriggs, hseigel, mchung, darcy
2020-12-08 23:04:01 +00:00
Roger Riggs
caa0884400
8241073: Pre-generated Stubs for javax.management, Activation, Naming
...
Reviewed-by: erikj, ihse, alanb, dfuchs
2020-03-19 15:34:34 -04:00
Jonathan Gibbons
5bc78c438b
8240971: Fix CSS styles in some doc comments
...
Reviewed-by: mchung
2020-03-12 13:56:55 -07:00
Daniil Titov
c0b4e0cb25
8213222: remove RMIConnectorServer.CREDENTIAL_TYPES
...
Reviewed-by: dfuchs, alanb
2020-01-15 10:54:34 -08:00
Joe Darcy
d8240afe42
8232442: Suppress warnings on non-serializable non-transient instance fields in java.management.*
...
Reviewed-by: rriggs, mchung
2019-10-23 13:01:40 -07:00
Jonathan Gibbons
5edd5f5805
8220251: fix headings in java.management
...
Reviewed-by: lancea
2019-05-30 17:28:26 -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
Ujwal Vangapally
4e25c00d8a
8191313: Deprecate RMIConnectorServer.CREDENTIAL_TYPES
...
Deprecated RMIConnectorServer.CREDENTIAL_TYPES
Reviewed-by: rriggs, dfuchs
2017-11-21 01:25:36 -08:00
Jesper Wilhelmsson
65db4f42d0
8187556: Backout of a fix reintroduced a dependency that had since been removed
...
Reviewed-by: duke
2017-09-14 22:57:36 +02:00
Erik Joelsson
3789983e89
8187443: Forest Consolidation: Move files to unified layout
...
Reviewed-by: darcy, ihse
2017-09-12 19:03:39 +02:00