comparison src/share/vm/prims/jvm.cpp @ 8028:41d73c9b30a8

8006691: Remove jvm_version_info.is_kernel_jvm field Summary: Removed is_kernel_jvm from jvm_version_info as Kernel VM has been deprecated Reviewed-by: mchung, coleenp
author zgu
date Fri, 08 Feb 2013 16:31:48 -0500
parents 24a91505f9d5
children 927a311d00f9
comparison
equal deleted inserted replaced
8022:3a88007634b0 8028:41d73c9b30a8
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