Update AllocationTrackerModule docs
Point to the actual allocation tracker jar to use.
Closes #5950.
PiperOrigin-RevId: 210582815
diff --git a/src/main/java/com/google/devtools/build/lib/profiler/memory/AllocationTrackerModule.java b/src/main/java/com/google/devtools/build/lib/profiler/memory/AllocationTrackerModule.java
index f3ebbef..7ae9d55 100644
--- a/src/main/java/com/google/devtools/build/lib/profiler/memory/AllocationTrackerModule.java
+++ b/src/main/java/com/google/devtools/build/lib/profiler/memory/AllocationTrackerModule.java
@@ -34,7 +34,11 @@
*
* <ol>
* <li>--host_jvm_args=-javaagent:(path to Google's java agent jar)
- * <li>--host_jvm_args=-RULE_MEMORY_TRACKER=1
+ * <ul>
+ * <li>For Bazel use <a
+ * href="https://github.com/bazelbuild/bazel/tree/master/third_party/allocation_instrumenter">java-allocation-instrumenter-3.0.1.jar</a>
+ * </ul>
+ * <li>--host_jvm_args=-DRULE_MEMORY_TRACKER=1
* </ol>
*
* <p>The memory tracking information is accessible via blaze dump --rules and blaze dump