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
Describe the bug RedefineCrossEvent.java failed because of class file not found
To Reproduce make _jdk_jfr_0
Expected behavior all test cases pass
Screenshots
Additional context related issue in JDK11: https://bugs.openjdk.java.net/browse/JDK-8283479 patch: openjdk/jdk11u-dev@4268737 the change for TestScaffold.java in this patch has been locally verified that solve this test case failure
The text was updated successfully, but these errors were encountered:
Thanks @ChangLu0607 - we can exclude this testcase at our layer (we had already excluded it on mac jdk8, not sure why not on generic-all).
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Describe the bug
RedefineCrossEvent.java failed because of class file not found
To Reproduce
make _jdk_jfr_0
Expected behavior
all test cases pass
Screenshots
![image](https://user-images.githubusercontent.com/38229679/163151788-fcff0a18-ebc6-4e7f-a26d-bb31b915d020.png)
Additional context
related issue in JDK11: https://bugs.openjdk.java.net/browse/JDK-8283479
patch: openjdk/jdk11u-dev@4268737
the change for TestScaffold.java in this patch has been locally verified that solve this test case failure
The text was updated successfully, but these errors were encountered: