jdk/test/sun/management/jdp/JdpDefaultsTest.java
changeset 37324 78e60b834fa4
parent 30376 2ccf2cf7ea48
child 43494 11801b2ff456
equal deleted inserted replaced
37323:e41872ef1390 37324:78e60b834fa4
    55                 "-Dcom.sun.management.jmxremote=true",
    55                 "-Dcom.sun.management.jmxremote=true",
    56                 "-Dcom.sun.management.jmxremote.port=" + String.valueOf(jmxPort),
    56                 "-Dcom.sun.management.jmxremote.port=" + String.valueOf(jmxPort),
    57                 "-Dcom.sun.management.jmxremote.autodiscovery=true",
    57                 "-Dcom.sun.management.jmxremote.autodiscovery=true",
    58                 "-Dcom.sun.management.jdp.pause=1",
    58                 "-Dcom.sun.management.jdp.pause=1",
    59                 "-Dcom.sun.management.jdp.name=" + jdpName,
    59                 "-Dcom.sun.management.jdp.name=" + jdpName,
    60                 "-Dcom.sun.management.jdp.address=224.0.23.178",
       
    61                 "-Djava.util.logging.SimpleFormatter.format='%1$tF %1$tT %4$-7s %5$s %n'",
    60                 "-Djava.util.logging.SimpleFormatter.format='%1$tF %1$tT %4$-7s %5$s %n'",
    62                 testName
    61                 testName
    63         };
    62         };
    64         return options;
    63         return options;
    65     }
    64     }