[9] Review request : JDK-8058733: [TESTBUG] java/lang/invoke/LFCaching/LFSingleThreadCachingTest.java and LFMultiThreadCachingTest.java failed on some platforms due to java.lang.VirtualMachineError
Konstantin Shefov
konstantin.shefov at oracle.com
Wed Oct 8 14:38:05 UTC 2014
Daniel,
Thanks for your comment
Here is the updated webrev:
http://cr.openjdk.java.net/~kshefov/8058733/webrev.01
-Konstantin
On 08.10.2014 17:25, Daniel Fuchs wrote:
> Hi Konstantin,
>
> I'm not qualified as a (R)eviewer for changes in this area,
> but I believe you can do:
>
> HotSpotDiagnosticMXBean mbean =
> ManagementFactory.getPlatformMXBean(HotSpotDiagnosticMXBean.class);
>
> to get a handle on the MBean. You don't need to go through
> the MBeanServer and newPlatformMXBeanProxy stuff...
>
> best regards,
>
> -- daniel
>
> On 08/10/14 15:15, Konstantin Shefov wrote:
>> Hello,
>>
>> Please review the test bug fix
>> https://bugs.openjdk.java.net/browse/JDK-8058733
>> Webrev is http://cr.openjdk.java.net/~kshefov/8058733/webrev.00/
>>
>> Thanks
>>
>> -Konstantin
>
More information about the core-libs-dev
mailing list