Skip to content

Commit 4e6c598

Browse files
authored
Update README.md
1 parent f507b8c commit 4e6c598

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# BSc Dissertation Project - University of Manchester - JNI Exception Capturing Agent for Production Debugging
1+
# BSc Dissertation Project - University of Manchester - Non-intrusive JVM agents for capturing the internal state of live production applications
22

33
[![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)
44
[![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,
3737

3838
## Disclaimer
3939
This was academic research and no guarantees or maintenance are provided.
40+
41+
# Reference
42+
43+
```
44+
@article{jniAgents,
45+
author = {Adrian Nenu and Caroline Jay},
46+
title = {{Non-intrusive JVM agents for capturing the internal state of live production applications}},
47+
url = {[https://doi.org/10.3150/23-BEJ1663](https://github.com/nenuadrian/bsc-dissertation-c-java-native-interface-agent-stack-trace-heap-capture)}
48+
}
49+
```

0 commit comments

Comments
 (0)