Re: Missing invokehandle handling in bytecodeInterpreter.cpp

2012-08-07 Thread Roman Kennke
Am Donnerstag, den 02.08.2012, 12:55 +0200 schrieb Roman Kennke: > > > Am Dienstag, den 31.07.2012, 17:28 -0700 schrieb Christian Thalinger: > > > > On Jul 31, 2012, at 8:24 AM, Roman Kennke wrote: > > > > > > > > > Am Dienstag, den 31.07.2012,

Re: Missing invokehandle handling in bytecodeInterpreter.cpp

2012-08-02 Thread Roman Kennke
> > Am Dienstag, den 31.07.2012, 17:28 -0700 schrieb Christian Thalinger: > > > On Jul 31, 2012, at 8:24 AM, Roman Kennke wrote: > > > > > > > Am Dienstag, den 31.07.2012, 14:19 +0200 schrieb Roman Kennke: > > > >> Hi there, > > > >&

Re: Missing invokehandle handling in bytecodeInterpreter.cpp

2012-08-01 Thread Roman Kennke
hodHandle.invoke*() and then calls it. Is that right? Does the implementation look correct? I really need some help, hotspot and JSR292 are still fairly cold waters to jump into for me :-) > Cheers, Roman > > Am Dienstag, den 31.07.2012, 17:28 -0700 schrieb Christian Thalinger: > > On

Re: Missing invokehandle handling in bytecodeInterpreter.cpp

2012-08-01 Thread Roman Kennke
, Roman Am Dienstag, den 31.07.2012, 17:28 -0700 schrieb Christian Thalinger: > On Jul 31, 2012, at 8:24 AM, Roman Kennke wrote: > > > Am Dienstag, den 31.07.2012, 14:19 +0200 schrieb Roman Kennke: > >> Hi there, > >> > >> I am currently (trying to) get the H

Re: Missing invokehandle handling in bytecodeInterpreter.cpp

2012-07-31 Thread Roman Kennke
Am Dienstag, den 31.07.2012, 14:19 +0200 schrieb Roman Kennke: > Hi there, > > I am currently (trying to) get the Hotspot-Zero port in shape for MLVM. > I am running into a road block here: > > # Internal Error > (/home/rkennke/src/openjdk/hotspot-comp/hotspot/src

Missing invokehandle handling in bytecodeInterpreter.cpp

2012-07-31 Thread Roman Kennke
Hi there, I am currently (trying to) get the Hotspot-Zero port in shape for MLVM. I am running into a road block here: # Internal Error (/home/rkennke/src/openjdk/hotspot-comp/hotspot/src/share/vm/interpreter/bytecodeInterpreter.cpp:2464), pid=18585, tid=140737337317120 # fatal error: Unimplem

Re: build error on OSX

2012-07-23 Thread Roman Kennke
Am Montag, den 23.07.2012, 09:47 +0200 schrieb Henri Gomez: > > I think the patch after meth-lazy needs rebasing. Just comment it out in > > the series file for now. > > how could I comment it ? Edit the series file with a text editor and prefix the line that shows the name of that patch with #

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 large