Closed etosch closed 12 years ago
Using some of the information in #91 and the Java Thread doc, formalize the new Thread structure and update global.js accordingly.
Thread is now an Instance of java/lang/Thread as appropriate; it should have fields... our internal VMthread is slightly different, but this is currently not an issue.
Using some of the information in #91 and the Java Thread doc, formalize the new Thread structure and update global.js accordingly.