Skip to main content
summaryrefslogtreecommitdiffstats
path: root/releng
diff options
context:
space:
mode:
authorStephan Herrmann2017-11-16 15:22:52 +0000
committerStephan Herrmann2017-11-16 15:22:52 +0000
commitf7cad8b6fcfdd663609e2f798e59149e23d0e8bd (patch)
tree6c4f92bc42d371c4a5d8b54ea1b45d3bcb1a775f /releng
parent63aa96959dce1c1fef0be5b2ddafd5a54e7860cd (diff)
downloadorg.eclipse.objectteams-f7cad8b6fcfdd663609e2f798e59149e23d0e8bd.tar.gz
org.eclipse.objectteams-f7cad8b6fcfdd663609e2f798e59149e23d0e8bd.tar.xz
org.eclipse.objectteams-f7cad8b6fcfdd663609e2f798e59149e23d0e8bd.zip
Bug 527086: [java9] Support Java 9
- attempted fix for JavaLeakTest problem bug 527350
Diffstat (limited to 'releng')
-rw-r--r--releng/build-scripts/build/test.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/releng/build-scripts/build/test.xml b/releng/build-scripts/build/test.xml
index a25757f97..2a15ec0a7 100644
--- a/releng/build-scripts/build/test.xml
+++ b/releng/build-scripts/build/test.xml
@@ -67,7 +67,7 @@
<ant antfile="plugins/${testPlugin}/test.xml" dir="${test.eclipseDir}">
<property name="eclipse-home" value="${test.eclipseDir}" />
<property name="library-file" value="${test.root.dir}/library.xml"/>
- <property name="extraVMargs" value="-XX:+HeapDumpOnOutOfMemoryError -ea --add-modules ALL-SYSTEM -Djava.io.tmpdir=${test.tmpDir} -Dot.weaving=otdre -javaagent:${otequinox.agent.jar}"/>
+ <property name="extraVMargs" value="-XX:+HeapDumpOnOutOfMemoryError -ea --add-modules ALL-SYSTEM --add-opens java.base/jdk.internal.loader=ALL-UNNAMED -Djava.io.tmpdir=${test.tmpDir} -Dot.weaving=otdre -javaagent:${otequinox.agent.jar}"/>
</ant>
</target>

Back to the top