Skip to content

Commit

Permalink
Should be the last fix for this
Browse files Browse the repository at this point in the history
  • Loading branch information
kappa-maintainer committed Nov 23, 2023
1 parent 9f70e5c commit 2ff4367
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public void apply()
}
try
{
field.get(is);
ReflectionHackery.unsafe.ensureClassInitialized(field.getDeclaringClass());
ReflectionHackery.unsafe.putObject(ReflectionHackery.unsafe.staticFieldBase(field), ReflectionHackery.unsafe.staticFieldOffset(field), is);
//field.set(null, is);
}
Expand Down

0 comments on commit 2ff4367

Please sign in to comment.