Skip to content

Commit c1a81cf

Browse files
author
Kim Barrett
committed
8358284: doc/testing.html is not up to date after JDK-8355003
Reviewed-by: jwaters, dholmes, erikj
1 parent def7355 commit c1a81cf

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

doc/testing.html

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,11 @@ <h1 class="title">Testing the JDK</h1>
7272
<li><a href="#non-us-locale" id="toc-non-us-locale">Non-US
7373
locale</a></li>
7474
<li><a href="#pkcs11-tests" id="toc-pkcs11-tests">PKCS11 Tests</a></li>
75+
</ul></li>
7576
<li><a href="#testing-ahead-of-time-optimizations"
76-
id="toc-testing-ahead-of-time-optimizations">Testing Ahead-of-time
77-
Optimizations</a></li>
77+
id="toc-testing-ahead-of-time-optimizations">### Testing Ahead-of-time
78+
Optimizations</a>
79+
<ul>
7880
<li><a href="#testing-with-alternative-security-providers"
7981
id="toc-testing-with-alternative-security-providers">Testing with
8082
alternative security providers</a></li>
@@ -599,8 +601,8 @@ <h3 id="pkcs11-tests">PKCS11 Tests</h3>
599601
JTREG=&quot;JAVA_OPTIONS=-Djdk.test.lib.artifacts.nsslib-linux_aarch64=/path/to/NSS-libs&quot;</code></pre>
600602
<p>For more notes about the PKCS11 tests, please refer to
601603
test/jdk/sun/security/pkcs11/README.</p>
602-
<h3 id="testing-ahead-of-time-optimizations">Testing Ahead-of-time
603-
Optimizations</h3>
604+
<h2 id="testing-ahead-of-time-optimizations">### Testing Ahead-of-time
605+
Optimizations</h2>
604606
<p>One way to improve test coverage of ahead-of-time (AOT) optimizations
605607
in the JDK is to run existing jtreg test cases in a special "AOT_JDK"
606608
mode. Example:</p>

0 commit comments

Comments
 (0)