8255578: [JVMCI] be more careful about reflective reads of Class.componentType.

Reviewed-by: kvn, dlong
This commit is contained in:
Tom Rodriguez 2020-11-02 19:19:48 +00:00
parent 05bcd67e65
commit bc6085b06c
3 changed files with 25 additions and 0 deletions

View file

@ -322,6 +322,8 @@ class java_lang_Class : AllStatic {
static oop class_data(oop java_class);
static void set_class_data(oop java_class, oop classData);
static int component_mirror_offset() { return _component_mirror_offset; }
static oop class_loader(oop java_class);
static void set_module(oop java_class, oop module);
static oop module(oop java_class);