comparison src/os/linux/vm/jvm_linux.cpp @ 2193:9cd8a2c2d584

Merge
author bobv
date Wed, 02 Feb 2011 11:54:26 -0500
parents d70fe6ab4436
children 1d1603768966
comparison
equal deleted inserted replaced
2192:b92c45f2bc75 2193:9cd8a2c2d584
27 #include "runtime/interfaceSupport.hpp" 27 #include "runtime/interfaceSupport.hpp"
28 #include "runtime/osThread.hpp" 28 #include "runtime/osThread.hpp"
29 29
30 #include <signal.h> 30 #include <signal.h>
31 31
32 /*
33 * FIXME: This is temporary hack to keep Linux Runtime.exec()
34 * code happy. See $JDK/src/linux/native/java/lang/UnixProcess_md.c
35 */
36 int _JVM_native_threads = 1;
37 32
38 // sun.misc.Signal /////////////////////////////////////////////////////////// 33 // sun.misc.Signal ///////////////////////////////////////////////////////////
39 // Signal code is mostly copied from classic vm, signals_md.c 1.4 98/08/23 34 // Signal code is mostly copied from classic vm, signals_md.c 1.4 98/08/23
40 /* 35 /*
41 * This function is included primarily as a debugging aid. If Java is 36 * This function is included primarily as a debugging aid. If Java is