*/ final protected Object _propertyFilterId; /** * If using custom type ids (usually via getter, or field), this is the * reference to that member. */ final protected AnnotatedMember _typeId; /** * If this POJO can be alternatively serialized u...
Introduced two new API's `java.lang.management.ThreadMXBean.dumpAllThreads` and `java.lang.management.ThreadMXBean.getThreadInfo` with `maxDepth` argument to limit the stack trace depth. Updated the javadoc of `getThreadInfo(ids, lockedMonitors, lockedSynchronizers)` and `dumpAllThreads(lockedMo...