hotspot/src/share/vm/prims/jvm.cpp
changeset 34657 c2e1cc3f503f
parent 34319 9d6dd3c5ca23
parent 34621 7676bec20997
child 34666 1c7168ea0034
equal deleted inserted replaced
34512:1fcd0a08036b 34657:c2e1cc3f503f
  3717   // consider to expose this new capability in the sun.rt.jvmCapabilities jvmstat
  3717   // consider to expose this new capability in the sun.rt.jvmCapabilities jvmstat
  3718   // counter defined in runtimeService.cpp.
  3718   // counter defined in runtimeService.cpp.
  3719   info->is_attachable = AttachListener::is_attach_supported();
  3719   info->is_attachable = AttachListener::is_attach_supported();
  3720 }
  3720 }
  3721 JVM_END
  3721 JVM_END
       
  3722 
       
  3723 JVM_ENTRY_NO_ENV(jint, JVM_FindSignal(const char *name))
       
  3724   return os::get_signal_number(name);
       
  3725 JVM_END
       
  3726