From 4e6c59863a72aeda8ac1d0e4058909a01d69d4f1 Mon Sep 17 00:00:00 2001 From: "Adrian (Mircea) Nenu" Date: Wed, 13 Nov 2024 21:30:57 +0000 Subject: [PATCH] Update README.md --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d251fc8..dadc405 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# BSc Dissertation Project - University of Manchester - JNI Exception Capturing Agent for Production Debugging +# BSc Dissertation Project - University of Manchester - Non-intrusive JVM agents for capturing the internal state of live production applications [![CMake on a single platform](https://github.com/nenuadrian/c-java-native-interface-agent-stack-trace-heap-capture/actions/workflows/cmake-single-platform.yml/badge.svg)](https://github.com/nenuadrian/c-java-native-interface-agent-stack-trace-heap-capture/actions/workflows/cmake-single-platform.yml) [![LaTeX Build](https://github.com/nenuadrian/bsc-dissertation-c-java-native-interface-agent-stack-trace-heap-capture/actions/workflows/main.yml/badge.svg)](https://github.com/nenuadrian/bsc-dissertation-c-java-native-interface-agent-stack-trace-heap-capture/actions/workflows/main.yml) @@ -37,3 +37,13 @@ This implementation serves as a Minimum Viable Product (MVP). It is not stable, ## Disclaimer This was academic research and no guarantees or maintenance are provided. + +# Reference + +``` +@article{jniAgents, + author = {Adrian Nenu and Caroline Jay}, + title = {{Non-intrusive JVM agents for capturing the internal state of live production applications}}, + url = {[https://doi.org/10.3150/23-BEJ1663](https://github.com/nenuadrian/bsc-dissertation-c-java-native-interface-agent-stack-trace-heap-capture)} +} +```