From 48e19ab4c3af42058ac29a92983163cdf8a147f0 Mon Sep 17 00:00:00 2001 From: Chris Hostetter Date: Mon, 7 Oct 2019 15:58:22 -0700 Subject: [PATCH] LUCENE-8991: disable HashMap assertions (by default) on java9 and java1.8 as well (cherry picked from commit bc0652ecc09ba6b82d86a8050b541a96f2a0f888) --- lucene/common-build.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lucene/common-build.xml b/lucene/common-build.xml index 86cb8addfd7..17172ad6220 100644 --- a/lucene/common-build.xml +++ b/lucene/common-build.xml @@ -136,7 +136,7 @@ - + @@ -144,6 +144,8 @@ + +