hg: mlvm/mlvm/jdk: meth: integrate possible fix for 7177472

2012-07-20 Thread john . r . rose
Changeset: e27e7efee021
Author:jrose
Date:  2012-07-20 01:46 -0700
URL:   http://hg.openjdk.java.net/mlvm/mlvm/jdk/rev/e27e7efee021

meth: integrate possible fix for 7177472

! meth-7177472.patch
! series

___
mlvm-dev mailing list
mlvm-dev@openjdk.java.net
http://mail.openjdk.java.net/mailman/listinfo/mlvm-dev


State of MLVM and Lambda

2012-07-20 Thread Roman Kennke
Hello,

Maybe this is a stupid beginner question. I would like to know what is
the status of MLVM with respect to project Lambda. Is it possible to
build a JVM that has both (has lambda, or parts of it, already been
merged into hotspot-comp?)? Is there any overlap between the two, or are
they largely independent (MLVM mostly hotspot-centric vs. Lambda mostly
javac centric?)?

Cheers,
Roman


___
mlvm-dev mailing list
mlvm-dev@openjdk.java.net
http://mail.openjdk.java.net/mailman/listinfo/mlvm-dev


Re: State of MLVM and Lambda

2012-07-20 Thread Rémi Forax
On 07/20/2012 11:25 AM, Roman Kennke wrote:
> Hello,
>
> Maybe this is a stupid beginner question. I would like to know what is
> the status of MLVM with respect to project Lambda. Is it possible to
> build a JVM that has both (has lambda, or parts of it, already been
> merged into hotspot-comp?)? Is there any overlap between the two, or are
> they largely independent (MLVM mostly hotspot-centric vs. Lambda mostly
> javac centric?)?
>
> Cheers,
> Roman

Hi Roman,
there are two parts in lambda project, you have lambda and default methods,
lambda currently doesn't require runtime support (only javac + JDK)
but default methods are resolved by the VM and as far as I know, the 
default methods part
is not merged into hotspot-comp.

cheers,
Rémi


___
mlvm-dev mailing list
mlvm-dev@openjdk.java.net
http://mail.openjdk.java.net/mailman/listinfo/mlvm-dev


hg: mlvm/mlvm/hotspot: meth-lazy: undo changes that caused a problem

2012-07-20 Thread christian . thalinger
Changeset: 8680e3b4be3b
Author:twisti
Date:  2012-07-20 14:39 -0700
URL:   http://hg.openjdk.java.net/mlvm/mlvm/hotspot/rev/8680e3b4be3b

meth-lazy: undo changes that caused a problem

! meth-lazy-7023639.review.patch

___
mlvm-dev mailing list
mlvm-dev@openjdk.java.net
http://mail.openjdk.java.net/mailman/listinfo/mlvm-dev