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-8293937
x86: Drop LP64 conditions from clearly x86_32 code
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:
cleanup
Subcomponent:
compiler
Resolved In Build:
b16
Description
Noticed this when porting Loom on x86_32. There are `*_x86_32.cpp` files that use `_LP64` as if it matters for them. It does not make sense, as in those files we always have `!_LP64`. We can drop the conditionals and clean the code.
Attachments
Issue Links
links to
Commit
openjdk/jdk/357a2cc2
Review
openjdk/jdk/10305
Activity
People
Assignee:
Aleksey Shipilev
Reporter:
Aleksey Shipilev
Votes
:
0
Vote for this issue
Watchers:
3
Start watching this issue
Dates
Created:
2022-09-16 04:07
Updated:
2022-09-21 23:08
Resolved:
2022-09-18 23:18