mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 01:54:47 +02:00
8254265: s390 and linux 32 bit builds broken
Reviewed-by: coleenp, dholmes
This commit is contained in:
parent
4f9a1ffcdd
commit
2bc8bc5722
3 changed files with 5 additions and 5 deletions
|
@ -1935,7 +1935,7 @@ void * os::Linux::dll_load_in_vmthread(const char *filename, char *ebuf,
|
|||
StackOverflow* overflow_state = jt->stack_overflow_state();
|
||||
if (!overflow_state->stack_guard_zone_unused() && // Stack not yet fully initialized
|
||||
overflow_state->stack_guards_enabled()) { // No pending stack overflow exceptions
|
||||
if (!os::guard_memory((char *)jt->stack_end(), overflow_state->stack_guard_zone_size())) {
|
||||
if (!os::guard_memory((char *)jt->stack_end(), StackOverflow::stack_guard_zone_size())) {
|
||||
warning("Attempt to reguard stack yellow zone failed.");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue