hotspot/src/share/vm/prims/jvm.cpp
changeset 15598 8f4707a58a53
parent 15464 1f2cca0aa501
child 15601 df8faef6efaf
equal deleted inserted replaced
15592:4eec33e264bb 15598:8f4707a58a53
  4526 
  4526 
  4527   // when we add a new capability in the jvm_version_info struct, we should also
  4527   // when we add a new capability in the jvm_version_info struct, we should also
  4528   // consider to expose this new capability in the sun.rt.jvmCapabilities jvmstat
  4528   // consider to expose this new capability in the sun.rt.jvmCapabilities jvmstat
  4529   // counter defined in runtimeService.cpp.
  4529   // counter defined in runtimeService.cpp.
  4530   info->is_attachable = AttachListener::is_attach_supported();
  4530   info->is_attachable = AttachListener::is_attach_supported();
  4531   info->is_kernel_jvm = 0; // false;
  4531 }
  4532 }
  4532 JVM_END
  4533 JVM_END