From 824e9ac712c72350ca7d5387f89b1596faf40e60 Mon Sep 17 00:00:00 2001 From: Shautvast Date: Tue, 25 Jun 2024 18:09:44 +0200 Subject: [PATCH] additions in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5415384..25dd1ea 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Experiment with java22 and Rust to monitor exceptions in a JVM -It's a mini APM that leverages the java22 ClassFile API and java22 Foreign Function Interface -It's a java agent that instruments all `throw` opcodes in your bytecode with a call to a logger written in Rust. +* It's a mini APM that leverages the java22 ClassFile API and java22 Foreign Function Interface. +* It's a java agent that instruments all `throw` opcodes in your bytecode with a call to a logger written in Rust. Work in Progress. Proof of concept works, but needs optimization. Try this at home, not at work :)