Gently reminder
On 14.10.2014 16:58, Konstantin Shefov wrote:
Hello,
Please review the test bug fix
https://bugs.openjdk.java.net/browse/JDK-8059070
Webrev is http://cr.openjdk.java.net/~kshefov/8059070/webrev.00/
Thanks
-Konstantin
___
mlvm-dev
On Oct 16, 2014, at 10:43 AM, Konstantin Shefov
wrote:
> Gently reminder
>
> On 14.10.2014 16:58, Konstantin Shefov wrote:
>> Hello,
>>
>> Please review the test bug fix
>> https://bugs.openjdk.java.net/browse/JDK-8059070
>> Webrev is http://cr.openjdk.java.net/~kshefov/8059070/webrev.00/
>>
On 16/10/2014 10:30, Paul Sandoz wrote:
:
45 private static final long TIMEOUT = 30;
Does jtreg define a system property for this value? and is 300s the same as
what jtreg defines as the default?
The online documentation (jtreg -onlineHelp) says the default is 2 minutes, but
that m
On 10/15/2014 06:54 PM, Paul Sandoz wrote:
Hi Remi,
I did some brief evaluation of this area.
MethodHandleProxies.asInterfaceInstance currently does not support proxying to
default methods. An InternalError will be thrown if a default method is
invoked. It should be possible to fix using a t