-
Notifications
You must be signed in to change notification settings - Fork 25k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Simpler using compressed oops flag representation
This commit modifies the internal representation of the JVM flag UseCompressedOops to just be a String. This means we can just store the value of the flag or "unknown" directly so that we do not have to engage in shenanigans with three-valued logic around a boxed boolean. Relates #15489
- Loading branch information
1 parent
9a1133c
commit 028b206
Showing
2 changed files
with
20 additions
and
22 deletions.
There are no files selected for viewing
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