OpenJDK / jdk / hs
changeset 5091:4b7db223b9bd
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 | b6f633a93ae0 |
children | 1866882fc8e2 |
files | hotspot/src/share/vm/services/management.cpp |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/hotspot/src/share/vm/services/management.cpp Wed Jul 05 17:07:54 2017 +0200 +++ b/hotspot/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; }