Re: [9] Review request : JDK-8058733: [TESTBUG] java/lang/invoke/LFCaching/LFSingleThreadCachingTest.java and LFMultiThreadCachingTest.java failed on some platforms due to java.lang.VirtualMachineErro

2014-10-08 Thread Joe Darcy
Hello, I approve this change going into jdk9/dev contingent on the failing tests passing as modified. Thanks, -Joe On 10/8/2014 7:38 AM, Konstantin Shefov wrote: Daniel, Thanks for your comment Here is the updated webrev: http://cr.openjdk.java.net/~kshefov/8058733/webrev.01 -Konstantin

Re: [9] Review request : JDK-8058733: [TESTBUG] java/lang/invoke/LFCaching/LFSingleThreadCachingTest.java and LFMultiThreadCachingTest.java failed on some platforms due to java.lang.VirtualMachineErro

2014-10-08 Thread Daniel Fuchs
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 newPlatform

Re: [9] Review request : JDK-8058733: [TESTBUG] java/lang/invoke/LFCaching/LFSingleThreadCachingTest.java and LFMultiThreadCachingTest.java failed on some platforms due to java.lang.VirtualMachineErro

2014-10-08 Thread Konstantin Shefov
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: HotSpotDiagnosticMXBea

Re: [9] Review request : JDK-8058733: [TESTBUG] java/lang/invoke/LFCaching/LFSingleThreadCachingTest.java and LFMultiThreadCachingTest.java failed on some platforms due to java.lang.VirtualMachineErro

2014-10-08 Thread Konstantin Shefov
I have run the test with the latest JDK 9 nightly build from Jenkins http://scaaa114.us.oracle.com:8080/job/jdk9-dev-test/ws/build/linux-x86_64-normal-server-release I have tried with different -XX:ReservedCodeCacheSize values. I have noticed that code cache consumption almost linearly depends

Re: [9] Review request : JDK-8058733: [TESTBUG] java/lang/invoke/LFCaching/LFSingleThreadCachingTest.java and LFMultiThreadCachingTest.java failed on some platforms due to java.lang.VirtualMachineErro

2014-10-08 Thread Vladimir Ivanov
Konstantin, What kind of testing have you done to verify the fix? Best regards, Vladimir Ivanov On 10/8/14, 5:15 PM, 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/

[9] Review request : JDK-8058733: [TESTBUG] java/lang/invoke/LFCaching/LFSingleThreadCachingTest.java and LFMultiThreadCachingTest.java failed on some platforms due to java.lang.VirtualMachineError

2014-10-08 Thread Konstantin Shefov
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 ___ mlvm-dev mailing list mlvm-dev@openjdk.java.net http://mail.openjdk.java.n

Re: Fate of project HotSwap?

2014-10-08 Thread Jesper Steen Møller
Daniel Latrémolière wrote: > There is already a fork: > https://dcevm.github.io/ Great, thank you -- I will try this out in the context of the Eclipse debugger... But is there any plans to adopt this in OpenJDK itself? -Jesper ___ mlvm-dev mailing l

Re: Fate of project HotSwap?

2014-10-08 Thread Daniel Latrémolière
What is the fate of the seemingly promising HowSwap project described on https://wikis.oracle.com/display/mlvm/HotSwap ? I realise the patch is old, but if it could be updated There is already a fork: https://dcevm.github.io/ ___ mlvm-dev mailing l