Details
-
Bug
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
4.0.12, 4.1.3, 5.0-alpha1, 5.0
-
None
-
Correctness - Test Failure
-
Low
-
Low Hanging Fruit
-
User Report
-
All
-
None
-
Description
When I run
ant microbench -Dbenchmark.name=ReadWriteTest
using jdk8 on ds-trunk, it finishes successfully, but when I run it on jdk11 on ds-trunk, I get this error.
Caused by: java.lang.IllegalAccessException: access to public member failed: jdk.internal.ref.Cleaner.clean[Ljava.lang.Object;@5189c629/invokeVirtual, from org.apache.cassandra.io.util.FileUtils (unnamed module @6cbf4322)
We suspect that ant target does not use the jvmargs as other test targets do.