SimpleCycle.jav #91

Closed
opened 2022-08-09 07:55:03 +00:00 by pl · 1 comment
Owner

commit: bca1bd622f

Das Laden )newInstance erzeugt

java.lang.VerifyError: Bad local variable type
Exception Details:
Location:
SimpleCycle.m(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)V @0: aload
Reason:
Type top (current frame, locals[5]) is not assignable to reference type
Current Frame:
bci: @0
flags: { }
locals: { 'SimpleCycle', 'java/lang/Object', 'java/lang/Object', 'java/lang/Object' }
stack: { }
Bytecode:
0000000: 1905 593a 0457 1904 593a 0557 b1bf
Stackmap Table:
full_frame(@13,{},{Object[#15]})

commit: bca1bd622fe75da63a628f3a4d1d394ceef878db Das Laden )newInstance erzeugt java.lang.VerifyError: Bad local variable type Exception Details: Location: SimpleCycle.m(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)V @0: aload Reason: Type top (current frame, locals[5]) is not assignable to reference type Current Frame: bci: @0 flags: { } locals: { 'SimpleCycle', 'java/lang/Object', 'java/lang/Object', 'java/lang/Object' } stack: { } Bytecode: 0000000: 1905 593a 0457 1904 593a 0557 b1bf Stackmap Table: full_frame(@13,{},{Object[#15]})
Owner

[targetBytecode]
Ist gefixed, das Problem war dass lokale Variablen nicht initialisiert wurden.

[targetBytecode] Ist gefixed, das Problem war dass lokale Variablen nicht initialisiert wurden.
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: JavaTX/JavaCompilerCore#91
No description provided.