This file is indexed.

/usr/share/doc/aspectj-doc/devguide/ltw-agents.html is in aspectj-doc 1.8.9-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
4
5
6
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Supported Agents</title><link rel="stylesheet" type="text/css" href="aspectj-docs.css"><meta name="generator" content="DocBook XSL Stylesheets V1.79.1"><link rel="home" href="index.html" title="The AspectJtm Development Environment Guide"><link rel="up" href="ltw.html" title="Chapter 5. Load-Time Weaving"><link rel="prev" href="ltw-packaging.html" title="Runtime Requirements for Load-time Weaving"><link rel="next" href="compatibility.html" title="Chapter 6. AspectJ version compatibility"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Supported Agents</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ltw-packaging.html">Prev</a> </td><th width="60%" align="center">Chapter 5. Load-Time Weaving</th><td width="20%" align="right"> <a accesskey="n" href="compatibility.html">Next</a></td></tr></table><hr></div><div class="sect1"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="ltw-agents"></a>Supported Agents</h2></div></div></div><div class="sect2"><div class="titlepage"><div><div><h3 class="title"><a name="jvmti"></a>JVMTI</h3></div></div></div><p> When using Java 5 the JVMTI agent can be used by starting the JVM with the
                following option (adapt according to the path to aspectjweaver.jar): </p><pre class="programlisting">
			-javaagent:pathto/aspectjweaver.jar
		  </pre></div><div class="sect2"><div class="titlepage"><div><div><h3 class="title"><a name="jrockit"></a>JRockit with Java 1.3/1.4 (use JVMTI on Java 5)</h3></div></div></div><p> The JRockit agent is configured with the following JVM option: </p><pre class="programlisting">
			-Xmanagement:class=org.aspectj.weaver.loadtime.JRockitAgent
		  </pre></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ltw-packaging.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="ltw.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="compatibility.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Runtime Requirements for Load-time Weaving </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> Chapter 6. AspectJ version compatibility</td></tr></table></div></body></html>