Skip to content

Commit

Permalink
feat(objectionary#329): identify the problem with decompilation/compi…
Browse files Browse the repository at this point in the history
…lation of INVOKEDYNAMIC instruction
  • Loading branch information
volodya-lombrozo committed Jul 11, 2024
1 parent 7a4d61b commit 9a930f9
Show file tree
Hide file tree
Showing 2 changed files with 320 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/java/it/JeoAndOpeoTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
package it;

import com.jcabi.xml.XMLDocument;
import java.util.Arrays;
import java.util.List;
import org.cactoos.bytes.BytesOf;
import org.cactoos.io.ResourceOf;
Expand Down Expand Up @@ -106,6 +107,7 @@ void compilesAlreadyCompiledAndAssembles(final String path) {
"xmir/disassembled/SimpleLog.xmir",
"xmir/disassembled/Factorial.xmir",
"xmir/disassembled/Lambda.xmir",
"xmir/disassembled/Main.xmir",
})
void decompilesCompilesAndKeepsTheSameInstructions(final String path) throws Exception {
final XMLDocument original = new XMLDocument(new BytesOf(new ResourceOf(path)).asBytes());
Expand Down
Loading

0 comments on commit 9a930f9

Please sign in to comment.