Skip to content

Commit

Permalink
changed mangled
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyasCs012 committed Aug 14, 2024
1 parent 17cfba7 commit 3090c7a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
public class JPF_jdk_internal_misc_Unsafe extends NativePeer {

@MJI
public int getUnsafe____Lsun_misc_Unsafe_2 (MJIEnv env, int clsRef) {
public int getUnsafe____Ljdk_internal_misc_Unsafe_2 (MJIEnv env, int clsRef) {
int objRef = env.getStaticReferenceField("jdk.internal.misc.Unsafe", "theUnsafe");
return objRef;
}
Expand Down

0 comments on commit 3090c7a

Please sign in to comment.