256 |
<syspropertyset id="system-properties-used-by-tck"> |
<syspropertyset id="system-properties-used-by-tck"> |
257 |
<propertyref prefix="java.util.concurrent.ForkJoinPool"/> |
<propertyref prefix="java.util.concurrent.ForkJoinPool"/> |
258 |
<propertyref prefix="jsr166."/> |
<propertyref prefix="jsr166."/> |
259 |
|
<propertyref name="test.timeout.factor"/> |
260 |
</syspropertyset> |
</syspropertyset> |
261 |
|
|
262 |
<classpath> |
<classpath> |
445 |
<arg value="implSpec:a:<em>Implementation Requirements:</em>"/> |
<arg value="implSpec:a:<em>Implementation Requirements:</em>"/> |
446 |
<arg value="-tag"/> |
<arg value="-tag"/> |
447 |
<arg value="implNote:a:<em>Implementation Note:</em>"/> |
<arg value="implNote:a:<em>Implementation Note:</em>"/> |
448 |
|
<!-- tags added in jdk9 --> |
449 |
|
<arg value="-tag"/> |
450 |
|
<arg value="revised:X"/> |
451 |
|
<arg value="-tag"/> |
452 |
|
<arg value="spec:X"/> |
453 |
</javadoc> |
</javadoc> |
454 |
</target> |
</target> |
455 |
|
|