Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nenuadrian authored Nov 13, 2024
1 parent f507b8c commit 4e6c598
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down Expand Up @@ -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)}
}
```

0 comments on commit 4e6c598

Please sign in to comment.