Skip to content

Commit

Permalink
work in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
asotona committed Nov 28, 2023
1 parent 18a0d88 commit b549f06
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
import java.util.ArrayList;
import java.util.HashSet;
import java.util.List;
import java.util.concurrent.Callable;
import java.util.function.Consumer;
import java.util.stream.Collectors;
import jdk.internal.classfile.Attribute;
Expand All @@ -57,7 +56,6 @@ List<VerifyError> verify() {
verifyFields(errors);
verifyMethods(errors);
verifyAttributes(classModel, errors);
//verify LNTA vs LNTTA
return errors;
}

Expand Down
1 change: 0 additions & 1 deletion test/jdk/jdk/classfile/VerifierSelfTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
*/
import java.io.IOException;
import java.lang.constant.ClassDesc;
import java.lang.constant.ConstantDesc;
import static java.lang.constant.ConstantDescs.*;
import java.lang.invoke.MethodHandleInfo;
import java.net.URI;
Expand Down

0 comments on commit b549f06

Please sign in to comment.