We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8809c9 commit 75d9412Copy full SHA for 75d9412
espresso/src/com.oracle.truffle.espresso/src/com/oracle/truffle/espresso/runtime/JavaAgents.java
@@ -419,7 +419,7 @@ public void grantReadAccessToUnnamedModules(ModuleTable.ModuleEntry module) {
419
// we lost the race, so nothing to do
420
return;
421
}
422
- getContext().getMeta().jdk_internal_module_Modules_transformedByAgent.invokeDirect(module.module());
+ getContext().getMeta().jdk_internal_module_Modules_transformedByAgent.invokeDirectStatic(module.module());
423
// no reason to call into guest for a module more than once,
424
// so flip the hasDefaultReads flag
425
module.setHasDefaultReads();
0 commit comments