You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.
[@FroMage] We're thinking of adding a CRaSH (http://www.crashub.org/) module to be able to attach to a running Ceylon VM (JVM) and list the available modules and their dependencies, but we need to find a way to get that list from a JVM agent. JMX, static somewhere, whatever.
@alesj: any idea? Do we already have something? This might be reusable for JBoss Modules beyond just Ceylon too.
[@vietj] Beside that you can also access the java.lang.Instrument object in a command too that gives you access to all the Class known by the JVM (hence the classloader as well).
[@FroMage] We're thinking of adding a CRaSH (http://www.crashub.org/) module to be able to attach to a running Ceylon VM (JVM) and list the available modules and their dependencies, but we need to find a way to get that list from a JVM agent. JMX, static somewhere, whatever.
@alesj: any idea? Do we already have something? This might be reusable for JBoss Modules beyond just Ceylon too.
[Migrated from ceylon/ceylon-runtime#28]
The text was updated successfully, but these errors were encountered: