forked from eclipse-openj9/openj9
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update the value of ACC_VALUE and remove j.l.IdentityObject
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 <[email protected]>
- Loading branch information
Showing
13 changed files
with
105 additions
and
146 deletions.
There are no files selected for viewing
27 changes: 0 additions & 27 deletions
27
jcl/src/java.base/share/classes/java/lang/IdentityObject.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.