ChrisHegarty commented on code in PR #12311:
URL: https://github.com/apache/lucene/pull/12311#discussion_r1204236308


##########
gradle/java/memorysegment-mrjar.gradle:
##########
@@ -40,6 +40,7 @@ configure(project(":lucene:core")) {
           "-Xlint:-options",
           "--patch-module", "java.base=${apijar}",
           "--add-exports", "java.base/java.lang.foreign=ALL-UNNAMED",
+          "--add-exports", "java.base/jdk.incubator.vector=ALL-UNNAMED", // 
This is a hack, but does it matter

Review Comment:
   I think we can live with this. If so, then we should have a more suitable 
comment. 
   
   `  // just patch into java.base since that is already resolved and present` 



-- 
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: issues-unsubscr...@lucene.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to