diff 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
line wrap: on
line diff
--- a/src/os/linux/vm/jvm_linux.cpp	Wed Feb 02 11:35:26 2011 -0500
+++ b/src/os/linux/vm/jvm_linux.cpp	Wed Feb 02 11:54:26 2011 -0500
@@ -29,11 +29,6 @@
 
 #include <signal.h>
 
-/*
- * FIXME: This is temporary hack to keep Linux Runtime.exec()
- * code happy. See $JDK/src/linux/native/java/lang/UnixProcess_md.c
- */
-int _JVM_native_threads = 1;
 
 // sun.misc.Signal ///////////////////////////////////////////////////////////
 // Signal code is mostly copied from classic vm, signals_md.c   1.4 98/08/23