File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -72,9 +72,11 @@ <h1 class="title">Testing the JDK</h1>
72
72
< li > < a href ="#non-us-locale " id ="toc-non-us-locale "> Non-US
73
73
locale</ a > </ li >
74
74
< li > < a href ="#pkcs11-tests " id ="toc-pkcs11-tests "> PKCS11 Tests</ a > </ li >
75
+ </ ul > </ li >
75
76
< 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 >
78
80
< li > < a href ="#testing-with-alternative-security-providers "
79
81
id ="toc-testing-with-alternative-security-providers "> Testing with
80
82
alternative security providers</ a > </ li >
@@ -599,8 +601,8 @@ <h3 id="pkcs11-tests">PKCS11 Tests</h3>
599
601
JTREG="JAVA_OPTIONS=-Djdk.test.lib.artifacts.nsslib-linux_aarch64=/path/to/NSS-libs"</ code > </ pre >
600
602
< p > For more notes about the PKCS11 tests, please refer to
601
603
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 >
604
606
< p > One way to improve test coverage of ahead-of-time (AOT) optimizations
605
607
in the JDK is to run existing jtreg test cases in a special "AOT_JDK"
606
608
mode. Example:</ p >
You can’t perform that action at this time.
0 commit comments