summaryrefslogtreecommitdiff
path: root/runtime/well_known_classes.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/well_known_classes.h')
-rw-r--r--runtime/well_known_classes.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/well_known_classes.h b/runtime/well_known_classes.h
index f29daad204..cb634a1694 100644
--- a/runtime/well_known_classes.h
+++ b/runtime/well_known_classes.h
@@ -251,6 +251,8 @@ struct EXPORT WellKnownClasses {
java_lang_StackOverflowError;
static constexpr ClassFromField<&java_lang_Thread_daemon> java_lang_Thread;
static constexpr ClassFromField<&java_lang_ThreadGroup_groups> java_lang_ThreadGroup;
+ static constexpr ClassFromMethod<&java_lang_invoke_MethodHandle_invokeExact>
+ java_lang_invoke_MethodHandle;
static constexpr ClassFromMethod<&java_lang_invoke_MethodType_makeImpl>
java_lang_invoke_MethodType;
static constexpr ClassFromMethod<&java_lang_reflect_InvocationTargetException_init>