Skip to content

Commit 0143cf1

Browse files
committed
8290333: Remove os_share_*.hpp
Reviewed-by: dholmes, jiefu
1 parent 0184f46 commit 0143cf1

File tree

21 files changed

+3
-157
lines changed

21 files changed

+3
-157
lines changed

src/hotspot/os/aix/os_aix.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@
4545
#include "misc_aix.hpp"
4646
#include "oops/oop.inline.hpp"
4747
#include "os_aix.inline.hpp"
48-
#include "os_share_aix.hpp"
4948
#include "porting_aix.hpp"
5049
#include "prims/jniFastGetField.hpp"
5150
#include "prims/jvm_misc.hpp"

src/hotspot/os/aix/os_share_aix.hpp

Lines changed: 0 additions & 36 deletions
This file was deleted.

src/hotspot/os/bsd/os_bsd.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
#include "oops/oop.inline.hpp"
3838
#include "os_bsd.inline.hpp"
3939
#include "os_posix.inline.hpp"
40-
#include "os_share_bsd.hpp"
4140
#include "prims/jniFastGetField.hpp"
4241
#include "prims/jvm_misc.hpp"
4342
#include "runtime/arguments.hpp"

src/hotspot/os/bsd/os_share_bsd.hpp

Lines changed: 0 additions & 36 deletions
This file was deleted.

src/hotspot/os/linux/os_linux.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
#include "oops/oop.inline.hpp"
3939
#include "os_linux.inline.hpp"
4040
#include "os_posix.inline.hpp"
41-
#include "os_share_linux.hpp"
4241
#include "osContainer_linux.hpp"
4342
#include "prims/jniFastGetField.hpp"
4443
#include "prims/jvm_misc.hpp"

src/hotspot/os/linux/os_share_linux.hpp

Lines changed: 0 additions & 36 deletions
This file was deleted.

src/hotspot/os/posix/os_posix.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1109,8 +1109,8 @@ bool os::Posix::handle_stack_overflow(JavaThread* thread, address addr, address
11091109
return true; // just continue
11101110
}
11111111
} else if (overflow_state->in_stack_red_zone(addr)) {
1112-
// Fatal red zone violation. Disable the guard pages and fall through
1113-
// to handle_unexpected_exception way down below.
1112+
// Fatal red zone violation. Disable the guard pages and keep
1113+
// on handling the signal.
11141114
overflow_state->disable_stack_red_zone();
11151115
tty->print_raw_cr("An irrecoverable stack overflow has occurred.");
11161116

src/hotspot/os/windows/os_share_windows.hpp

Lines changed: 0 additions & 30 deletions
This file was deleted.

src/hotspot/os/windows/os_windows.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
#include "logging/logStream.hpp"
4040
#include "memory/allocation.inline.hpp"
4141
#include "oops/oop.inline.hpp"
42-
#include "os_share_windows.hpp"
4342
#include "os_windows.inline.hpp"
4443
#include "prims/jniFastGetField.hpp"
4544
#include "prims/jvm_misc.hpp"

src/hotspot/os_cpu/aix_ppc/os_aix_ppc.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
#include "interpreter/interpreter.hpp"
3535
#include "memory/allocation.inline.hpp"
3636
#include "nativeInst_ppc.hpp"
37-
#include "os_share_aix.hpp"
3837
#include "prims/jniFastGetField.hpp"
3938
#include "prims/jvm_misc.hpp"
4039
#include "porting_aix.hpp"

0 commit comments

Comments
 (0)