awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 repositorios

Awesome GitHub RepositoriesRuntime Management Tools

Utilities for launching, packaging, and modifying JVM processes.

Explore 4 awesome GitHub repositories matching part of an awesome list · Runtime Management Tools. Refine with filters or upvote what's useful.

Awesome Runtime Management Tools GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • hotswapprojects/hotswapagentAvatar de HotswapProjects

    HotswapProjects/HotswapAgent

    2,572Ver en GitHub↗

    HotswapAgent is a Java runtime instrumentation agent and bytecode redefinition tool designed to apply code changes to running applications instantly. It functions as a hot swap utility and classloader extender that modifies method bodies and updates class definitions without requiring a process restart. The project distinguishes itself as a framework state synchronizer, ensuring that beans, caches, and configurations remain consistent after class redefinitions. It provides specialized mechanisms to refresh managed beans, dependency injection points, and persistence factories, allowing logic c

    Redefine classes at runtime without redeployment.

    Java
    Ver en GitHub↗2,572
  • ninjudd/dripAvatar de ninjudd

    ninjudd/drip

    1,547Ver en GitHub↗

    Fast JVM launching without the hassle of persistent JVMs.

    Fast JVM launching without persistent overhead.

    Shell
    Ver en GitHub↗1,547
  • puniverse/capsuleAvatar de puniverse

    puniverse/capsule

    1,144Ver en GitHub↗

    Dead-Simple Packaging and Deployment for JVM Apps

    Packaging and deployment for JVM applications.

    Java
    Ver en GitHub↗1,144
  • airlift/jvmkillAvatar de airlift

    airlift/jvmkill

    190Ver en GitHub↗

    jvmkill is a simple JVMTI[] agent that forcibly terminates the JVM when it is unable to create a thread. This is important for reliability purposes: a thread creation failure will often leave the JVM in an inconsistent state. Terminating the JVM will allow it to be restarted by an external…

    Forcibly terminate JVM on memory or thread allocation failure.

    C
    Ver en GitHub↗190
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Runtime Management Tools