comparison src/os/linux/vm/os_linux.cpp @ 8151:b8f261ba79c6

Minimize diff to plain HotSpot version.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Thu, 07 Mar 2013 21:00:29 +0100
parents 5fc51c1ecdeb
children b9a918201d47
comparison
equal deleted inserted replaced
8150:b66f831ac5ab 8151:b8f261ba79c6
4432 4432
4433 // This does not do anything on Linux. This is basically a hook for being 4433 // This does not do anything on Linux. This is basically a hook for being
4434 // able to use structured exception handling (thread-local exception filters) 4434 // able to use structured exception handling (thread-local exception filters)
4435 // on, e.g., Win32. 4435 // on, e.g., Win32.
4436 void 4436 void
4437 os::os_exception_wrapper(java_call_t f, JavaValue* value, methodHandle* method, nmethod* nm, 4437 os::os_exception_wrapper(java_call_t f, JavaValue* value, methodHandle* method,
4438 JavaCallArguments* args, Thread* thread) { 4438 JavaCallArguments* args, Thread* thread) {
4439 f(value, method, nm, args, thread); 4439 f(value, method, args, thread);
4440 } 4440 }
4441 4441
4442 void os::print_statistics() { 4442 void os::print_statistics() {
4443 } 4443 }
4444 4444