We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Works with jdk 10 and jdk 14, but not java 8
java -jar BumbleBench.jar StringEqualsBench Exception in thread "main" java.lang.ExceptionInInitializerError Caused by: java.lang.RuntimeException: java.lang.NoSuchMethodException: sun.misc.IOUtils.readAllBytes(java.io.InputStream) at net.adoptopenjdk.bumblebench.core.Util.<clinit>(Util.java:44) Caused by: java.lang.NoSuchMethodException: sun.misc.IOUtils.readAllBytes(java.io.InputStream) at java.lang.Class.getDeclaredMethod(Class.java:2130) at net.adoptopenjdk.bumblebench.core.Util.<clinit>(Util.java:36)
java version
openjdk version "1.8.0_222" OpenJDK Runtime Environment (AdoptOpenJDK)(build 1.8.0_222-b10) OpenJDK 64-Bit Server VM (AdoptOpenJDK)(build 25.222-b10, mixed mode)
The text was updated successfully, but these errors were encountered:
@kusumachalasani - I see that #23 introduced sun.misc.IOUtils.readAllBytes so tagging you here.
Sorry, something went wrong.
No branches or pull requests
Works with jdk 10 and jdk 14, but not java 8
java version
The text was updated successfully, but these errors were encountered: