CSR :
|
|
Relates :
|
|
Relates :
|
JDK-8231210 :
|
JDK-8207266 added a new method named getCurrentThreadAllocatedBytes to the com.sun.management.ThreadMXBean interface, but did not provide a default implementation. Many tests implement this interface and thus fail to compile. A fix is to provide a default implementation that throws, vis. public default long getCurrentThreadAllocatedBytes() { throw new UnsupportedOperationException(); } The failing tests should be updated to implement getCurrentThreadAllocatedBytes.
|