jdk/src/share/classes/javax/management/monitor/Monitor.java
changeset 21656 d4c777ccb1db
parent 5506 202f599c92aa
child 23010 6dadb192ad81
equal deleted inserted replaced
21655:55f32ae4f920 21656:d4c777ccb1db
  1607      * the same ThreadGroup. If there is a SecurityManager, it uses
  1607      * the same ThreadGroup. If there is a SecurityManager, it uses
  1608      * the group of System.getSecurityManager(), else the group of
  1608      * the group of System.getSecurityManager(), else the group of
  1609      * the thread instantiating this DaemonThreadFactory. Each new
  1609      * the thread instantiating this DaemonThreadFactory. Each new
  1610      * thread is created as a daemon thread with priority
  1610      * thread is created as a daemon thread with priority
  1611      * Thread.NORM_PRIORITY. New threads have names accessible via
  1611      * Thread.NORM_PRIORITY. New threads have names accessible via
  1612      * Thread.getName() of "JMX Monitor <pool-name> Pool [Thread-M]",
  1612      * Thread.getName() of "{@literal JMX Monitor <pool-name> Pool [Thread-M]}",
  1613      * where M is the sequence number of the thread created by this
  1613      * where M is the sequence number of the thread created by this
  1614      * factory.
  1614      * factory.
  1615      */
  1615      */
  1616     private static class DaemonThreadFactory implements ThreadFactory {
  1616     private static class DaemonThreadFactory implements ThreadFactory {
  1617         final ThreadGroup group;
  1617         final ThreadGroup group;