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
When performing a VarHandle lookup for a static field, native-image will fold the method call if the arguments are constant. However, this may trigger initialization of user classes. An example of such a lookup can be found in netty 5
Tracked internally by GR-39967.
The text was updated successfully, but these errors were encountered:
fniephaus
changed the title
findStaticVarHandle folding can trigger initialization of user classes during the image build
[GR-39967] findStaticVarHandle folding can trigger initialization of user classes during the image build
Sep 22, 2022
When performing a VarHandle lookup for a static field, native-image will fold the method call if the arguments are constant. However, this may trigger initialization of user classes. An example of such a lookup can be found in netty 5
Tracked internally by GR-39967.
The text was updated successfully, but these errors were encountered: