aboutsummaryrefslogtreecommitdiff
path: root/org.jacoco.doc/docroot/doc
diff options
context:
space:
mode:
Diffstat (limited to 'org.jacoco.doc/docroot/doc')
-rw-r--r--org.jacoco.doc/docroot/doc/agent.html8
-rw-r--r--org.jacoco.doc/docroot/doc/ant.html8
-rw-r--r--org.jacoco.doc/docroot/doc/changes.html8
3 files changed, 24 insertions, 0 deletions
diff --git a/org.jacoco.doc/docroot/doc/agent.html b/org.jacoco.doc/docroot/doc/agent.html
index c3dec5f9..5a1628d8 100644
--- a/org.jacoco.doc/docroot/doc/agent.html
+++ b/org.jacoco.doc/docroot/doc/agent.html
@@ -117,6 +117,14 @@
<td><code>sun.reflect.DelegatingClassLoader</code></td>
</tr>
<tr>
+ <td><code>includebootstrapclasses</code></td>
+ <td>Specifies whether also classes from the bootstrap classloader should
+ be instrumented. Use this feature with caution, it needs heavy
+ includes/excludes tuning.
+ </td>
+ <td><code>false</code></td>
+ </tr>
+ <tr>
<td><code>sessionid</code></td>
<td>A session identifier that is written with the execution data. Without
this parameter a random identifier is created by the agent.
diff --git a/org.jacoco.doc/docroot/doc/ant.html b/org.jacoco.doc/docroot/doc/ant.html
index 7400b7d5..aac3473f 100644
--- a/org.jacoco.doc/docroot/doc/ant.html
+++ b/org.jacoco.doc/docroot/doc/ant.html
@@ -205,6 +205,14 @@
<td><code>sun.reflect.DelegatingClassLoader</code></td>
</tr>
<tr>
+ <td><code>includebootstrapclasses</code></td>
+ <td>Specifies whether also classes from the bootstrap classloader should
+ be instrumented. Use this feature with caution, it needs heavy
+ includes/excludes tuning.
+ </td>
+ <td><code>false</code></td>
+ </tr>
+ <tr>
<td><code>sessionid</code></td>
<td>A session identifier that is written with the execution data. Without
this parameter a random identifier is created by the agent.
diff --git a/org.jacoco.doc/docroot/doc/changes.html b/org.jacoco.doc/docroot/doc/changes.html
index 51679b67..9d5209ac 100644
--- a/org.jacoco.doc/docroot/doc/changes.html
+++ b/org.jacoco.doc/docroot/doc/changes.html
@@ -20,6 +20,14 @@
<h2>Snapshot Build @qualified.bundle.version@ (@build.date@)</h2>
+<h3>New Features</h3>
+<ul>
+ <li>New configuration option for the JaCoCo agent
+ <code>includebootstrapclasses</code> to also instrument classes from the
+ bootstrap class loader.
+ (GitHub <a href="https://github.com/jacoco/jacoco/issues/49">#49</a>).</li>
+</ul>
+
<h2>Release 0.7.1 (2014/05/08)</h2>
<h3>Fixed Bugs</h3>