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 |
|
Andrey Turbanov
|
68deb24b38
|
8080272: Refactor I/O stream copying to use InputStream.transferTo/readAllBytes and Files.copy
Reviewed-by: mcimadamore, alanb
|
2021-03-16 10:10:05 +00:00 |
|
Jonathan Gibbons
|
718298506d
|
8263104: fix warnings for empty paragraphs
Reviewed-by: alanb, lancea
|
2021-03-06 15:06:49 +00:00 |
|
Claes Redestad
|
e696baabfb
|
8260448: Simplify ManagementFactory$PlatformMBeanFinder
Reviewed-by: mchung, dfuchs
|
2021-01-27 11:30:28 +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 |
|
Andrey Turbanov
|
d08c612b40
|
8257708: Remove redundant unmodifiableSet wrapper from already immutable set returned by Collections.singleton
Reviewed-by: shade, sspitsyn
|
2020-12-04 06:32:14 +00:00 |
|
Jonathan Gibbons
|
0aa3c92577
|
8255262: Remove use of legacy custom @spec tag
Reviewed-by: lancea, mr, iris, alanb, darcy, mchung
|
2020-10-22 19:42:01 +00:00 |
|
Vipin Sharma
|
dffe9db25c
|
8252537: Updated @exception with @throws
8252536: Replace @exception with @throws for core-libs
8252539: Replace @exception with @throws java.rmi.activation package
8252540: Replace @exception with @throws java.rmi.registry package
8252541: Replace @exception with @throws java.rmi.server package
Reviewed-by: rriggs, sspitsyn, lancea
|
2020-10-02 14:50:53 +00:00 |
|
Joe Darcy
|
dfd3080c05
|
8250583: Address reliance on default constructors in java.management
Reviewed-by: alanb
|
2020-07-25 12:49:09 -07:00 |
|
Mikael Vidstedt
|
1f5e21a16e
|
Merge
|
2020-07-15 21:24:39 -07: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 |
|
Jesper Wilhelmsson
|
4862d0d542
|
Merge
|
2020-06-22 18:23:49 +02:00 |
|
Jonathan Gibbons
|
6c2c0563eb
|
8247894: Invalid @see in java.management
Reviewed-by: mchung, darcy
|
2020-06-18 16:19:07 -07:00 |
|
Leonid Mesnik
|
bac2e7fcad
|
8242328: Update mentions of ThreadMBean to ThreadMXBean
Reviewed-by: dholmes, iignatyev, sspitsyn
|
2020-06-12 14:33:55 -07:00 |
|
Mandy Chung
|
71d646a160
|
8235521: Replacement API for Unsafe::ensureClassInitialized
Reviewed-by: alanb, chegar, psandoz
|
2020-06-08 16:55:45 -07:00 |
|
Denghui Dong
|
a62a0e5282
|
8238665: Add JFR event for direct memory statistics
Reviewed-by: egahlin, alanb
|
2020-04-14 20:36:33 +02:00 |
|
Roger Riggs
|
c68e15c0c3
|
8240957: Clarify BadAttributeValueExpException readObject method
Reviewed-by: bpb
|
2020-03-12 11:57:35 -04:00 |
|