aboutsummaryrefslogtreecommitdiff
path: root/src/os/aix/vm/os_aix.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/os/aix/vm/os_aix.cpp')
-rw-r--r--src/os/aix/vm/os_aix.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/os/aix/vm/os_aix.cpp b/src/os/aix/vm/os_aix.cpp
index 9a65f741a..375a688a8 100644
--- a/src/os/aix/vm/os_aix.cpp
+++ b/src/os/aix/vm/os_aix.cpp
@@ -3987,11 +3987,6 @@ jint os::init_2(void) {
return JNI_OK;
}
-// this is called at the end of vm_initialization
-void os::init_3(void) {
- return;
-}
-
// Mark the polling page as unreadable
void os::make_polling_page_unreadable(void) {
if (!guard_memory((char*)_polling_page, Aix::page_size())) {