Log in
Skip to main content
Skip to sidebar
Dashboards
Projects
Issues
Help
Jira Core help
Keyboard Shortcuts
About Jira
Jira Credits
Log In
Watched Subcomponents
JDK
JDK-8275714
G1: remove unused variable in G1Policy::transfer_survivors_to_cset
Log In
Resolved
Export
null
XML
Word
Printable
Details
Type:
Enhancement
Resolution:
Fixed
Priority:
P4
Fix Version/s:
18
Affects Version/s:
None
Component/s:
hotspot
Labels:
cleanup
gc-g1
Subcomponent:
gc
Resolved In Build:
b21
Description
In `G1Policy::transfer_survivors_to_cset`:
```
HeapRegion* last = NULL;
for (...) {
...
last = cur;
}
```
`last` is effectively unused.
Attachments
Issue Links
links to
Commit
openjdk/jdk/bef8cf1b
Review
openjdk/jdk/6062
Activity
People
Assignee:
Albert Yang
Reporter:
Albert Yang
Votes:
0
Vote for this issue
Watchers:
2
Start watching this issue
Dates
Created:
2021-10-21 03:27
Updated:
2021-10-27 17:45
Resolved:
2021-10-21 08:50