Changeset 10260 in josm


Ignore:
Timestamp:
2016-05-21T16:08:20+02:00 (8 years ago)
Author:
Don-vip
Message:

see #11924 - use the new -XaddExports syntax specified in JEP 261

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/build.xml

    r10259 r10260  
    388388                <junit printsummary="yes" fork="true" forkmode="once">
    389389                    <jvmarg value="-Dfile.encoding=UTF-8"/>
    390                     <jvmarg value="-XaddExports:java.base/sun.security.util=ALL-UNNAMED,java.base/sun.security.x509=ALL-UNNAMED" if:set="isJava9" />
     390                    <jvmarg value="-XaddExports:java.base/sun.security.util=ALL-UNNAMED" if:set="isJava9" />
     391                    <jvmarg value="-XaddExports:java.base/sun.security.x509=ALL-UNNAMED" if:set="isJava9" />
    391392                    <sysproperty key="josm.home" value="${test.dir}/config/@{testfamily}-josm.home"/>
    392393                    <sysproperty key="josm.test.data" value="${test.dir}/data"/>
     
    715716            </classpath>
    716717            <arg value="${base.dir}"/>
    717             <!-- workaround to https://bz.apache.org/bugzilla/show_bug.cgi?id=59556 -->
    718             <jvmarg value="-XaddExports:java.base/jdk.internal.reflect=ALL-UNNAMED" if:set="isJava9" />
    719718        </java>
    720719    </target>
Note: See TracChangeset for help on using the changeset viewer.