$OpenBSD: patch-hotspot_src_os_bsd_vm_jvm_bsd_cpp,v 1.1.1.1 2007/05/08 17:06:18 kurt Exp $
--- hotspot/src/os/bsd/vm/jvm_bsd.cpp.orig	Mon Apr 16 08:42:36 2007
+++ hotspot/src/os/bsd/vm/jvm_bsd.cpp	Mon Apr 16 08:42:39 2007
@@ -147,38 +147,31 @@ struct siglabel siglabels[] = {
   "ILL",	SIGILL,		/* Illegal instruction (ANSI).  */
   "TRAP",	SIGTRAP,	/* Trace trap (POSIX).  */
   "ABRT",	SIGABRT,	/* Abort (ANSI).  */
-  "IOT",	SIGIOT,		/* IOT trap (4.2 BSD).  */
-  "BUS",	SIGBUS,		/* BUS error (4.2 BSD).  */
+  "EMT",	SIGEMT,		/* EMT trap  */
   "FPE",	SIGFPE,		/* Floating-point exception (ANSI).  */
   "KILL",	SIGKILL,	/* Kill, unblockable (POSIX).  */
-  "USR1",	SIGUSR1,	/* User-defined signal 1 (POSIX).  */
+  "BUS",	SIGBUS,		/* BUS error (4.2 BSD).  */
   "SEGV",	SIGSEGV,	/* Segmentation violation (ANSI).  */
-  "USR2",	SIGUSR2,	/* User-defined signal 2 (POSIX).  */
+  "SYS",	SIGSYS,		/* Bad system call. Only on some Bsden! */
   "PIPE",	SIGPIPE,	/* Broken pipe (POSIX).  */
   "ALRM",	SIGALRM,	/* Alarm clock (POSIX).  */
   "TERM",	SIGTERM,	/* Termination (ANSI).  */
-#ifdef SIGSTKFLT
-  "STKFLT",	SIGSTKFLT,	/* Stack fault.  */
-#endif
-  "CLD",	SIGCLD,		/* Same as SIGCHLD (System V).  */
-  "CHLD",	SIGCHLD,	/* Child status has changed (POSIX).  */
-  "CONT",	SIGCONT,	/* Continue (POSIX).  */
+  "URG",	SIGURG,		/* Urgent condition on socket (4.2 BSD).  */
   "STOP",	SIGSTOP,	/* Stop, unblockable (POSIX).  */
   "TSTP",	SIGTSTP,	/* Keyboard stop (POSIX).  */
+  "CONT",	SIGCONT,	/* Continue (POSIX).  */
+  "CHLD",	SIGCHLD,	/* Child status has changed (POSIX).  */
   "TTIN",	SIGTTIN,	/* Background read from tty (POSIX).  */
   "TTOU",	SIGTTOU,	/* Background write to tty (POSIX).  */
-  "URG",	SIGURG,		/* Urgent condition on socket (4.2 BSD).  */
+  "IO",		SIGIO,		/* I/O now possible (4.2 BSD).  */
   "XCPU",	SIGXCPU,	/* CPU limit exceeded (4.2 BSD).  */
   "XFSZ",	SIGXFSZ,	/* File size limit exceeded (4.2 BSD).  */
   "VTALRM",	SIGVTALRM,	/* Virtual alarm clock (4.2 BSD).  */
   "PROF",	SIGPROF,	/* Profiling alarm clock (4.2 BSD).  */
   "WINCH",	SIGWINCH,	/* Window size change (4.3 BSD, Sun).  */
-  "POLL",	SIGPOLL,	/* Pollable event occurred (System V).  */
-  "IO",		SIGIO,		/* I/O now possible (4.2 BSD).  */
-  "PWR",	SIGPWR,		/* Power failure restart (System V).  */
-#ifdef SIGSYS
-  "SYS",	SIGSYS		/* Bad system call. Only on some Bsden! */
-#endif
+  "INFO",	SIGINFO,	/* Information request.  */
+  "USR1",	SIGUSR1,	/* User-defined signal 1 (POSIX).  */
+  "USR2",	SIGUSR2		/* User-defined signal 2 (POSIX).  */
   };
 
 JVM_ENTRY_NO_ENV(jint, JVM_FindSignal(const char *name))
