commit | 6e257178adb8907cf703f4d258a2e1e6622e0f1e | [log] [tgz] |
---|---|---|
author | Tobias Thierer <tobiast@google.com> | Thu Dec 13 13:34:28 2018 +0000 |
committer | Tobias Thierer <tobiast@google.com> | Thu Dec 13 13:35:04 2018 +0000 |
tree | aa43bbd736e2366cfb2bde26085e3c0cc069a98b | |
parent | e3222b5cb448648eba92a8192f6660570040bb21 [diff] |
Fix create_test_jar.sh for compilation with OpenJDK 9 javac. Because there is already a class java.util.HashMap in java.base, compiling such a class requires a --patch-module command line flag. This CL adds it to the build script. Test: ./create_test_jar.sh now completes without error. Change-Id: I7a76d2d79f4b59cd4768598aaddce9f0faaa6c3f