You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@geode.apache.org by GitBox <gi...@apache.org> on 2022/05/03 16:51:55 UTC

[GitHub] [geode] demery-pivotal opened a new pull request, #7645: GEODE-10270: Add OpenAllJdkPackages utility

demery-pivotal opened a new pull request, #7645:
URL: https://github.com/apache/geode/pull/7645

   This single-source Java program inspects its JVM and emits an argument
   file that opens every JVM package to all unnamed modules.
   
   Starting a Java 17 JVM with the resulting argument file essentially
   mimics Java 11's `--illegal-access=permit` option.
   
   Run this tool with the JDK you will use to launch Geode:
   ```
   /my/java/17/home/bin/java OpenAllJdkPackages.java
   ```
   


-- 
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: notifications-unsubscribe@geode.apache.org

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


[GitHub] [geode] demery-pivotal closed pull request #7645: GEODE-10270: Add OpenAllJdkPackages utility

Posted by GitBox <gi...@apache.org>.
demery-pivotal closed pull request #7645: GEODE-10270: Add OpenAllJdkPackages utility
URL: https://github.com/apache/geode/pull/7645


-- 
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: notifications-unsubscribe@geode.apache.org

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