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 |
|
Roger Riggs
|
2d93a28447
|
8232622: Technical debt in BadAttributeValueExpException
Reviewed-by: dfuchs, sspitsyn
|
2020-02-20 10:03:05 -05: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 |
|
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 |
|
Paul Hohensee
|
1bce27d402
|
8231209: [REDO] ThreadMXBean::getThreadAllocatedBytes() can be quicker for self thread
Add com.sun.management.getCurrentThreadAllocatedBytes, implement getThreadAllocatedBytes(long) independent of getThreadAllocatedBytes(long[])
Reviewed-by: mchung, dholmes, sspitsyn
|
2019-09-25 15:22:33 -07:00 |
|
Andrew Dinn
|
047b8bfeb7
|
8224974: Implement JEP 352
Non-Volatile Mapped Byte Buffers
Reviewed-by: alanb, kvn, bpb, gromero, darcy, shade, bulasevich, dchuyko
|
2019-08-20 10:11:53 +01:00 |
|
Alex Menkov
|
e1b1da5cee
|
8225679: reference to http://java.sun.com/products/JavaManagement/download.html
Reviewed-by: sspitsyn
|
2019-07-02 12:36:31 -07:00 |
|
Jonathan Gibbons
|
5edd5f5805
|
8220251: fix headings in java.management
Reviewed-by: lancea
|
2019-05-30 17:28:26 -07:00 |
|
Christoph Langer
|
fd67f8ee69
|
8223553: Fix code constructs that do not compile with the Eclipse Java Compiler
Reviewed-by: smarks, dfuchs
|
2019-05-24 07:56:29 +01: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 |
|
Amit Sapre
|
06383ba3a1
|
8211951: Broken links in java.management files
Corrected broken Javadoc links.
Reviewed-by: alanb, sspitsyn
|
2018-11-09 12:47:20 +05:30 |
|
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 |
|
Mandy Chung
|
d523a17e80
|
8212795: ThreadInfoCompositeData.toCompositeData fails to map ThreadInfo to CompositeData
Reviewed-by: dfuchs
|
2018-10-25 10:57:42 -07:00 |
|
Mandy Chung
|
a9b4ac9c37
|
8212197: OpenDataException thrown when constructing CompositeData for StackTraceElement
Reviewed-by: alanb
|
2018-10-16 11:47:33 -07:00 |
|
Joe Darcy
|
07cb147927
|
8208060: Additional corrections of serial-related declarations
Reviewed-by: rriggs, lancea
|
2018-07-20 14:46:43 -07:00 |
|
Erik Gahlin
|
a060be188d
|
8199712: Flight Recorder
Co-authored-by: Markus Gronlund <markus.gronlund@oracle.com>
Reviewed-by: coleenp, ihse, erikj, dsamersoff, mseledtsov, egahlin, mgronlun
|
2018-05-15 20:24:34 +02:00 |
|
Sangheon Kim
|
3b923d063e
|
8196325: GarbageCollectionNotificationInfo has same information for before and after
Reviewed-by: mchung, sspitsyn
|
2018-04-24 16:48:29 -07:00 |
|
Doug Simon
|
76590dc009
|
8187490: HotSpotGraalMBean should be moved to Graal management module
Reviewed-by: alanb, mchung, iveresov
|
2018-04-18 11:11:38 +02:00 |
|
Amit Sapre
|
42855ed2a2
|
8189985: Improve tabular data portability
Reviewed-by: dfuchs, mchung, skoivu
|
2018-02-14 15:36:59 +05:30 |
|
Martin Buchholz
|
7c5c5acb6e
|
8201327: Make Sensor deeply immutably thread safe
Reviewed-by: alanb, chegar, asmundak
|
2018-04-10 10:17:35 -07:00 |
|
Mandy Chung
|
3414903aba
|
8198253: ThreadInfo.from(CompositeData) incorrectly accepts CompositeData with missing JDK 6 attributes
Reviewed-by: dfuchs, jmanson
|
2018-02-28 17:11:57 -08:00 |
|
Magnus Ihse Bursie
|
a06ef68dcf
|
8190484: Move jvm.h, jmm.h et al to hotspot/*/include
Reviewed-by: dholmes, erikj, mchung
|
2017-12-04 23:55:52 +01: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 |
|
Ujwal Vangapally
|
d207240545
|
8024352: MBeanOperationInfo accepts any int value as "impact"
MBeanOperationInfo throw an llegalArgumentException if the impact argument is not among the defined values
Reviewed-by: rriggs, dfuchs, mchung
|
2017-11-17 11:08:44 +05:30 |
|
Ujwal Vangapally
|
6eeb777697
|
8044122: MBean access to the PID
Added new API getPid for getting process ID
Reviewed-by: mchung, rriggs
|
2017-11-07 22:05:44 -08:00 |
|
Ujwal Vangapally
|
96d0817455
|
8185003: JMX: Add a version of ThreadMXBean.dumpAllThreads with a maxDepth argument
Added two new API's to limit the stack trace depth
Reviewed-by: mchung, dfuchs, rriggs, egahlin
|
2017-10-05 01:31:53 -07:00 |
|
Jaroslav Tulach
|
d72e093a74
|
8182701: Modify JVMCI to allow Graal Compiler to expose platform MBean
Reviewed-by: dnsimon, kvn, alanb, mchung, dfuchs
|
2017-09-28 13:52:15 -07:00 |
|
Erik Joelsson
|
3789983e89
|
8187443: Forest Consolidation: Move files to unified layout
Reviewed-by: darcy, ihse
|
2017-09-12 19:03:39 +02:00 |
|