CSR :
|
|
Relates :
|
JDK-8231209 made the default implementation of getCurrentThreadAllocatedBytes be to throw UnsupportedOperationException. However because getCurrentThreadAllocatedBytes is defined to be getThreadAllocatedBytes(Thread.currentThread().getId()), the default implementation should be to return the result of getThreadAllocatedBytes(Thread.currentThread().getId()).
|