Possible regression from forgeflower with java 14 instanceof #360
Labels
Priority: Low
Low priority
Subsystem: Variables
Anything concerning variables, types, assignments, and casting
Type: Bug
Something isn't working
Vineflower version
1.11.0-20240406.040032-5
Describe the bug
On
2.0.627.2
of forgeflower, more instanceof+local var are created using Java 14's new instanceof syntax, but on the version of vineflower above, they revert back to just doing casts.Additional information
From
SculkShriekerBlockEntity.java
in MinecraftForgeFlower
Vineflower
The reason the title says "possible" is that forgeflower might be adding extra local vars if one didn't exist in the bytecode whereas vineflower might just being as "correct" to the bytecode as possible, idk.
The text was updated successfully, but these errors were encountered: