Re: [jvm-l] Stack value extractor in Java

2010-11-06 Thread John Rose
On Nov 6, 2010, at 11:38 AM, Rémi Forax wrote: > I've wanted to write that several times, so before doing something else, > I want to try to convince all VM hackers that they should stop doing > what they currently do and starts to implement a way to export > values from the VM stack into a Java o

Re: Few questions about invokeDynamic

2010-11-06 Thread Rémi Forax
Le 06/11/2010 17:36, assembling signals a écrit : > Remi, thank you a lot for such a quick reply! > > I tried to do what you suggested, but it keeps failing. > > Note, that I don't use some customized build, but instead, as also mentionen > in previous mail, JDK7 b116. > Could you please try the c

Stack value extractor in Java

2010-11-06 Thread Rémi Forax
I've wanted to write that several times, so before doing something else, I want to try to convince all VM hackers that they should stop doing what they currently do and starts to implement a way to export values from the VM stack into a Java object. Here is the problem, a lot of unknown and unused

Re[2]: Few questions about invokeDynamic

2010-11-06 Thread assembling signals
Remi, thank you a lot for such a quick reply! I tried to do what you suggested, but it keeps failing. Note, that I don't use some customized build, but instead, as also mentionen in previous mail, JDK7 b116. Could you please try the code by yourself? It's a single class. Thanks again! = = =

Re: Few questions about invokeDynamic

2010-11-06 Thread Rémi Forax
Le 06/11/2010 11:31, assembling signals a écrit : > Hello, everyone! > > I couldn't find information about several issues, so I'll ask here for help: > > I'm using JDK7 b116. > > When using MethodHandle.invokeExact(...), I can only invoke a method, > which signature is "Object (Object[])", anything

Auto Reply: Auto Reply: mlvm failed building coroutine.cpp on Mac OS X 10.4.6

2010-11-06 Thread nicolay . haustov
I'm on vacation from Nov 4 until Nov 15. For ugent issues contact evgeny.yav...@oracle.com ___ mlvm-dev mailing list mlvm-dev@openjdk.java.net http://mail.openjdk.java.net/mailman/listinfo/mlvm-dev

Few questions about invokeDynamic

2010-11-06 Thread assembling signals
Hello, everyone! I couldn't find information about several issues, so I'll ask here for help: I'm using JDK7 b116. When using MethodHandle.invokeExact(...), I can only invoke a method, which signature is "Object (Object[])", anything else fails with: WrongMethodTypeException: ()V cannot be c

Auto Reply: mlvm failed building coroutine.cpp on Mac OS X 10.4.6

2010-11-06 Thread nicolay . haustov
I'm on vacation from Nov 4 until Nov 15. For ugent issues contact evgeny.yav...@oracle.com ___ mlvm-dev mailing list mlvm-dev@openjdk.java.net http://mail.openjdk.java.net/mailman/listinfo/mlvm-dev

mlvm failed building coroutine.cpp on Mac OS X 10.4.6

2010-11-06 Thread Stephen Bannasch
I'm getting warnings building hotspot/src/share/vm/runtime/coroutine.cpp ... the build reports: "cc1plus: warnings being treated as errors" Compiling /Users/stephen/dev/java/src/mlvm/sources/hotspot/src/share/vm/runtime/coroutine.cpp rm -f coroutine.o /Users/stephen/dev/java/src/mlvm/sources/ALT