JDK-8231211 : Backout JDK-8207266
  • Type: Bug
  • Component: core-svc
  • Sub-Component: java.lang.management
  • Affected Version: 14
  • Priority: P2
  • Status: Resolved
  • Resolution: Duplicate
  • OS: generic
  • CPU: generic
  • Submitted: 2019-09-19
  • Updated: 2019-09-19
  • Resolved: 2019-09-19
Related Reports
Duplicate :  
Description
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.