Re: Missing invokehandle handling in bytecodeInterpreter.cpp

2012-08-08 Thread Christian Thalinger
On Aug 7, 2012, at 3:19 PM, Roman Kennke wrote: > 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, 14:19 +02

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, 14:19 +0200 schrieb Roman Kennke: > > > > >> Hi there

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, > > > >> > > > >> I am currently (trying to) get the Hotspot-Zero port i

Re: Missing invokehandle handling in bytecodeInterpreter.cpp

2012-08-01 Thread Roman Kennke
Sorry folks for the funny language, the heat plays tricks with my brain... Let me rewrite it in English: Thannks Chris for the tip, I looked at the implementations in TemplateTable and the existing implementations for the other invoke* bytecodes in bytecodeInterpreter.cpp, and came up with the fol

Re : Missing invokehandle handling in bytecodeInterpreter.cpp

2012-08-01 Thread Julien Ponge
I didn't knew this list was in German :-) Le mercredi 1 août 2012 à 18:26, Roman Kennke a écrit : > Hi Christian! > > Danke für den Tip, ich hab mir die Implementierungen in TemplateTable > und auch die existierenden Implementierungen für die anderen invoke* > bytecodes in bytecodeInterprete

Re: Missing invokehandle handling in bytecodeInterpreter.cpp

2012-08-01 Thread Roman Kennke
Hi Christian! Danke für den Tip, ich hab mir die Implementierungen in TemplateTable und auch die existierenden Implementierungen für die anderen invoke* bytecodes in bytecodeInterpreter.cpp angeschaut, und bin mit folgender Implementierung herausgekommen: CASE(_invokehandle): { if (

Re: Missing invokehandle handling in bytecodeInterpreter.cpp

2012-07-31 Thread 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 Hotspot-Zero port in shape for MLVM. >> I am running into a road block here: >> >> # Internal Error >> (/home/rkennke/src/open

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/share/vm/interpreter/bytecodeIn