This is the mail archive of the kawa@sourceware.org mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Kawa with Android Studio and Gradle


On 07/11/2013 03:29 PM, Marius Kjeldahl wrote:
Looks like there's at least one similar in gnu.lists.U8Vector:

EXCEPTION FROM SIMULATION: local variable type mismatch: attempt to
set or access a value of type int using a local variable of type
gnu.lists.U8Vector. This is symptomatic of .class transformation
tools that ignore local variable information.

I do notice the LocalVariableTable for bytevectors#bytevectorAppend
is inconsistent:
  slot#3: name: result, type: gnu.lists.U8Vector (pc: 0 length: 92)
  slot#3: name: i, type: int (pc: 8 length: 24)

Looking into it.
--
	--Per Bothner
per@bothner.com   http://per.bothner.com/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]