mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8255578: [JVMCI] be more careful about reflective reads of Class.componentType.
Reviewed-by: kvn, dlong
This commit is contained in:
parent
05bcd67e65
commit
bc6085b06c
3 changed files with 25 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue