6915365: 3/4 assert(false,"Unsupported VMGlobal Type") at management.cpp:1540
Remove assert to decouple JDK and HotSpot additions of known types. Reviewed-by: mchung
This commit is contained in:
parent
1408dbfdbe
commit
30e02ce948
@ -1537,7 +1537,6 @@ bool add_global_entry(JNIEnv* env, Handle name, jmmVMGlobal *global, Flag *flag,
|
||||
global->type = JMM_VMGLOBAL_TYPE_JSTRING;
|
||||
} else {
|
||||
global->type = JMM_VMGLOBAL_TYPE_UNKNOWN;
|
||||
assert(false, "Unsupported VMGlobal Type");
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user