Skip to content
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

ValueTypes: multiple failures in openjdk AnnotationsTests #20510

Open
theresa-m opened this issue Nov 5, 2024 · 2 comments
Open

ValueTypes: multiple failures in openjdk AnnotationsTests #20510

theresa-m opened this issue Nov 5, 2024 · 2 comments
Labels
project:valhalla Used to track Project Valhalla related work test failure

Comments

@theresa-m
Copy link
Contributor

Test: runtime/valhalla/inlinetypes/AnnotationsTests.java

Multiple failures due to missing class verification checks for ValueType vm annotations:

  • jdk.internal.vm.annotation.NullRestricted;
  • jdk.internal.vm.annotation.ImplicitlyConstructible;
  • jdk.internal.vm.annotation.LooselyConsistentValue;

Related to: #13182

@theresa-m theresa-m added the project:valhalla Used to track Project Valhalla related work label Nov 5, 2024
Copy link

github-actions bot commented Nov 5, 2024

Issue Number: 20510
Status: Open
Recommended Components: comp:vm, comp:test, comp:gc
Recommended Assignees: hangshao0, jasonfengj9, fengxue-is

@hangshao0
Copy link
Contributor

We might not need to worry about the AnnotationsTests failures for now. These annotations are not in the spec. They might be replaced by new forms of representation in the future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
project:valhalla Used to track Project Valhalla related work test failure
Projects
None yet
Development

No branches or pull requests

2 participants