changeset 1297:4f7af0dc447b

6915365: 3/4 assert(false,"Unsupported VMGlobal Type") at management.cpp:1540 Summary: Remove assert to decouple JDK and HotSpot additions of known types. Reviewed-by: mchung
author dcubed
date Tue, 23 Mar 2010 14:37:18 -0700
parents 6c9796468b91
children 1e887eabb2b9
files src/share/vm/services/management.cpp
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/share/vm/services/management.cpp	Thu Feb 18 22:16:12 2010 -0800
+++ b/src/share/vm/services/management.cpp	Tue Mar 23 14:37:18 2010 -0700
@@ -1537,7 +1537,6 @@
     global->type = JMM_VMGLOBAL_TYPE_JSTRING;
   } else {
     global->type = JMM_VMGLOBAL_TYPE_UNKNOWN;
-    assert(false, "Unsupported VMGlobal Type");
     return false;
   }