mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
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
1 changed files with 0 additions and 1 deletions
|
@ -1537,7 +1537,6 @@ bool add_global_entry(JNIEnv* env, Handle name, jmmVMGlobal *global, Flag *flag,
|
||||||
global->type = JMM_VMGLOBAL_TYPE_JSTRING;
|
global->type = JMM_VMGLOBAL_TYPE_JSTRING;
|
||||||
} else {
|
} else {
|
||||||
global->type = JMM_VMGLOBAL_TYPE_UNKNOWN;
|
global->type = JMM_VMGLOBAL_TYPE_UNKNOWN;
|
||||||
assert(false, "Unsupported VMGlobal Type");
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue