Home
last modified time | relevance | path

Searched refs:h_to_module (Results 1 – 10 of 10) sorted by relevance

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/prims/
H A DjvmtiEnv.cpp242 Handle h_to_module(THREAD, JNIHandles::resolve(to_module)); in AddModuleReads() local
243 if (!java_lang_Module::is_instance(h_to_module())) { in AddModuleReads()
246 return JvmtiExport::add_module_reads(h_module, h_to_module, THREAD); in AddModuleReads()
264 Handle h_to_module(THREAD, JNIHandles::resolve(to_module)); in AddModuleExports() local
265 if (!java_lang_Module::is_instance(h_to_module())) { in AddModuleExports()
268 return JvmtiExport::add_module_exports(h_module, h_pkg, h_to_module, THREAD); in AddModuleExports()
286 Handle h_to_module(THREAD, JNIHandles::resolve(to_module)); in AddModuleOpens() local
287 if (!java_lang_Module::is_instance(h_to_module())) { in AddModuleOpens()
290 return JvmtiExport::add_module_opens(h_module, h_pkg, h_to_module, THREAD); in AddModuleOpens()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/prims/
H A DjvmtiEnv.cpp244 Handle h_to_module(THREAD, JNIHandles::resolve(to_module)); in AddModuleReads() local
245 if (!java_lang_Module::is_instance(h_to_module())) { in AddModuleReads()
248 return JvmtiExport::add_module_reads(h_module, h_to_module, THREAD); in AddModuleReads()
266 Handle h_to_module(THREAD, JNIHandles::resolve(to_module)); in AddModuleExports() local
267 if (!java_lang_Module::is_instance(h_to_module())) { in AddModuleExports()
270 return JvmtiExport::add_module_exports(h_module, h_pkg, h_to_module, THREAD); in AddModuleExports()
288 Handle h_to_module(THREAD, JNIHandles::resolve(to_module)); in AddModuleOpens() local
289 if (!java_lang_Module::is_instance(h_to_module())) { in AddModuleOpens()
292 return JvmtiExport::add_module_opens(h_module, h_pkg, h_to_module, THREAD); in AddModuleOpens()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/prims/
H A DjvmtiEnv.cpp242 Handle h_to_module(THREAD, JNIHandles::resolve(to_module)); in AddModuleReads() local
243 if (!java_lang_Module::is_instance(h_to_module())) { in AddModuleReads()
246 return JvmtiExport::add_module_reads(h_module, h_to_module, THREAD); in AddModuleReads()
264 Handle h_to_module(THREAD, JNIHandles::resolve(to_module)); in AddModuleExports() local
265 if (!java_lang_Module::is_instance(h_to_module())) { in AddModuleExports()
268 return JvmtiExport::add_module_exports(h_module, h_pkg, h_to_module, THREAD); in AddModuleExports()
286 Handle h_to_module(THREAD, JNIHandles::resolve(to_module)); in AddModuleOpens() local
287 if (!java_lang_Module::is_instance(h_to_module())) { in AddModuleOpens()
290 return JvmtiExport::add_module_opens(h_module, h_pkg, h_to_module, THREAD); in AddModuleOpens()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/prims/
H A DjvmtiEnv.cpp245 Handle h_to_module(THREAD, JNIHandles::resolve(to_module)); in AddModuleReads() local
246 if (!java_lang_Module::is_instance(h_to_module())) { in AddModuleReads()
249 return JvmtiExport::add_module_reads(h_module, h_to_module, THREAD); in AddModuleReads()
267 Handle h_to_module(THREAD, JNIHandles::resolve(to_module)); in AddModuleExports() local
268 if (!java_lang_Module::is_instance(h_to_module())) { in AddModuleExports()
271 return JvmtiExport::add_module_exports(h_module, h_pkg, h_to_module, THREAD); in AddModuleExports()
289 Handle h_to_module(THREAD, JNIHandles::resolve(to_module)); in AddModuleOpens() local
290 if (!java_lang_Module::is_instance(h_to_module())) { in AddModuleOpens()
293 return JvmtiExport::add_module_opens(h_module, h_pkg, h_to_module, THREAD); in AddModuleOpens()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/prims/
H A DjvmtiEnv.cpp242 Handle h_to_module(THREAD, JNIHandles::resolve(to_module)); in AddModuleReads() local
243 if (!java_lang_Module::is_instance(h_to_module())) { in AddModuleReads()
246 return JvmtiExport::add_module_reads(h_module, h_to_module, THREAD); in AddModuleReads()
264 Handle h_to_module(THREAD, JNIHandles::resolve(to_module)); in AddModuleExports() local
265 if (!java_lang_Module::is_instance(h_to_module())) { in AddModuleExports()
268 return JvmtiExport::add_module_exports(h_module, h_pkg, h_to_module, THREAD); in AddModuleExports()
286 Handle h_to_module(THREAD, JNIHandles::resolve(to_module)); in AddModuleOpens() local
287 if (!java_lang_Module::is_instance(h_to_module())) { in AddModuleOpens()
290 return JvmtiExport::add_module_opens(h_module, h_pkg, h_to_module, THREAD); in AddModuleOpens()
H A Dwhitebox.cpp1726 Handle h_to_module (THREAD, JNIHandles::resolve(to_module));
1727 Modules::add_module_exports_qualified(h_from_module, package, h_to_module, CHECK);
H A Djvm.cpp1096 Handle h_to_module (THREAD, JNIHandles::resolve(to_module));
1097 Modules::add_module_exports_qualified(h_from_module, package, h_to_module, CHECK);
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/prims/
H A DjvmtiEnv.cpp242 Handle h_to_module(THREAD, JNIHandles::resolve(to_module)); in AddModuleReads() local
243 if (!java_lang_Module::is_instance(h_to_module())) { in AddModuleReads()
246 return JvmtiExport::add_module_reads(h_module, h_to_module, THREAD); in AddModuleReads()
264 Handle h_to_module(THREAD, JNIHandles::resolve(to_module)); in AddModuleExports() local
265 if (!java_lang_Module::is_instance(h_to_module())) { in AddModuleExports()
268 return JvmtiExport::add_module_exports(h_module, h_pkg, h_to_module, THREAD); in AddModuleExports()
286 Handle h_to_module(THREAD, JNIHandles::resolve(to_module)); in AddModuleOpens() local
287 if (!java_lang_Module::is_instance(h_to_module())) { in AddModuleOpens()
290 return JvmtiExport::add_module_opens(h_module, h_pkg, h_to_module, THREAD); in AddModuleOpens()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/prims/
H A DjvmtiEnv.cpp244 Handle h_to_module(THREAD, JNIHandles::resolve(to_module)); in AddModuleReads() local
245 if (!java_lang_Module::is_instance(h_to_module())) { in AddModuleReads()
248 return JvmtiExport::add_module_reads(h_module, h_to_module, THREAD); in AddModuleReads()
266 Handle h_to_module(THREAD, JNIHandles::resolve(to_module)); in AddModuleExports() local
267 if (!java_lang_Module::is_instance(h_to_module())) { in AddModuleExports()
270 return JvmtiExport::add_module_exports(h_module, h_pkg, h_to_module, THREAD); in AddModuleExports()
288 Handle h_to_module(THREAD, JNIHandles::resolve(to_module)); in AddModuleOpens() local
289 if (!java_lang_Module::is_instance(h_to_module())) { in AddModuleOpens()
292 return JvmtiExport::add_module_opens(h_module, h_pkg, h_to_module, THREAD); in AddModuleOpens()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/prims/
H A DjvmtiEnv.cpp244 Handle h_to_module(THREAD, JNIHandles::resolve(to_module)); in AddModuleReads() local
245 if (!java_lang_Module::is_instance(h_to_module())) { in AddModuleReads()
248 return JvmtiExport::add_module_reads(h_module, h_to_module, THREAD); in AddModuleReads()
266 Handle h_to_module(THREAD, JNIHandles::resolve(to_module)); in AddModuleExports() local
267 if (!java_lang_Module::is_instance(h_to_module())) { in AddModuleExports()
270 return JvmtiExport::add_module_exports(h_module, h_pkg, h_to_module, THREAD); in AddModuleExports()
288 Handle h_to_module(THREAD, JNIHandles::resolve(to_module)); in AddModuleOpens() local
289 if (!java_lang_Module::is_instance(h_to_module())) { in AddModuleOpens()
292 return JvmtiExport::add_module_opens(h_module, h_pkg, h_to_module, THREAD); in AddModuleOpens()