douchuan / jvm

JVM in Rust, written as a learning project.
MIT License
519 stars 31 forks source link

Launcher class name fix, a bit of debugging instead of .unwrap() in field resolution #1

Closed CertainLach closed 4 years ago

CertainLach commented 4 years ago

What about also moving get_class_name/get_field_ref/another to a helper struct, which can also hold cp? (I.e mine ConstantPoolItem)

douchuan commented 4 years ago

thank you I have changed log format, that convenient format for tools/native.py to generate native skeleton