Log in
Skip to main content
Skip to sidebar
Dashboards
Projects
Issues
Help
Keyboard Shortcuts
About Jira
Jira Credits
Log In
Watched Subcomponents
JDK
JDK-8293023
Change CardTable::is_in_young signature
Log In
Resolved
Export
null
XML
Word
Printable
Details
Type:
Enhancement
Resolution:
Fixed
Priority:
P4
Fix Version/s:
20
Affects Version/s:
20
Component/s:
hotspot
Labels:
None
Subcomponent:
gc
Resolved In Build:
b14
Description
Change `is_in_young(oop obj)` to `is_in_young(const void* p)` in `CardTable`, since the implementation doesn't require the arg is an `oop`. This makes it consistent with other similar methods, like `is_in` and `is_in_reserved`.
Attachments
Issue Links
links to
Commit
openjdk/jdk/ce06a3b6
Review
openjdk/jdk/10061
Activity
People
Assignee:
Albert Yang
Reporter:
Albert Yang
Votes
:
0
Vote for this issue
Watchers:
3
Start watching this issue
Dates
Created:
2022-08-29 03:03
Updated:
2022-09-08 07:33
Resolved:
2022-09-02 04:07