JDK 11 |
---|
11.0.10-oracleFixed |
The backport of JDK-8231209 added a new method, jmm_GetOneThreadAllocatedMemory, to the jmm_interface, which breaks previously compiled binaries that reference the updated interface. See hotspot/share/include/jmm.h. The fix is to use one of the reserved jmm_interface slots, say reserved2, for jmm_GetOneThreadAllocatedMemory. Choose reserved2 in anticipation of jdk8u JDK-8185003 backport wanting reserved6 for a new DumpThreadsMaxDepth entry.
|