8337622: IllegalArgumentException in java.lang.reflect.Field.get

Reviewed-by: dholmes, shade
This commit is contained in:
Coleen Phillimore 2024-08-12 17:56:46 +00:00
parent 2ca136a7ad
commit 41e31d6b0a
3 changed files with 51 additions and 7 deletions

View file

@ -209,6 +209,7 @@ class java_lang_String : AllStatic {
macro(java_lang_Class, static_oop_field_count, int_signature, false) \
macro(java_lang_Class, protection_domain, object_signature, false) \
macro(java_lang_Class, source_file, object_signature, false) \
macro(java_lang_Class, init_lock, object_signature, false)
class java_lang_Class : AllStatic {
friend class VMStructs;