On 2/24/13 0421 , Xiaofeng Yang wrote:
Hi, Mark. I had updated my JDK to 1.7.0_15, then recompiled ABCL 1.1.1 using JDK 1.7.0_15 and ran it using JDK 1.7.0_15. But, there are the same problems. Even the symbols are the same as what I mentioned before. I collected the symbols that cannot be resolved. I hope it useful. (defparameter *cannot-resolve* '("CLASS-DIRECT-SLOTS" "COMPUTE-CLASS-DIRECT-SLOTS" "MAKE-FORWARD-REFERENCED-CLASS" "%SET-STREAM-EXTERNAL-FORMAT" "%IMPORT" "%DELETE-PACKAGE"))
Thanks for the report: you exposed some problems with how we were setting up autoload for symbols, as well as with the EXT:RESOLVE function failing on a non-existent symbol. Everything should be fixed with [r14400][].
[r14400]: http://trac.common-lisp.net/armedbear/changeset/14400