Opened 15 years ago
Closed 15 years ago
#111 closed defect (fixed)
ABCL fails to run on JRockit
| Reported by: | ehuelsmann | Owned by: | somebody | 
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | CLOS | Version: | |
| Keywords: | Cc: | ||
| Parent Tickets: | 
Description
Compilation of ABCL works fine, but when evaluating
(COMPILE NIL '(LAMBDA ()))
at the REPL, it fails to load the Java FFI:
Failed to autoload JAVA:JCLASS-FIELDS
Note: See
        TracTickets for help on using
        tickets.
    

Fixed in r12973 and r12974.