openj9-docs icon indicating copy to clipboard operation
openj9-docs copied to clipboard

TheadMXBean.getTotalThreadAllocatedBytes is implemented

Open pshipton opened this issue 1 year ago • 0 comments

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

pshipton avatar May 02 '24 19:05 pshipton