-
Notifications
You must be signed in to change notification settings - Fork 196
GetInterfaces test in TestClassUtil.java appears to be checking interfaces of Java builtins? #369
New issue
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
Comments
hi @josh-thisisbud, did you solve this issue? I have the same error when building benchbase with the Microsoft build of openjdk 21 without modifying anything. |
I removed the problematic test and compiled that way |
Thank you for the quick response! Same here. Not familiar with Java and ended up commenting out the test. |
FYI, this should be fixed now. Let us know how it goes. Thanks for reporting! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I just want to prefix all of this with I know very little about Java, and I'm only building this tool because I'd like to use it to benchmark, having pre-compiled versions would be really handy.
I modified the test to:
This resulted in output of
The text was updated successfully, but these errors were encountered: