janhoy commented on code in PR #11:
URL: https://github.com/apache/solr-docker/pull/11#discussion_r999527694


##########
9.0/Dockerfile:
##########
@@ -131,6 +131,9 @@ RUN set -ex; \
     apt-get -y install acl dirmngr lsof procps wget netcat gosu tini jattach; \
     rm -rf /var/lib/apt/lists/*;
 
+# Workaround for JDK17 JIT compiler bug 
https://bugs.openjdk.org/browse/JDK-8285835)

Review Comment:
   ```suggestion
   # Workaround for JDK17 JIT compiler bug 
https://bugs.openjdk.org/browse/JDK-8285835
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to