diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index f2224700445..87ddccab2e8 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -63,6 +63,11 @@ Optimizations
number of hits is small relative to the number of unique facet labels
(Dawid Weiss, Robert Muir, Mike McCandless)
+Tests
+
+* LUCENE-8035: Run tests with JDK-specific options: --illegal-access=deny
+ on Java 9+. (Uwe Schindler)
+
Build
* LUCENE-6144: Upgrade Ivy to 2.4.0; 'ant ivy-bootstrap' now removes old Ivy
diff --git a/lucene/common-build.xml b/lucene/common-build.xml
index ae93ab6a6cf..663e733f6b0 100644
--- a/lucene/common-build.xml
+++ b/lucene/common-build.xml
@@ -959,6 +959,12 @@
+
+
+
+
+
+
@@ -1040,6 +1046,7 @@
+