From 6a3ed31976e54f2523a6e41dfee9001b3cce58c8 Mon Sep 17 00:00:00 2001 From: chibash Date: Tue, 20 Dec 2016 18:07:11 +0900 Subject: updates the test code to run on Java 9 EA+149. Due to the specification change of jigsaw, ClassLoader#defineClass() cannot be invoked through reflection API. As a workaround, --add-opens java.base/java.lang=ALL-UNNAMED must be given to the JVM. The ant target "runtest9" adds this jvm argument. --- build.xml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'build.xml') diff --git a/build.xml b/build.xml index d9c65013..587db2ed 100644 --- a/build.xml +++ b/build.xml @@ -99,7 +99,17 @@ - + + + + + + + + + + + -- cgit v1.2.3