When running the jstack
tool, the last line, after all the stack traces, is an output like this:
JNI global references: 1319
The question What is 'JNI Global reference' explains what a "JNI Global reference" is, but I don't understand the significance of this value for the output of jstack.
So: What does the number mean, and why is it relevant for the output of jstack?