Skip to content

Commit

Permalink
Stylecheck
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcMil committed Jan 14, 2025
1 parent 7441ebf commit 9c7db53
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,8 @@ protected void flowThrough(ConstantState in, Unit d, ConstantState out) {
//Class Constants can trigger a NoClassDefFoundError.
//Therefore, cannot not propagate them in some cases, since we might change the semantics of the original
//program w.r.t. traps.
//The normal constant propagator propagates them when they are safe to propagate. Implementing this here is harder,
//The normal constant propagator propagates them when they are safe to propagate.
//Implementing this here is harder,
//since we need to keep track of trap handlers at all assigns in the original code.
if (!(rop instanceof ClassConstant)) {
value = (Constant) rop;
Expand Down

0 comments on commit 9c7db53

Please sign in to comment.