Pavel Rappo
|
f39fc0aa2d
|
8314738: Remove all occurrences of and support for @revised
Reviewed-by: mr
|
2023-08-22 13:02:53 +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 |
|
Jiangli Zhou
|
9bc6a212f7
|
8306033: Resolve multiple definition of 'throwIOException' and friends when statically linking with JDK native libraries
Reviewed-by: alanb
|
2023-04-26 16:04:48 +00:00 |
|
Jiangli Zhou
|
ce4b995556
|
8305761: Resolve multiple definition of 'jvm' when statically linking with JDK native libraries
Reviewed-by: alanb, kevinw
|
2023-04-11 15:05:44 +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 |
|
Jaikiran Pai
|
787832a586
|
8304988: unnecessary dash in @param gives double-dash in docs
Reviewed-by: alanb, cjplummer
|
2023-03-31 04:59:53 +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 |
|
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 |
|
Alan Bateman
|
629a9053f0
|
8303242: ThreadMXBean issues with virtual threads
Reviewed-by: mchung, pchilanomate
|
2023-03-04 07:33:33 +00:00 |
|
Alexey Bakhtin
|
9a797228f3
|
8299234: JMX Repository.query performance
Reviewed-by: dfuchs, kevinw
|
2023-02-20 17:52:54 +00:00 |
|
Xue-Lei Andrew Fan
|
ec901f28c3
|
8301279: update for deprecated sprintf for management components
Reviewed-by: kevinw, dholmes
|
2023-02-14 15:36:09 +00:00 |
|
Joe Darcy
|
5473e8a1c6
|
8300357: Use generalized see and link tags in java.management
Reviewed-by: alanb, dfuchs
|
2023-01-18 20:08:37 +00:00 |
|
Andrey Turbanov
|
d646e32b7a
|
8298090: Use String.join() instead of manual loop in DescriptorSupport.toString
Reviewed-by: stsypanov, sspitsyn, lmesnik
|
2022-12-12 07:36:34 +00:00 |
|
Kevin Walls
|
17666fbcae
|
8297794: Deprecate JMX Management Applets for Removal
Reviewed-by: dfuchs, mullan, rriggs, alanb
|
2022-12-05 09:27:14 +00:00 |
|
Kevin Walls
|
070a84cbae
|
8297192: Warning generating API docs for javax.management.MBeanServer: overridden methods do not document exception type
Reviewed-by: dfuchs, sspitsyn, amenkov
|
2022-11-24 12:28:46 +00:00 |
|
Pavel Rappo
|
97ab2c3ea6
|
8296953: Fix a typo in exception documentation
Reviewed-by: cjplummer, dfuchs
|
2022-11-16 09:18:14 +00:00 |
|
Daniel Fuchs
|
4338f527aa
|
8294241: Deprecate URL public constructors
Reviewed-by: joehw, prr, alanb, aefimov, michaelm
|
2022-11-03 17:18:14 +00:00 |
|
Andrey Turbanov
|
98da03af50
|
8293432: Use diamond operator in java.management
Reviewed-by: rriggs, sspitsyn
|
2022-09-08 11:05:54 +00:00 |
|
Andrey Turbanov
|
37c0a13647
|
8292350: Use static methods for hashCode/toString primitives
Reviewed-by: prr, rriggs, amenkov, jpai
|
2022-08-20 10:05:48 +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 |
|
Paul Sandoz
|
fb297705f6
|
8287186: JDK modules participating in preview
Reviewed-by: alanb, jlahoda
|
2022-06-14 16:22:59 +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 |
|
Alan Bateman
|
6ff2d89ea1
|
8287496: Alternative virtual thread implementation that maps to OS thread
Reviewed-by: rehn, mchung
|
2022-06-02 09:02:37 +00:00 |
|
Magnus Ihse Bursie
|
76caeed498
|
8285366: Fix typos in serviceability
Reviewed-by: kevinw, sspitsyn
|
2022-05-13 15:17:22 +00:00 |
|
Ioi Lam
|
fcf49f42ce
|
8286441: Remove mode parameter from jdk.internal.perf.Perf.attach()
Reviewed-by: redestad, alanb
|
2022-05-11 19:26:53 +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 |
|
Joe Darcy
|
bba456a8db
|
8285676: Add missing @param tags for type parameters on classes and interfaces
Reviewed-by: wetmore, smarks, dfuchs, prr, alanb, mchung
|
2022-04-28 18:00:34 +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 |
|
Kevin Walls
|
37fc77ef60
|
8283092: JMX subclass permission check redundant with strong encapsulation
Reviewed-by: dfuchs, mchung
|
2022-03-22 07:54:41 +00:00 |
|
Joe Darcy
|
4dbebb62aa
|
8280534: Enable compile-time doclint reference checking
Reviewed-by: serb, naoto, mchung, lancea, iris
|
2022-01-31 23:22:38 +00:00 |
|
Jaikiran Pai
|
890830196d
|
8076089: Cleanup: Inline & remove sun.management.Util.newException
Reviewed-by: kevinw, amenkov, dfuchs, sspitsyn
|
2022-01-27 03:57:28 +00:00 |
|
Joe Darcy
|
8e82d0021c
|
8280492: Use cross-module syntax for cross-module links
Reviewed-by: iris, serb, lancea, dfuchs, aivanov
|
2022-01-24 20:16:38 +00:00 |
|
Pavel Rappo
|
f180530935
|
8279918: Fix various doc typos
Reviewed-by: kevinw, lancea, mullan, sspitsyn, naoto, jlahoda, azvegint, egahlin, jjg
|
2022-01-14 16:10:14 +00:00 |
|
Brent Christian
|
ec7cb6d5d3
|
8276447: Deprecate finalization-related methods for removal
Reviewed-by: rriggs, alanb, lancea, darcy, mchung, serb, smarks, prr
|
2021-12-08 00:23:15 +00:00 |
|
Tim Prinzing
|
b8ac0d20ce
|
8276681: Additional malformed Javadoc inline tags in JDK source
Reviewed-by: lancea
|
2021-12-02 21:22:43 +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
|
a9cb8bdbaa
|
8274168: Avoid String.compareTo == 0 to check String equality in java.management
Reviewed-by: sspitsyn, dfuchs, cjplummer, dholmes
|
2021-11-16 11:14:37 +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 |
|
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 |
|
Joe Darcy
|
8215b2eb61
|
8274398: Suppress more warnings on non-serializable non-transient instance fields in management libs
Reviewed-by: sspitsyn
|
2021-09-30 16:58:53 +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
|
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
|
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 |
|
horizonzy
|
f1f2afda5a
|
8264028: Typo in javax.management.relation.RelationService::purgeRelations
Reviewed-by: sspitsyn, shade
|
2021-04-25 08:14:05 +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 |
|