Skip to content
  • Lubomir Bulej's avatar
    ClassInfoLoader: move shadow class creation to ShadowClassTable, leave only IO. · fa64d56a
    Lubomir Bulej authored
    ShadowClassTable: preprocess data from ClassInfoLoader before calling newInstance().
    ShadowClassTable: simplify the implementation of newInstance(), extract class creation into __createShadowClass().
    ShadowObject: make getNetRef() package private.
    ShadowObject: use get() on the JAVA_LANG_CLASS atomic reference.
    ObjectShadowClass: use ASM Type instead of String with class signature.
    fa64d56a