mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8237497: vmStructs_jvmci.cpp does not check that the correct field type is specified
Add missed checks for declarations in vmStructs_jvmci.cpp Reviewed-by: iklam, thartmann
This commit is contained in:
parent
5110de6c1f
commit
d01f67193f
7 changed files with 140 additions and 169 deletions
|
@ -73,7 +73,7 @@ void InterfaceSupport_init();
|
|||
void universe2_init(); // dependent on codeCache_init and stubRoutines_init, loads primordial classes
|
||||
void referenceProcessor_init();
|
||||
void jni_handles_init();
|
||||
void vmStructs_init();
|
||||
void vmStructs_init() NOT_DEBUG_RETURN;
|
||||
|
||||
void vtableStubs_init();
|
||||
void InlineCacheBuffer_init();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue