-
Notifications
You must be signed in to change notification settings - Fork 722
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
Update the value of ACC_VALUE and remove j.l.IdentityObject #15130
Conversation
f32da71
to
3fe84eb
Compare
802db19
to
13a8dfb
Compare
1. Update the value of ACC_VALUE 2. remove ACC_PERMITS_VALUE 3. Add ACC_IDENTITY 4. remove IdentityObject 5. Update test code 6. Re-include PackageAnnotation tests which were excluded because of the injected j.l.IdentityObject. 7. OpenJDK ASM code is not updated for ACC_IDENTITY yet, it does not allow ACC_IDENTITY to be set. Exclude tests testGCRetransform and test_EXTENDED_HCR which failed on access flags check of ACC_IDENTITY issue eclipse-openj9#15081, eclipse-openj9#12878 Signed-off-by: Hang Shao <hangshao@ca.ibm.com>
Because OpenJDK updated the value of |
Jenkins test sanity,extended xlinuxval jdknext |
Jenkins test sanity win jdk8 |
Jenkins test sanity alinuxvalst jdknext |
@hangshao0 @tajila this broke at least internal DDR compilation. See /job_output.php?id=35316088
|
I have a small change that should fix this. I'll launch an internal build to verify first. |
#15150 should fix the internal build failure. |
the injected j.l.IdentityObject.
allow ACC_IDENTITY to be set. Exclude tests testGCRetransform and
test_EXTENDED_HCR which failed on access flags check of ACC_IDENTITY
issue #15081, #12878
Signed-off-by: Hang Shao hangshao@ca.ibm.com