-
Notifications
You must be signed in to change notification settings - Fork 733
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
ConstantDynamic: Verifier checks for Constant dynamic #1278
Comments
11 tasks
Static constraints: |
|
tested with openjdk11-condy build and modified ASM jar (it doesn't generate
gives
|
This issue depends on #1426 |
@taliamccormick can you take a look at this |
WIP PR here: #1631 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Condy entries are valid for classifies with major version 55 (or greater)
Static constraints: runtime/bcverify/staticverify.c
Runtime verification: runtime/bcverify/rtverify.c
Name and type must match bytecode (ie. 'D' and 'J' must be used with ldc2_w and not ldc)
http://mail.openjdk.java.net/pipermail/valhalla-spec-experts/2018-March/000586.html
The text was updated successfully, but these errors were encountered: