-
Type:
Enhancement
-
Resolution: Unresolved
-
Priority:
P4
-
Affects Version/s: 21
-
Component/s: hotspot
-
x86
Another one from panama benchmarks.
Load/Store from off heap memory doesn't take advantage of some memory addressing schemes because:
Matcher::pd_clone_address_expressions() on x86 checks for:
!adr->in(AddPNode::Base)->is_top()
I think this should be revisited.
Load/Store from off heap memory doesn't take advantage of some memory addressing schemes because:
Matcher::pd_clone_address_expressions() on x86 checks for:
!adr->in(AddPNode::Base)->is_top()
I think this should be revisited.