SimpleCycle.jav #91
Labels
No Label
Codegen
confirmed
duplicate
Eclipse-Plugin
Feature Request
generics
in progress
invalid
JavaCompilerCore
needs info
Parser
Trash
Type
Unify
won't fix
works for me
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: JavaTX/JavaCompilerCore#91
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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]})
[targetBytecode]
Ist gefixed, das Problem war dass lokale Variablen nicht initialisiert wurden.