openj9-docs
openj9-docs copied to clipboard
TheadMXBean.getTotalThreadAllocatedBytes is implemented
Issue or pull request number: https://github.com/eclipse-openj9/openj9/pull/19436/
Overview: In 0.41 getThreadAllocatedBytes() was added, but getTotalThreadAllocatedBytes was never implemented and would throw UnsupportedOperationException. Now it is implemented. Also as of jdk8u422 (0.46), OpenJDK has backported getTotalThreadAllocatedBytes() to jdk8.
https://eclipse.dev/openj9/docs/version0.41/#support-added-for-the-comsunmanagementthreadmxbeangetthreadallocatedbytes-api
Release target: 0.46
Applies to the following JDK versions: All
Applies to the following platforms: All