Skip to content

Commit

Permalink
Merge pull request #1351 from Sreekala-Gopakumar/1326ThreadMX
Browse files Browse the repository at this point in the history
ThreadMXBean.getTotalThreadAllocatedBytes is implemented
  • Loading branch information
pshipton authored Jun 12, 2024
2 parents 47046b8 + 5c03f57 commit 8f8e08d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/version0.46.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ The following new features and notable changes since version 0.45.0 are included

- [New binaries and changes to supported environments](#binaries-and-supported-environments)
- [MD5 message digest algorithm support for OpenSSL](#md5-message-digest-algorithm-support-for-openssl)
- [Support added for the `com.sun.management.ThreadMXBean.getTotalThreadAllocatedBytes()` API](#support-added-for-the-comsunmanagementthreadmxbeangettotalthreadallocatedbytes-api)

## Features and changes

Expand All @@ -40,6 +41,12 @@ To learn more about support for OpenJ9 releases, including OpenJDK levels and pl

OpenSSL native cryptographic support is added for the MD5 message digest algorithm, providing improved cryptographic performance. OpenSSL support is enabled by default. If you want to turn off support for the MD5 message digest algorithm, set the [`-Djdk.nativedigest`](djdknativedigest.md) system property to `false`.

### Support added for the `com.sun.management.ThreadMXBean.getTotalThreadAllocatedBytes()` API

With this release, the OpenJ9 VM implementation supports measurement of the total memory allocation for all threads (`com.sun.management.ThreadMXBean.getTotalThreadAllocatedBytes()` API).

The `getTotalThreadAllocatedBytes()` method now returns the total thread allocated bytes instead of `-1`.

## Known problems and full release information

To see known problems and a complete list of changes between Eclipse OpenJ9 v0.45.0 and v0.46.0 releases, see the [Release notes](https://github.com/eclipse-openj9/openj9/blob/master/doc/release-notes/0.46/0.46.md).
Expand Down

0 comments on commit 8f8e08d

Please sign in to comment.