src/hotspot/os/linux/os_linux.cpp
changeset 51996 84743156e780
parent 51994 7577686cc9bd
child 52109 101c2b6eacbe
--- a/src/hotspot/os/linux/os_linux.cpp	Wed Oct 03 11:43:39 2018 +0530
+++ b/src/hotspot/os/linux/os_linux.cpp	Wed Oct 03 03:41:57 2018 -0400
@@ -267,8 +267,7 @@
 
 // Most versions of linux have a bug where the number of processors are
 // determined by looking at the /proc file system.  In a chroot environment,
-// the system call returns 1.  This causes the VM to act as if it is
-// a single processor and elide locking (see is_MP() call).
+// the system call returns 1.
 static bool unsafe_chroot_detected = false;
 static const char *unstable_chroot_error = "/proc file system not found.\n"
                      "Java may be unstable running multithreaded in a chroot "