hotspot/src/share/vm/prims/jvm.cpp
changeset 15598 8f4707a58a53
parent 15464 1f2cca0aa501
child 15601 df8faef6efaf
--- a/hotspot/src/share/vm/prims/jvm.cpp	Fri Feb 08 10:42:24 2013 +0100
+++ b/hotspot/src/share/vm/prims/jvm.cpp	Fri Feb 08 16:31:48 2013 -0500
@@ -4528,6 +4528,5 @@
   // consider to expose this new capability in the sun.rt.jvmCapabilities jvmstat
   // counter defined in runtimeService.cpp.
   info->is_attachable = AttachListener::is_attach_supported();
-  info->is_kernel_jvm = 0; // false;
 }
 JVM_END