Group: JBoss Byteman
Sort by:Popular

1. Byteman208 usages

org.jboss.byteman » bytemanLGPL

The byteman jar merges the byteman-agent jar contents with those of the byteman-jigsaw and byteman-layer jars as a mutli-release jar. The contents of the latter two jars are installed under META-INF/versions/9 ensuring that they are only linked when Byteman is deployed on a JDK9+ JVM
Last Release on Oct 15, 2025

2. Byteman BMUnit183 usages

org.jboss.byteman » byteman-bmunitLGPL

The Byteman bmunit jar provides integration of Byteman into TestNG and JUnit tests.
Last Release on Oct 15, 2025

3. Byteman Install124 usages

org.jboss.byteman » byteman-installLGPL

The Byteman install jar contains classes to install the Byteman agent into the current JVM or a remote JVM
Last Release on Oct 15, 2025

4. Byteman Submit104 usages

org.jboss.byteman » byteman-submitLGPL

The Byteman install jar contains classes whcih canbe used to install an agent into the current JVM or into a remote JVM
Last Release on Oct 15, 2025

5. Byteman Dtest14 usages

org.jboss.byteman » byteman-dtestLGPL

The Byteman dtest jar supports instrumentation of test code executed on remote server hosts and validation of assertions describing the expected operation of the instrumented methods.
Last Release on Oct 15, 2025

6. Byteman Bmunit58 usages

org.jboss.byteman » byteman-bmunit5LGPL

The Byteman bmunit5 jar provides integration of Byteman into JUnit5 tests.
Last Release on Oct 15, 2025

7. Byteman Agent2 usages

org.jboss.byteman » byteman-agentLGPL

The Byteman agent jar contains the implementation of the Byteman java agent, including the bytecode transformer, rule parser, type checker and execution engine and the agent listener.
Last Release on Oct 15, 2025

8. Byteman Layer2 usages

org.jboss.byteman » byteman-layerLGPL

The Byteman layer jar provides support for agents to create a Jigsaw module layer at runtime, install a module in the layer and populate the layer with classes defined via byte arrays in class file format.
Last Release on Oct 15, 2025
Byteman JBoss Modules Plugin
Last Release on Apr 13, 2023
Byteman AsciiDoc Documentation
Last Release on May 1, 2025

11. Byteman Download1 usages

org.jboss.byteman » byteman-downloadLGPL

The Byteman download includes the byteman agent, submit and install jars. the contributed tool jars, the binary scripts used to drive byteman, the Byteman user guide plus the sample jar and scripts which provide some simple examples of how to use Byteman.
Last Release on Oct 15, 2025

12. Byteman Jigsaw1 usages

org.jboss.byteman » byteman-jigsawLGPL

The Byteman jigsaw jar provides support for Byteman operation in JDK9+. It implements a JDK9 variant of the AccessEnabler class which is used to ensure that members of non-exported or non-public, exported classes can be accessed reflectively. This variant relies on a module created dynamically using the byteman-layer API to manage accessibility. This JDK9 code is bundled into the main byteman jar
Last Release on Oct 15, 2025

13. Byteman Sample1 usages

org.jboss.byteman » byteman-sampleLGPL

The Byteman sample jar contains some example helper classes and auxiliary classes used by the] sample rule scripts contained in the distribution
Last Release on Oct 15, 2025

14. Byteman Root

org.jboss.byteman » byteman-rootLGPL

Byteman is a java agent-based bytecode injection tool. It can be used to inject Event Condition Action rules into Java application and JVM runtime methods. Its primary purpose is to support execution tracing and fault injection testing.
Last Release on Oct 15, 2025

15. Byteman Documentation

org.jboss.byteman » byteman-docsLGPL

Byteman Documentation
Last Release on May 1, 2025
The Byteman rulecheck plugin provides automation of offline parsing and typechecking.
Last Release on Oct 15, 2025

17. Tests

org.jboss.byteman » testsLGPL

The tests module runs the JDK8[-] tests found in the agent tree on the bundled agent jar (byteman.jar) which includes the core agent code (taken from byteman-agent.jar) plus extra classes (taken from byteman-layer.jar and byteman-jigsaw.jar) needed to run on JDK9. It also runs some extra accessibility tests specific to JDK9[+] operation.
Last Release on Oct 15, 2025
Byteman JBoss Modules Tests
Last Release on Apr 13, 2023

19. Byteman Contrib

org.jboss.byteman » byteman-contribLGPL

Byteman is a java agent-based bytecode injection tool. It can be used to inject Event Condition Action rules into Java application and JVM runtime methods. Its primary purpose is to support execution tracing and fault injection testing.
Last Release on Jul 22, 2011

20. Byteman JBoss Modules

org.jboss.byteman » byteman-jboss-modulesLGPL

Byteman JBoss Modules
Last Release on Apr 13, 2023

Related Books

Mastering the Java JVM: From Bytecode to Garbage CollectionMastering the Java JVM: From Bytecode to Garbage Collection (2025)
by CARTER, THOMPSON
The Java Virtual Machine Specification, Java SE 8 Edition (Java (Addison-Wesley))The Java Virtual Machine Specification, Java SE 8 Edition (Java (Addison-Wesley)) (2014)
by Lindholm, Tim, Yellin, Frank, Bracha, Gilad, Buckley, Alex
The Java Virtual Machine Specification, Java SE 7 Edition (Java Series)The Java Virtual Machine Specification, Java SE 7 Edition (Java Series) (2013)
by Lindholm, Tim, Yellin, Frank, Bracha, Gilad, Buckley, Alex
Decompiling JavaDecompiling Java (2004)
by Nolan, Godfrey
Java and the Java Virtual Machine: Definition, Verification, ValidationJava and the Java Virtual Machine: Definition, Verification, Validation (2001)
by Stärk, Robert F., Schmid, Joachim, Börger, Egon
Inside the Java 2 Virtual MachineInside the Java 2 Virtual Machine (2000)
by Venners, Bill
Programming for the Java¿ Virtual MachineProgramming for the Java¿ Virtual Machine (1999)
by Engel, Joshua
Java Virtual Machine (Java Series)Java Virtual Machine (Java Series) (1997)
by Downing, Troy, Meyer, Jon