UncleNine
|
72672277e4
|
8268361: Fix the infinite loop in next_line
Reviewed-by: dholmes, sgehwolf, sspitsyn
|
2021-06-10 16:40:29 +00:00 |
|
Severin Gehwolf
|
2963c9e677
|
8268103: JNI functions incorrectly return a double after JDK-8265836
Reviewed-by: dholmes
|
2021-06-02 12:18:30 +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 |
|
Hao Tang
|
ef368b32bc
|
8265836: OperatingSystemImpl.getCpuLoad() returns incorrect CPU load inside a container
Co-authored-by: Shaojun Wang <jeffery.wsj@alibaba-inc.com>
Co-authored-by: Severin Gehwolf <sgehwolf@openjdk.org>
Reviewed-by: sgehwolf, ysuenaga
|
2021-05-27 14:40:29 +00:00 |
|
Yasumasa Suenaga
|
e2106d5af6
|
8265104: CpuLoad and SystemCpuLoad in OperatingSystem MXBean returns -1.0
Reviewed-by: dholmes, sgehwolf
|
2021-04-14 07:38:31 +00:00 |
|
Severin Gehwolf
|
af155fc068
|
8258836: JNI local refs exceed capacity getDiagnosticCommandInfo
Reviewed-by: cjplummer, shade
|
2021-01-25 08:57:56 +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 |
|
Severin Gehwolf
|
79f02a67ce
|
8247863: Unreachable code in OperatingSystemImpl.getTotalSwapSpaceSize()
After 8231111 we have -1 for missing metrics, thus the fix of 8236617 is obsolete
Reviewed-by: mbaesken
|
2020-06-19 10:40:04 +02:00 |
|
Jesper Wilhelmsson
|
233cac3232
|
Merge
|
2020-06-25 03:11:32 +02:00 |
|
Jonathan Gibbons
|
4167ba1288
|
8248061: bad reference in @throws in HotSpotDiagnosticMXBean
Reviewed-by: dcubed
|
2020-06-22 19:39:18 -07:00 |
|
Matthias Baesken
|
3341d36131
|
8247469: getSystemCpuLoad() returns -1 on linux when some offline cpus are present and cpusets.effective_cpus is not available
Reviewed-by: bobv, dtitov
|
2020-06-12 16:40:47 +02:00 |
|
Leonid Mesnik
|
bac2e7fcad
|
8242328: Update mentions of ThreadMBean to ThreadMXBean
Reviewed-by: dholmes, iignatyev, sspitsyn
|
2020-06-12 14:33:55 -07:00 |
|
Matthias Baesken
|
7d6c1cf4a8
|
8246648: issue with OperatingSystemImpl getFreeSwapSpaceSize in docker after 8242480
Reviewed-by: bobv, sgehwolf
|
2020-06-08 09:29:32 +02:00 |
|
Mikael Vidstedt
|
071bd521bc
|
8244224: Implementation of JEP 381: Remove the Solaris and SPARC Ports
Reviewed-by: alanb, bchristi, dcubed, dfuchs, eosterlund, erikj, glaubitz, ihse, iignatyev, jjiang, kbarrett, ksrini, kvn, naoto, prr, rriggs, serb, sspitsyn, stefank, tschatzl, valeriep, weijun, weijun
|
2020-05-20 17:33:37 -07:00 |
|
Jie Fu
|
f6f97ea24b
|
8242480: Negative value may be returned by getFreeSwapSpaceSize() in the docker
Reviewed-by: sgehwolf, dholmes
|
2020-04-17 14:48:11 +08:00 |
|
Daniil Titov
|
5ad5aa49ce
|
8242430: Correct links in javadoc of OperatingSystemMXBean
Reviewed-by: dholmes
|
2020-04-10 08:46:17 -07:00 |
|
Severin Gehwolf
|
4def210a22
|
8231111: Cgroups v2: Rework Metrics in java.base so as to recognize unified hierarchy
Reviewed-by: bobv, mchung
|
2019-12-16 15:07:17 +01:00 |
|
Daniil Titov
|
5ac7dfa2bf
|
8235681: Remove unnecessary workarounds in UnixOperatingSystem.c
Reviewed-by: cjplummer, amenkov
|
2020-01-27 09:39:44 -08:00 |
|
Matthias Baesken
|
44f7fe57a8
|
8236617: jtreg test containers/docker/TestMemoryAwareness.java fails after 8226575
Reviewed-by: bobv, clanger, mdoerr
|
2020-01-03 11:10:42 +01:00 |
|
Daniil Titov
|
7b82266a15
|
8226575: OperatingSystemMXBean should be made container aware
Reviewed-by: dholmes, bobv, mchung, sspitsyn
|
2019-12-11 19:20:57 -08:00 |
|
Paul Hohensee
|
68e5c40f6f
|
8231968: getCurrentThreadAllocatedBytes default implementation s/b getThreadAllocatedBytes
Pass Thread.currentThread().getId() to getThreadAllocatedBytes, remove its implSpec
Reviewed-by: dholmes, mchung, sspitsyn
|
2019-10-23 18:43:18 -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 |
|
Jonathan Gibbons
|
5edd5f5805
|
8220251: fix headings in java.management
Reviewed-by: lancea
|
2019-05-30 17:28:26 -07: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 |
|
Brian Burkhalter
|
67b2c6fc66
|
8207744: Clean up inconsistent use of opendir/closedir versus opendir64/closedir64
Reviewed-by: bsrbnd, mbaesken, bchristi, simonis
|
2018-08-30 12:39:26 -07:00 |
|
Brian Burkhalter
|
01fd04b862
|
8207748: Fix for 8202794 breaks tier1 builds
Reviewed-by: kbarrett, darcy
|
2018-07-17 16:22:26 -07:00 |
|
Bernard Blaser
|
f4723253b6
|
8202794: Native Unix code should use readdir rather than readdir_r
Reviewed-by: alanb, bsrbnd
|
2018-07-17 12:03:10 -07: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 |
|
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 |
|
Erik Joelsson
|
3789983e89
|
8187443: Forest Consolidation: Move files to unified layout
Reviewed-by: darcy, ihse
|
2017-09-12 19:03:39 +02:00 |
|