Looks good!

Thanks,
/Staffan

> On 21 apr 2015, at 09:01, Shanliang Jiang <shanliang.ji...@oracle.com> wrote:
> 
> Hi,
> 
> Please review this test fix:
> 
> webrev: http://cr.openjdk.java.net/~sjiang/JDK-8078144/00/
> bug: https://bugs.openjdk.java.net/browse/JDK-8078144
> 
> The method sun.management.ManagementFactoryHelper.getDiagnosticMXBean was 
> removed because HotSpotDiagnosticMXBean is not in java.management module but 
> in jdk.management module, to get the HotSpotDiagnosticMXBean we should call:
>    ManagementFactory.getPlatformMXBean(HotSpotDiagnosticMXBean.class)
> 
> I passed all failed tests with the fix.
> 
> Thanks,
> Shanliang
> 
> 
> 

Reply via email to