raydac / j-j-jvm

JVM bytecode interpreter written in Java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enumeration support

SelAnt opened this issue · comments

Hi,
Enumerations are not supported. Attached test fails.

Could you please suggest how to fix?
Thank you in advance
enumeration.zip

I made fix of stackoverflowexception dring <clinit> but I'm not sure that it is possible to use enums because java.lang.Enum is abstract one and there should be implemented complex solution to support extension of such abstract class because it will not be possible to make constructor call for instantiation exception