You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some methods such as EspressoJVMCIRuntime.lookupType and
EspressoResolvedJavaField.getType shouldn't perform access checks.
The methods in EspressoConstantPool should continue performing access
checks.
Copy file name to clipboardExpand all lines: espresso/src/com.oracle.truffle.espresso/src/com/oracle/truffle/espresso/substitutions/jvmci/Target_com_oracle_truffle_espresso_jvmci_EspressoJVMCIRuntime.java
Copy file name to clipboardExpand all lines: espresso/src/com.oracle.truffle.espresso/src/com/oracle/truffle/espresso/substitutions/jvmci/Target_com_oracle_truffle_espresso_jvmci_meta_EspressoConstantPool.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -296,7 +296,7 @@ private static StaticObject resolvedConstantToJVMCIObjectType(ResolvedConstant r
Copy file name to clipboardExpand all lines: espresso/src/com.oracle.truffle.espresso/src/com/oracle/truffle/espresso/substitutions/jvmci/Target_com_oracle_truffle_espresso_jvmci_meta_EspressoResolvedJavaField.java
0 commit comments