#419 closed defect (duplicate)
getFunctionClassBytes for CompiledClosures
| Reported by: | Mark Evenson | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.5.0 | 
| Component: | compiler | Version: | 1.5.0-dev | 
| Keywords: | github-issue | Cc: | |
| Parent Tickets: | 
Description
Alan reports on Github <https://github.com/armedbear/abcl/issues/3>:
Can't seem to make it work. This is code that works for other functions
    (let ((classloader (#"getClassLoader" class)))
      (if (or (java:jinstance-of-p classloader "org.armedbear.lisp.MemoryClassLoader")
          (java:jinstance-of-p classloader "org.armedbear.lisp.FaslClassLoader"))
      (system::disassemble-class-bytes 
       (#"getFunctionClassBytes" classloader class))
    Change History (2)
comment:1 Changed 9 years ago by
| Resolution: | → duplicate | 
|---|---|
| Status: | new → closed | 
comment:2 Changed 9 years ago by
Note: See
        TracTickets for help on using
        tickets.
    
See #414