Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable class data sharing (CDS) for tests
Prior to this commit, the Gradle build output the following warning multiple times. OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended Since we don't need CDS enabled for our tests, I've added `-Xshare:off` as a JVM argument for our tests to disable CDS.
- Loading branch information