mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-19 18:44:38 +02:00
8158836: langtools build.xml needs some adjustments
Reviewed-by: jjg, jlahoda
This commit is contained in:
parent
3f3cc40ea1
commit
d3d0beed42
1 changed files with 5 additions and 1 deletions
|
@ -218,7 +218,11 @@
|
|||
|
||||
<sequential>
|
||||
<java fork="true" jvm="${langtools.jdk.home}/bin/java" classname="@{mainclass}">
|
||||
<jvmarg line="-Xpatch:@{build.modules}"/>
|
||||
<jvmarg line="-Xpatch:java.compiler=@{build.modules}/java.compiler"/>
|
||||
<jvmarg line="-Xpatch:jdk.compiler=@{build.modules}/jdk.compiler"/>
|
||||
<jvmarg line="-Xpatch:jdk.javadoc=@{build.modules}/jdk.javadoc"/>
|
||||
<jvmarg line="-Xpatch:jdk.jdeps=@{build.modules}/jdk.jdeps"/>
|
||||
<jvmarg line="-Xpatch:jdk.jshell=@{build.modules}/jdk.jshell"/>
|
||||
<jvmarg line="@{jpda.jvmargs}"/>
|
||||
<arg line="@{args}"/>
|
||||
</java>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue