< prev index next >

src/hotspot/os/posix/include/jvm_md.h

Print this page
rev 59103 : imported patch hotspot

*** 52,62 **** #define JNI_LIB_SUFFIX ".so" #define VERSIONED_JNI_LIB_NAME(NAME, VERSION) JNI_LIB_PREFIX NAME JNI_LIB_SUFFIX "." VERSION #endif #define JNI_LIB_NAME(NAME) JNI_LIB_PREFIX NAME JNI_LIB_SUFFIX ! #if defined(AIX) || defined(SOLARIS) #define JVM_MAXPATHLEN MAXPATHLEN #else // Hack: MAXPATHLEN is 4095 on some Linux and 4096 on others. This may // cause problems if JVM and the rest of JDK are built on different // Linux releases. Here we define JVM_MAXPATHLEN to be MAXPATHLEN + 1, --- 52,62 ---- #define JNI_LIB_SUFFIX ".so" #define VERSIONED_JNI_LIB_NAME(NAME, VERSION) JNI_LIB_PREFIX NAME JNI_LIB_SUFFIX "." VERSION #endif #define JNI_LIB_NAME(NAME) JNI_LIB_PREFIX NAME JNI_LIB_SUFFIX ! #if defined(AIX) #define JVM_MAXPATHLEN MAXPATHLEN #else // Hack: MAXPATHLEN is 4095 on some Linux and 4096 on others. This may // cause problems if JVM and the rest of JDK are built on different // Linux releases. Here we define JVM_MAXPATHLEN to be MAXPATHLEN + 1,
*** 85,100 **** #define JVM_SIGINT SIGINT #define JVM_SIGTERM SIGTERM #define BREAK_SIGNAL SIGQUIT /* Thread dumping support. */ - #ifdef SOLARIS - #define ASYNC_SIGNAL SIGJVM2 /* Event-based suspend/resume support */ - #endif // SOLARIS #define SHUTDOWN1_SIGNAL SIGHUP /* Shutdown Hooks support. */ #define SHUTDOWN2_SIGNAL SIGINT #define SHUTDOWN3_SIGNAL SIGTERM - /* With 1.4.1 libjsig added versioning: used in os_solaris.cpp and jsig.c */ - #define JSIG_VERSION_1_4_1 0x30140100 - #endif /* !_JAVASOFT_JVM_MD_H_ */ --- 85,94 ----
< prev index next >