8057780: Fix ppc build after "8050147: StoreLoad barrier interferes with stack usages
Reviewed-by: kvn, shade
This commit is contained in:
parent
b91254ea6a
commit
cf7dd2e6e4
@ -564,7 +564,7 @@ void os::verify_stack_alignment() {
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
void os::extra_bang_size_in_bytes() {
|
int os::extra_bang_size_in_bytes() {
|
||||||
// PPC does not require the additional stack bang.
|
// PPC does not require the additional stack bang.
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
@ -613,7 +613,7 @@ void os::verify_stack_alignment() {
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
int os:extra_bang_size_in_bytes() {
|
int os::extra_bang_size_in_bytes() {
|
||||||
// PPC does not require the additional stack bang.
|
// PPC does not require the additional stack bang.
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user